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

Unified Diff: components/component_resources.gyp

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: component_scaled_resources Created 6 years, 10 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
Index: components/component_resources.gyp
diff --git a/components/component_resources.gyp b/components/component_resources.gyp
index a626c0032ce284dc1bd362c0237b579fc96d7da2..2c04354f9dbd7612fa7d3776b1a60d6dac0df23a 100644
--- a/components/component_resources.gyp
+++ b/components/component_resources.gyp
@@ -12,9 +12,16 @@
},
'actions': [
{
- 'action_name': 'component_resources',
+ 'action_name': 'generate_component_resources',
'variables': {
- 'grit_grd_file': 'component_resources.grd',
+ 'grit_grd_file': 'resources/component_resources.grd',
+ },
+ 'includes': [ '../build/grit_action.gypi' ],
+ },
+ {
+ 'action_name': 'generate_component_scaled_resources',
+ 'variables': {
+ 'grit_grd_file': 'resources/component_scaled_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698