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

Unified Diff: extensions/extensions_resources.gyp

Issue 389223002: Cleanup: Remove unnecessary uses of direct_dependent_settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bluetooth fix Created 6 years, 5 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 | « device/bluetooth/bluetooth_strings.gyp ('k') | webkit/webkit_resources.gyp » ('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/extensions/extensions_resources.gyp b/extensions/extensions_resources.gyp
index dd0e1cd457e9a2e4faf8e43ce353d8c0e8936541..8c56e20c08f12f0389ceac9d6b9e718c62bd1b45 100644
--- a/extensions/extensions_resources.gyp
+++ b/extensions/extensions_resources.gyp
@@ -12,14 +12,14 @@
},
'actions': [
{
- 'action_name': 'extensions_resources',
+ 'action_name': 'generate_extensions_resources',
'variables': {
'grit_grd_file': 'extensions_resources.grd',
},
'includes': [ '../build/grit_action.gypi' ],
},
{
- 'action_name': 'extensions_renderer_resources',
+ 'action_name': 'generate_extensions_renderer_resources',
'variables': {
'grit_grd_file': 'renderer/resources/extensions_renderer_resources.grd',
},
@@ -27,12 +27,6 @@
},
],
'includes': [ '../build/grit_target.gypi' ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/extensions',
- ]
- },
- 'hard_dependency': 1,
}
]
}
« no previous file with comments | « device/bluetooth/bluetooth_strings.gyp ('k') | webkit/webkit_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698