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

Unified Diff: extensions/extensions_resources.gyp

Issue 246423002: Split feature definitions into extensions and chrome features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: repack2 Created 6 years, 8 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 | « extensions/extensions_resources.grd ('k') | extensions/test/test_extensions_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_resources.gyp
diff --git a/components/components_strings.gyp b/extensions/extensions_resources.gyp
similarity index 59%
copy from components/components_strings.gyp
copy to extensions/extensions_resources.gyp
index 72555e79b16d19a380fe6222d3f926d0aeb5afdd..dcbf26fb8b626b94960d1dfb85e6fb2c30774301 100644
--- a/components/components_strings.gyp
+++ b/extensions/extensions_resources.gyp
@@ -3,26 +3,29 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions',
+ },
'targets': [
{
- 'target_name': 'components_strings',
+ 'target_name': 'extensions_resources',
'type': 'none',
'actions': [
+ # Data resources.
{
- 'action_name': 'generate_components_strings',
+ 'action_name': 'extensions_resources',
'variables': {
- 'grit_grd_file': 'components_strings.grd',
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/strings',
+ 'grit_grd_file': 'extensions_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ],
},
],
'direct_dependent_settings': {
'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/components/strings',
+ '<(SHARED_INTERMEDIATE_DIR)/extensions',
],
},
'hard_dependency': 1,
- },
- ],
+ }
+ ]
}
« no previous file with comments | « extensions/extensions_resources.grd ('k') | extensions/test/test_extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698