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

Unified Diff: build/config/android/rules.gni

Issue 2488353003: Revert of [android] Tweak data deps to include two chromium tool binaries. (Closed)
Patch Set: 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 | « build/config/android/internal_rules.gni ('k') | build/symlink.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 6649a67f44367972c8a1d68623452a94e5246188..fbe7cffdfebed0934a1f2acfa68320ae6d6f683a 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -2314,7 +2314,7 @@
install_script_name = _install_script_name
deps += [ "//testing/android/broker:broker_java" ]
data_deps += [
- "//build/android/pylib/device/commands",
+ "//testing/android/driver:driver_apk",
"//tools/android/forwarder2",
"//tools/android/md5sum",
]
@@ -2446,10 +2446,7 @@
"//testing/android/appurify_support:appurify_support_java",
"//testing/android/reporter:reporter_java",
]
- data_deps += [
- "//build/android/pylib/device/commands",
- "//tools/android/md5sum",
- ]
+ data_deps += [ "//tools/android/md5sum" ]
if (host_os == "linux") {
data_deps += [ "//tools/android/forwarder2" ]
}
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | build/symlink.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698