Index: ash/ash_strings.gyp |
diff --git a/ash/ash_strings.gyp b/ash/ash_strings.gyp |
index 4b09ad25101e0265367fdb8c1b67aba2771b3dc0..6c81594ee02a6193e3d295f41f0945a6265ad189 100644 |
--- a/ash/ash_strings.gyp |
+++ b/ash/ash_strings.gyp |
@@ -3,30 +3,23 @@ |
# found in the LICENSE file. |
{ |
- 'variables': { |
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
- }, |
- |
'targets': [ |
{ |
'target_name': 'ash_strings', |
'type': 'none', |
+ 'variables': { |
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash/strings', |
+ }, |
'actions': [ |
- # Localizable resources. |
{ |
- 'action_name': 'ash_strings', |
+ 'action_name': 'generate_ash_strings', |
'variables': { |
'grit_grd_file': 'ash_strings.grd', |
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash_strings', |
}, |
'includes': [ '../build/grit_action.gypi' ], |
}, |
], |
- 'direct_dependent_settings': { |
- 'include_dirs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/ash_strings', |
- ], |
- }, |
+ 'includes': [ '../build/grit_target.gypi' ], |
}, |
], |
} |