| Index: components/component_resources.gyp
|
| diff --git a/ash/ash_strings.gyp b/components/component_resources.gyp
|
| similarity index 57%
|
| copy from ash/ash_strings.gyp
|
| copy to components/component_resources.gyp
|
| index 4b09ad25101e0265367fdb8c1b67aba2771b3dc0..94839c1f48664b4b8e4a2d8bac67d7a7de69e972 100644
|
| --- a/ash/ash_strings.gyp
|
| +++ b/components/component_resources.gyp
|
| @@ -6,27 +6,25 @@
|
| 'variables': {
|
| 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
|
| },
|
| -
|
| 'targets': [
|
| {
|
| - 'target_name': 'ash_strings',
|
| + 'target_name': 'component_resources',
|
| 'type': 'none',
|
| 'actions': [
|
| - # Localizable resources.
|
| {
|
| - 'action_name': 'ash_strings',
|
| + 'action_name': 'component_resources',
|
| 'variables': {
|
| - 'grit_grd_file': 'ash_strings.grd',
|
| - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash_strings',
|
| + 'grit_grd_file': 'component_resources.grd',
|
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/component_resources',
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| },
|
| ],
|
| - 'direct_dependent_settings': {
|
| + 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/ash_strings',
|
| - ],
|
| - },
|
| + '<(SHARED_INTERMEDIATE_DIR)/component_resources',
|
| + ],
|
| + },
|
| },
|
| ],
|
| }
|
|
|