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

Unified Diff: components/components_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 | « build/ios/grit_whitelist.txt ('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 82d1c1a89854fa61b93bfcc07f1045206a6637f3..9d73e3ddbb65968f65df53aca76a68af51323a5e 100644
--- a/components/components_resources.gyp
+++ b/components/components_resources.gyp
@@ -23,7 +23,6 @@
# GN version: //components/resources:components_resources
'action_name': 'generate_components_resources',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'resources/components_resources.grd',
'grit_additional_defines': [
'-E', 'about_credits_file=<(about_credits_file)',
@@ -35,7 +34,6 @@
# 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/ios/grit_whitelist.txt ('k') | components/components_strings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698