Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index 047598809a10ee332bfe7669672ac5b42c13435b..1f1a9ac0297cebdb0ae868aef2fb38c336a7e4b2 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -13,6 +13,7 @@ |
'target_name': 'ash', |
'type': '<(component)', |
'dependencies': [ |
+ 'ash_strings', |
'../base/base.gyp:base', |
'../base/base.gyp:base_i18n', |
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', |
@@ -320,5 +321,20 @@ |
}], |
], |
}, |
+ { |
+ 'target_name': 'ash_strings', |
+ 'type': 'none', |
+ 'actions': [ |
+ # Localizable resources. |
+ { |
+ 'action_name': 'ash_strings', |
+ 'variables': { |
+ 'grit_grd_file': 'ash_strings.grd', |
+ }, |
+ 'includes': [ '../build/grit_action.gypi' ], |
+ }, |
+ ], |
+ 'includes': [ '../build/grit_target.gypi' ], |
+ }, |
], |
} |