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

Unified Diff: components/components_resources.gyp

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/secondary/tools/grit/grit_rule.gni ('k') | components/components_strings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_resources.gyp
diff --git a/components/components_resources.gyp b/components/components_resources.gyp
index 52f9fe99226f9eb8611770c8cb20ff2afdf077f2..bbf50f51cf3ea2851e008aee532a8b5943d48ecf 100644
--- a/components/components_resources.gyp
+++ b/components/components_resources.gyp
@@ -16,6 +16,7 @@
# GN version: //components/resources:components_resources
'action_name': 'generate_components_resources',
'variables': {
+ 'grit_whitelist': '',
'grit_grd_file': 'resources/components_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ],
@@ -24,6 +25,7 @@
# GN version: //components/resources:components_scaled_resources
'action_name': 'generate_components_scaled_resources',
'variables': {
+ 'grit_whitelist': '',
'grit_grd_file': 'resources/components_scaled_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ],
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | components/components_strings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698