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

Unified Diff: components/components_strings.gyp

Issue 1489403004: Remove default whitelist for grit on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years 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 | « components/components_resources.gyp ('k') | ios/chrome/ios_chrome_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_strings.gyp
diff --git a/components/components_strings.gyp b/components/components_strings.gyp
index 31789acc62b241d99a2a9a937deef95b9b63b375..ac7b47c400b2c1d84ebe4cd01baca843758c3a15 100644
--- a/components/components_strings.gyp
+++ b/components/components_strings.gyp
@@ -15,7 +15,6 @@
# GN version: //components/strings:components_strings
'action_name': 'generate_components_strings',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'components_strings.grd',
},
'includes': [ '../build/grit_action.gypi' ],
@@ -24,7 +23,6 @@
# GN version: //components/strings:components_chromium_strings
'action_name': 'generate_components_chromium_strings',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'components_chromium_strings.grd',
},
'includes': [ '../build/grit_action.gypi' ],
@@ -33,7 +31,6 @@
# GN version: //components/strings:components_google_chrome_strings
'action_name': 'generate_components_google_chrome_strings',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'components_google_chrome_strings.grd',
},
'includes': [ '../build/grit_action.gypi' ],
« no previous file with comments | « components/components_resources.gyp ('k') | ios/chrome/ios_chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698