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

Unified Diff: extensions/extensions_resources.gyp

Issue 535373002: Move extension/app default icon into src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: icon path Created 6 years, 3 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 | « extensions/browser/resources/extensions_browser_resources.grd ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_resources.gyp
diff --git a/extensions/extensions_resources.gyp b/extensions/extensions_resources.gyp
index 0cc93d0960f3190caad90cd7cad5a26dc6645d03..53c44dc75c0b9fcda30d17ff623ea3b527dd4726 100644
--- a/extensions/extensions_resources.gyp
+++ b/extensions/extensions_resources.gyp
@@ -19,6 +19,13 @@
'includes': [ '../build/grit_action.gypi' ],
},
{
+ 'action_name': 'generate_extensions_browser_resources',
+ 'variables': {
+ 'grit_grd_file': 'browser/resources/extensions_browser_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ {
'action_name': 'generate_extensions_renderer_resources',
'variables': {
'grit_grd_file': 'renderer/resources/extensions_renderer_resources.grd',
« no previous file with comments | « extensions/browser/resources/extensions_browser_resources.grd ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698