| Index: build/android/BUILD.gn
|
| diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
|
| index ae3b5e27b3bbb9ba6cc2de890fde8118b2b1cfec..09ae4a2ecc46e9a345ff2013a2245a3858dc5c56 100644
|
| --- a/build/android/BUILD.gn
|
| +++ b/build/android/BUILD.gn
|
| @@ -121,6 +121,9 @@ group("test_runner_py") {
|
| "//third_party/catapult/devil/devil/devil_dependencies.json",
|
| "//third_party/proguard/lib/proguard.jar",
|
| ]
|
| + data_deps = [
|
| + "//tools/swarming_client:isolate_py",
|
| + ]
|
| }
|
|
|
| # Create wrapper scripts in out/bin that takes care of setting the
|
|
|