| Index: device/bluetooth/bluetooth.gyp
|
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
|
| index 328ccd672bcb3702b64c3b43af78fc763f5e5505..d6b8c7e95a61108dd9d6a905c8a1ed8d7577a278 100644
|
| --- a/device/bluetooth/bluetooth.gyp
|
| +++ b/device/bluetooth/bluetooth.gyp
|
| @@ -10,15 +10,12 @@
|
| {
|
| # GN version: //device/bluetooth
|
| 'target_name': 'device_bluetooth',
|
| - 'type': '<(component)',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| '../../base/base.gyp:base',
|
| '../../net/net.gyp:net',
|
| '../../ui/base/ui_base.gyp:ui_base',
|
| 'bluetooth_strings.gyp:device_bluetooth_strings',
|
| - ],
|
| - 'defines': [
|
| - 'DEVICE_BLUETOOTH_IMPLEMENTATION',
|
| ],
|
| 'sources': [
|
| # Note: file list duplicated in GN build.
|
|
|