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

Unified Diff: athena/strings/athena_strings.gyp

Issue 591803002: Add athena_strings.grd with athena specific strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « athena/strings/athena_strings.grd ('k') | athena/system/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
},
],
}
« no previous file with comments | « athena/strings/athena_strings.grd ('k') | athena/system/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698