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

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

Issue 1328693003: Build chromium_commands when building any _incremental apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « build/android/pylib/device/commands/BUILD.gn ('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 251c7eb1365f1acaf51b2f26f23841fe4b7ee20f..190cd20414a9b13d681cebcf768508ebdacae617 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1619,10 +1619,10 @@ template("android_apk") {
deps = _final_deps
}
group("${target_name}_incremental") {
+ data_deps = []
+ forward_variables_from(invoker, [ "data_deps" ])
+ data_deps += [ "//build/android/pylib/device/commands" ]
deps = _incremental_final_deps
- if (defined(invoker.data_deps)) {
- data_deps = invoker.data_deps
- }
}
}
« no previous file with comments | « build/android/pylib/device/commands/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698