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

Unified Diff: device/bluetooth/bluetooth_strings.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 | « no previous file | extensions/extensions_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_strings.gyp
diff --git a/device/bluetooth/bluetooth_strings.gyp b/device/bluetooth/bluetooth_strings.gyp
index 4bf3a3018b33d0986752b671ef7dba0ea70c8e2a..8b9dca97100eeb6ee1212c6b5df74df8f857c4e8 100644
--- a/device/bluetooth/bluetooth_strings.gyp
+++ b/device/bluetooth/bluetooth_strings.gyp
@@ -8,23 +8,18 @@
'target_name': 'device_bluetooth_strings',
'type': 'none',
'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth',
+ 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings',
},
'actions': [
{
- 'action_name': 'device_bluetooth_strings',
+ 'action_name': 'generate_device_bluetooth_strings',
'variables': {
'grit_grd_file': 'bluetooth_strings.grd',
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings',
},
'includes': [ '../../build/grit_action.gypi' ],
},
],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings',
- ],
- },
+ 'includes': [ '../../build/grit_target.gypi' ],
},
],
}
« no previous file with comments | « no previous file | extensions/extensions_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698