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

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

Issue 1196173004: [GN] Add data_deps support to [android_]java_prebuilt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update commit msg Created 5 years, 6 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 | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 091ee4ac2ebc7051e855c45ecba0a2fb7392d1f3..0969b4b3ddb352464c4a852c781f1e2966507958 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -864,6 +864,9 @@ template("java_prebuilt_impl") {
deps = [
":$process_jar_target_name",
]
+ if (defined(invoker.data_deps)) {
+ data_deps = invoker.data_deps
+ }
if (_supports_android) {
deps += [ ":$dex_target_name" ]
}
« no previous file with comments | « no previous file | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698