blob: 1ba710637aa515af19371bc35d04401c8f354f7d [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("python") {
assert(is_linux)
deps = [
"//services/python/content_handler",
"//services/python/mojo_url_redirector",
]
}
group("python_apptests") {
assert(is_linux)
testonly = true
deps = [
"//services/python/mojo_url_redirector:apptests",
]
}