Index: components/component_resources.gyp |
diff --git a/components/component_resources.gyp b/components/component_resources.gyp |
index a626c0032ce284dc1bd362c0237b579fc96d7da2..0d96a40bc8041464b4437424c739f94aa5afb527 100644 |
--- a/components/component_resources.gyp |
+++ b/components/component_resources.gyp |
@@ -12,12 +12,19 @@ |
}, |
'actions': [ |
{ |
- 'action_name': 'component_resources', |
+ 'action_name': 'generate_component_resources', |
'variables': { |
'grit_grd_file': 'component_resources.grd', |
}, |
'includes': [ '../build/grit_action.gypi' ], |
}, |
+ { |
+ 'action_name': 'generate_autofill_resources', |
Jói
2014/02/24 12:25:48
I'm not sure it's a good idea to add more .grd fil
tfarina
2014/02/24 16:12:04
This was the first way I went but since grit compl
|
+ 'variables': { |
+ 'grit_grd_file': 'autofill/resources/autofill_resources.grd', |
+ }, |
+ 'includes': [ '../build/grit_action.gypi' ], |
+ }, |
], |
'includes': [ '../build/grit_target.gypi' ], |
}, |