Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2148)

Unified Diff: ash/ash_strings.gyp

Issue 281183002: ash: Cleanup ash_strings target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
},
],
}
« no previous file with comments | « no previous file | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698