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

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

Issue 2125083002: Fix missing build dep when alternative_locale_resource_dep is used (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | 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 381016414c43ff23d9eaaefea394b6e7802e436d..466fb71c53d75d19c13a92bbadb37bfa1a1f9225 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1692,6 +1692,9 @@ if (enable_java_templates) {
if (defined(invoker.deps)) {
deps += invoker.deps
}
+ if (defined(invoker.alternative_locale_resource_dep)) {
+ deps += [ invoker.alternative_locale_resource_dep ]
+ }
}
_srcjar_deps += [ ":$process_resources_target" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698