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

Unified Diff: chrome/android/BUILD.gn

Issue 1198693002: Reland "Roll buildtools fa660d47..ecc8e253" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android rules for missing dependencies 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 | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index e820241da9b422cafa0aad032f92f176ce2aa769..8e000079d2774689b811adc187c2ad807af9cee9 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -35,6 +35,10 @@ chrome_android_paks_gypi =
locale_pak_resources("chrome_locale_paks") {
sources = chrome_android_paks_gypi.chrome_android_pak_locale_resources
+
+ deps = [
+ "//chrome:packed_resources",
+ ]
}
# GYP: //chrome/chrome.gyp:chrome_java (resources part)
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698