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

Unified Diff: chrome/BUILD.gn

Issue 2340673002: Revert of 🍵 Refactor the various locale_paks() templates to be more shared (Closed)
Patch Set: Created 4 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 | « android_webview/webview_repack_locales_list.gni ('k') | chrome/android/monochrome_repack_locales.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index f7a52d527f46a125257e0f4b69b60122cc3ccf78..0534fd03c7f9da88b387c1e27819eb9831120f21 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1481,11 +1481,6 @@
} else {
output_locales = locales
}
-
- if (enable_resource_whitelist_generation) {
- repack_whitelist = android_resource_whitelist
- deps += [ "//chrome:resource_whitelist" ]
- }
}
chrome_repack_locales("repack_pseudo_locales_pack") {
@@ -1497,11 +1492,6 @@
output_locales = [ "fake_bidi" ] # Mac uses underscores.
} else {
output_locales = [ "fake-bidi" ]
- }
-
- if (enable_resource_whitelist_generation) {
- repack_whitelist = android_resource_whitelist
- deps += [ "//chrome:resource_whitelist" ]
}
}
« no previous file with comments | « android_webview/webview_repack_locales_list.gni ('k') | chrome/android/monochrome_repack_locales.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698