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

Unified Diff: ui/ui_resources.gypi

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | ui/webui/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_resources.gypi
===================================================================
--- ui/ui_resources.gypi (revision 177292)
+++ ui/ui_resources.gypi (working copy)
@@ -18,6 +18,13 @@
},
'includes': [ '../build/grit_action.gypi' ],
},
+ {
+ 'action_name': 'webui_resources',
+ 'variables': {
+ 'grit_grd_file': 'webui/resources/webui_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
],
# gfx_resources.pak is used by DumpRenderTree.
# TODO(oshima): Update DumpRenderTree.gyp to use new pak file and
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | ui/webui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698