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

Unified Diff: extensions/extensions_resources.gyp

Issue 270243002: Update extensions_resources to use grit_target.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions_resources.gyp
diff --git a/extensions/extensions_resources.gyp b/extensions/extensions_resources.gyp
index dcbf26fb8b626b94960d1dfb85e6fb2c30774301..856def81cda7c670ea5ac1e14db7a42f952809ca 100644
--- a/extensions/extensions_resources.gyp
+++ b/extensions/extensions_resources.gyp
@@ -3,15 +3,14 @@
# found in the LICENSE file.
{
- 'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions',
- },
'targets': [
{
'target_name': 'extensions_resources',
'type': 'none',
+ 'variables': {
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions',
+ },
'actions': [
- # Data resources.
{
'action_name': 'extensions_resources',
'variables': {
@@ -20,11 +19,7 @@
'includes': [ '../build/grit_action.gypi' ],
},
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/extensions',
- ],
- },
+ 'includes': [ '../build/grit_target.gypi' ],
'hard_dependency': 1,
}
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698