| 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' ],
|
| },
|
| ],
|
| }
|
|
|