| Index: athena/athena_strings.gyp
|
| diff --git a/ash/ash_resources.gyp b/athena/athena_strings.gyp
|
| similarity index 67%
|
| copy from ash/ash_resources.gyp
|
| copy to athena/athena_strings.gyp
|
| index 930cde8d0c0ecea318fa769c64fe96bd685e743b..188ae0a0fca3e29b260f4cb1ffd76eb1cedb524e 100644
|
| --- a/ash/ash_resources.gyp
|
| +++ b/athena/athena_strings.gyp
|
| @@ -5,16 +5,16 @@
|
| {
|
| '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' ],
|
| },
|
|
|