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

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

Issue 2488453002: [android] Remove pylib/{remote,uirobot}. (Closed)
Patch Set: Remove remote_device_dummy_apk from rules.gni. 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/android/test_runner.pydeps ('k') | no next file » | 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 bf2f1491c7e58063c2390ecca71464c1d80a0061..33cb22da39e6bfd46ea37a8cfa4b239682837453 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -2437,10 +2437,7 @@ if (enable_java_templates) {
"//testing/android/appurify_support:appurify_support_java",
"//testing/android/reporter:reporter_java",
]
- data_deps += [
- "//build/android/pylib/remote/device/dummy:remote_device_dummy_apk",
- "//tools/android/md5sum",
- ]
+ data_deps += [ "//tools/android/md5sum" ]
if (host_os == "linux") {
data_deps += [ "//tools/android/forwarder2" ]
}
« no previous file with comments | « build/android/test_runner.pydeps ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698