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

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

Issue 677483004: Add GN rules for forwarder2 and chromium_commands (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 76fda46bce3b2bfd517c63dbd0aff5dafa8e91d0..864a0cc9701fbe662b58e2908733aaa7226ef2d8 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1055,6 +1055,7 @@ template("android_apk") {
}
if (_dist_jar_path != "") {
+ final_deps += [ ":${_template_name}__create_dist_jar" ]
# TODO(cjhopman): This is only ever needed to calculate the list of tests to
# run. See build/android/pylib/instrumentation/test_jar.py. We should be
# able to just do that calculation at build time instead.
@@ -1190,6 +1191,7 @@ template("unittest_apk") {
}
datadeps = [
"//tools/android/md5sum",
+ "//tools/android/forwarder2",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698