| Index: device/bluetooth/bluetooth_strings.gyp
|
| diff --git a/device/device_bluetooth_strings.gyp b/device/bluetooth/bluetooth_strings.gyp
|
| similarity index 57%
|
| rename from device/device_bluetooth_strings.gyp
|
| rename to device/bluetooth/bluetooth_strings.gyp
|
| index 3794f5558ff2ce6cb6e992bcfef2378e80dd297e..4bf3a3018b33d0986752b671ef7dba0ea70c8e2a 100644
|
| --- a/device/device_bluetooth_strings.gyp
|
| +++ b/device/bluetooth/bluetooth_strings.gyp
|
| @@ -3,27 +3,26 @@
|
| # found in the LICENSE file.
|
|
|
| {
|
| - 'variables': {
|
| - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
|
| - },
|
| -
|
| 'targets': [
|
| {
|
| 'target_name': 'device_bluetooth_strings',
|
| 'type': 'none',
|
| + 'variables': {
|
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth',
|
| + },
|
| 'actions': [
|
| {
|
| 'action_name': 'device_bluetooth_strings',
|
| 'variables': {
|
| - 'grit_grd_file': 'device_bluetooth_strings.grd',
|
| - 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device_bluetooth_strings',
|
| + 'grit_grd_file': 'bluetooth_strings.grd',
|
| + 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings',
|
| },
|
| - 'includes': [ '../build/grit_action.gypi' ],
|
| + 'includes': [ '../../build/grit_action.gypi' ],
|
| },
|
| ],
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/device_bluetooth_strings',
|
| + '<(SHARED_INTERMEDIATE_DIR)/device/bluetooth/strings',
|
| ],
|
| },
|
| },
|
|
|