Chromium Code Reviews| Index: build/android/BUILD.gn |
| diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn |
| index f998edbaf8782ed6093f0c0104e14d2543cbefec..4977d5505793d44d9e0fd149c2571be7c805ac58 100644 |
| --- a/build/android/BUILD.gn |
| +++ b/build/android/BUILD.gn |
| @@ -76,24 +76,22 @@ action("cpplib_stripped") { |
| ] |
| } |
| -group("devil_py") { |
| - data = [ |
| - "devil_chromium.json", |
| - "devil_chromium.py", |
| - "//third_party/catapult/catapult_base/", |
| - "//third_party/catapult/dependency_manager/", |
| - "//third_party/catapult/devil/", |
| - ] |
| -} |
| - |
| group("test_runner_py") { |
| - data = [ |
| - "test_runner.py", |
| - "pylib/", |
| - "//build/util/lib/common/", |
| - ] |
| + # Generated via: cd build/android && ../print-python-deps.py test_runner.py |
| + _py_files = read_file("test_runner.pydeps", "list lines") |
| + data = _py_files + [ |
| + "devil_chromium.json", |
| + "//build/android/devil/devil_dependencies.json", |
|
jbudorick
2016/03/11 19:10:06
You need to rebase, this collides with https://cod
agrieve
2016/03/15 02:04:02
Done.
|
| + "//third_party/android_tools/sdk/build-tools/23.0.1/aapt", |
| + "//third_party/android_tools/sdk/build-tools/23.0.1/dexdump", |
| + "//third_party/android_tools/sdk/build-tools/23.0.1/lib/libc++.so", |
| + "//third_party/android_tools/sdk/build-tools/23.0.1/split-select", |
| + "//third_party/android_tools/sdk/platform-tools/adb", |
| + "//third_party/catapult/third_party/gsutil/", |
| + "//third_party/catapult/devil/devil/devil_dependencies.json", |
| + ] |
| data_deps = [ |
| - ":devil_py", |
| + "//tools/swarming_client:isolate_py", |
| ] |
| } |