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

Unified Diff: ios/chrome/ios_chrome_resources.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_strings.gyp ('k') | ios/chrome/ios_today_extension_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome_resources.gyp
diff --git a/ios/chrome/ios_chrome_resources.gyp b/ios/chrome/ios_chrome_resources.gyp
index d085be8dab6fd70517052cec36c5689f376d9859..7c81ea0b4b2c48f35a8d66691f2e9afc88d73bad 100644
--- a/ios/chrome/ios_chrome_resources.gyp
+++ b/ios/chrome/ios_chrome_resources.gyp
@@ -49,7 +49,6 @@
# GN version: //ios/chrome/app/strings:ios_locale_settings
'action_name': 'generate_ios_locale_settings',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'app/strings/ios_locale_settings.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
@@ -58,7 +57,6 @@
# GN version: //ios/chrome/app/strings:ios_strings
'action_name': 'generate_ios_strings',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'app/strings/ios_strings.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
@@ -67,7 +65,6 @@
# GN version: //ios/chrome/app/strings:ios_chromium_strings
'action_name': 'generate_ios_chromium_strings',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'app/strings/ios_chromium_strings.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
@@ -76,7 +73,6 @@
# GN version: //ios/chrome/app/strings:ios_google_chrome_strings
'action_name': 'generate_ios_google_chrome_strings',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'app/strings/ios_google_chrome_strings.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
@@ -104,7 +100,6 @@
{
'action_name': 'ios_theme_resources',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'app/theme/ios_theme_resources.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
« no previous file with comments | « components/components_strings.gyp ('k') | ios/chrome/ios_today_extension_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698