Index: athena/strings/athena_strings.gyp |
diff --git a/ash/ash_resources.gyp b/athena/strings/athena_strings.gyp |
similarity index 51% |
copy from ash/ash_resources.gyp |
copy to athena/strings/athena_strings.gyp |
index 930cde8d0c0ecea318fa769c64fe96bd685e743b..cf27693a8ba31d614c23cb6439c7824cdee830a7 100644 |
--- a/ash/ash_resources.gyp |
+++ b/athena/strings/athena_strings.gyp |
@@ -5,21 +5,20 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'ash_resources', |
+ 'target_name': 'athena_strings', |
'type': 'none', |
'variables': { |
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ash/resources', |
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/athena/strings', |
}, |
'actions': [ |
{ |
- 'action_name': 'ash_resources', |
+ 'action_name': 'generate_athena_strings', |
'variables': { |
- 'grit_grd_file': 'resources/ash_resources.grd', |
+ 'grit_grd_file': 'athena_strings.grd', |
}, |
- 'includes': [ '../build/grit_action.gypi' ], |
+ 'includes': [ '../../build/grit_action.gypi' ], |
}, |
], |
- 'includes': [ '../build/grit_target.gypi' ], |
}, |
], |
} |