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

Unified Diff: build/secondary/tools/grit/grit_rule.gni

Issue 1350453004: Improve iOS localisation and resource packing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « build/ios/grit_whitelist.txt ('k') | components/components_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/tools/grit/grit_rule.gni
diff --git a/build/secondary/tools/grit/grit_rule.gni b/build/secondary/tools/grit/grit_rule.gni
index 260cf8d8d1be6f7050c6787e244eaba7d614ee0d..f5c08ea93da337a596ae7b3a2ba1786e051f03bc 100644
--- a/build/secondary/tools/grit/grit_rule.gni
+++ b/build/secondary/tools/grit/grit_rule.gni
@@ -188,10 +188,6 @@ if (is_ios) {
grit_defines += [
"-t",
"ios",
-
- # iOS uses a whitelist to filter resources.
- "-w",
- rebase_path("//build/ios/grit_whitelist.txt", root_build_dir),
]
}
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | components/components_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698