Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Unified Diff: build/android/BUILD.gn

Issue 2502363005: [android] Stop using isolate.py for data dependency management. (RELAND) (Closed)
Patch Set: fixed: moved the runtime_deps file. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | build/android/PRESUBMIT.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/BUILD.gn
diff --git a/build/android/BUILD.gn b/build/android/BUILD.gn
index 09ae4a2ecc46e9a345ff2013a2245a3858dc5c56..ae3b5e27b3bbb9ba6cc2de890fde8118b2b1cfec 100644
--- a/build/android/BUILD.gn
+++ b/build/android/BUILD.gn
@@ -121,9 +121,6 @@ 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
« no previous file with comments | « PRESUBMIT.py ('k') | build/android/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698