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

Unified Diff: extensions/shell/app_shell_resources.gyp

Issue 660333003: Add support for app_shell-only extension APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (shell-identity) rebase Created 6 years, 2 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
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
}

Powered by Google App Engine
This is Rietveld 408576698