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

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

Issue 1826313003: [cronet] Add an isolate file for cronet_test_instrumentation_apk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct key locations Created 4 years, 9 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 | « no previous file | components/cronet.gypi » ('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 b3f81a7b60dba946438c0b7e01cbb50b03a8f487..b974baf1b73465cc55f157006927eaa754423565 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1923,12 +1923,20 @@ template("android_apk") {
}
group(target_name) {
- forward_variables_from(invoker, [ "data_deps" ])
+ forward_variables_from(invoker,
+ [
+ "data",
+ "data_deps",
+ ])
public_deps = _final_deps
}
group("${target_name}_incremental") {
data_deps = []
- forward_variables_from(invoker, [ "data_deps" ])
+ forward_variables_from(invoker,
+ [
+ "data",
+ "data_deps",
+ ])
# device/commands is used by the installer script to push files via .zip.
data_deps += [ "//build/android/pylib/device/commands" ] +
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698