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

Unified Diff: ui/resources/ui_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 | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/ui_resources.gyp
diff --git a/ui/resources/ui_resources.gyp b/ui/resources/ui_resources.gyp
index 71e3e64aaa25c0c2d48ba3b1d3e19d64f4168ebb..60a93dbd49db768ec9c1440670f836f7e16c819f 100644
--- a/ui/resources/ui_resources.gyp
+++ b/ui/resources/ui_resources.gyp
@@ -15,7 +15,6 @@
{
'action_name': 'ui_resources',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'ui_resources.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
@@ -23,7 +22,6 @@
{
'action_name': 'webui_resources',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': '../webui/resources/webui_resources.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
@@ -31,7 +29,6 @@
{
'action_name': 'ui_unscaled_resources',
'variables': {
- 'grit_whitelist': '',
'grit_grd_file': 'ui_unscaled_resources.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698