| Index: extensions/extensions_strings.gyp
|
| diff --git a/components/components_strings.gyp b/extensions/extensions_strings.gyp
|
| similarity index 54%
|
| copy from components/components_strings.gyp
|
| copy to extensions/extensions_strings.gyp
|
| index 72555e79b16d19a380fe6222d3f926d0aeb5afdd..abbf1673de898749bd346c1bca63dde6858cf3c1 100644
|
| --- a/components/components_strings.gyp
|
| +++ b/extensions/extensions_strings.gyp
|
| @@ -5,23 +5,25 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'components_strings',
|
| + 'target_name': 'extensions_strings',
|
| 'type': 'none',
|
| 'actions': [
|
| {
|
| - 'action_name': 'generate_components_strings',
|
| + 'action_name': 'generate_extensions_strings',
|
| 'variables': {
|
| - 'grit_grd_file': 'components_strings.grd',
|
| - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings',
|
| + 'grit_grd_file': 'extensions_strings.grd',
|
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions/strings',
|
| },
|
| 'includes': [ '../build/grit_action.gypi' ],
|
| },
|
| ],
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/components/strings',
|
| + '<(SHARED_INTERMEDIATE_DIR)/extensions/strings',
|
| ],
|
| },
|
| + # This target generates extensions_strings.h so it must be built before
|
| + # targets that depend on it.
|
| 'hard_dependency': 1,
|
| },
|
| ],
|
|
|