Chromium Code Reviews| Index: components/component_resources.gyp |
| diff --git a/components/component_resources.gyp b/components/component_resources.gyp |
| index a626c0032ce284dc1bd362c0237b579fc96d7da2..02f774e147b9d2110e931dea83abc2c5483700e2 100644 |
| --- a/components/component_resources.gyp |
| +++ b/components/component_resources.gyp |
| @@ -12,7 +12,7 @@ |
| }, |
| 'actions': [ |
| { |
| - 'action_name': 'component_resources', |
| + 'action_name': 'generate_component_resources', |
| 'variables': { |
| 'grit_grd_file': 'component_resources.grd', |
| }, |
| @@ -21,5 +21,21 @@ |
| ], |
| 'includes': [ '../build/grit_target.gypi' ], |
| }, |
| + { |
| + 'target_name': 'autofill_resources', |
| + 'type': 'none', |
| + 'variables': { |
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components', |
| + }, |
| + 'actions': [ |
| + { |
| + 'action_name': 'generate_autofill_resources', |
| + 'variables': { |
| + 'grit_grd_file': 'autofill/resources/autofill_resources.grd', |
|
tfarina
2014/02/22 02:51:47
I had to create this grd file for two reasons:
1-
|
| + }, |
| + 'includes': [ '../build/grit_action.gypi' ], |
| + }, |
| + ], |
| + }, |
| ], |
| } |