Index: extensions/shell/app_shell_resources.gyp |
diff --git a/athena/strings/athena_strings.gyp b/extensions/shell/app_shell_resources.gyp |
similarity index 56% |
copy from athena/strings/athena_strings.gyp |
copy to extensions/shell/app_shell_resources.gyp |
index cf27693a8ba31d614c23cb6439c7824cdee830a7..162bd895191e3e6b46b61a77304e0b41d890daa1 100644 |
--- a/athena/strings/athena_strings.gyp |
+++ b/extensions/shell/app_shell_resources.gyp |
@@ -5,20 +5,21 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'athena_strings', |
+ 'target_name': 'app_shell_resources', |
'type': 'none', |
'variables': { |
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/athena/strings', |
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
}, |
'actions': [ |
{ |
- 'action_name': 'generate_athena_strings', |
+ 'action_name': 'generate_app_shell_resources', |
'variables': { |
- 'grit_grd_file': 'athena_strings.grd', |
+ 'grit_grd_file': 'app_shell_resources.grd', |
}, |
'includes': [ '../../build/grit_action.gypi' ], |
}, |
], |
+ 'includes': [ '../../build/grit_target.gypi' ], |
}, |
- ], |
+ ] # targets |
} |