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

Unified Diff: ui/resources/ui_resources.gyp

Issue 265953004: GN: Add missing grit targets for ui/resources/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« ui/resources/BUILD.gn ('K') | « ui/resources/BUILD.gn ('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 fa68ace4c45cdc6a02a12ac55b04f7bd99e6f0a1..19eaa786f5cca9ff94faae0b9426a54ba1b1e8c8 100644
--- a/ui/resources/ui_resources.gyp
+++ b/ui/resources/ui_resources.gyp
@@ -12,21 +12,21 @@
},
'actions': [
{
- 'action_name': 'ui_resources',
+ 'action_name': 'generate_ui_resources',
'variables': {
'grit_grd_file': 'ui_resources.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
},
{
- 'action_name': 'webui_resources',
+ 'action_name': 'generate_webui_resources',
'variables': {
'grit_grd_file': '../webui/resources/webui_resources.grd',
},
'includes': [ '../../build/grit_action.gypi' ],
},
{
- 'action_name': 'ui_unscaled_resources',
+ 'action_name': 'generate_ui_unscaled_resources',
'variables': {
'grit_grd_file': 'ui_unscaled_resources.grd',
},
« ui/resources/BUILD.gn ('K') | « ui/resources/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698