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

Unified Diff: chrome/BUILD.gn

Issue 2338213002: 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 89243ce48789fb7e33184ee96835305cf8fe7cfe..0534fd03c7f9da88b387c1e27819eb9831120f21 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1453,7 +1453,7 @@
if (enable_resource_whitelist_generation) {
repack_whitelist = android_resource_whitelist
- deps += [ ":resource_whitelist" ]
+ deps += [ "//chrome:resource_whitelist" ]
}
}
@@ -1481,13 +1481,6 @@
} else {
output_locales = locales
}
-
- if (enable_resource_whitelist_generation) {
- repack_whitelist = android_resource_whitelist
- deps = [
- ":resource_whitelist",
- ]
- }
}
chrome_repack_locales("repack_pseudo_locales_pack") {
@@ -1499,13 +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 = [
- ":resource_whitelist",
- ]
}
}
@@ -1580,7 +1566,7 @@
if (enable_resource_whitelist_generation) {
repack_whitelist = android_resource_whitelist
- deps += [ ":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