| Index: device/bluetooth/bluetooth.gyp
|
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
|
| index 1c8269a2517fb49f077a19f34633028fc64eaf0f..002ef8d5db93e3a216391aefe09c733045e5371f 100644
|
| --- a/device/bluetooth/bluetooth.gyp
|
| +++ b/device/bluetooth/bluetooth.gyp
|
| @@ -17,6 +17,7 @@
|
| '../../net/net.gyp:net',
|
| '../../ui/base/ui_base.gyp:ui_base',
|
| 'bluetooth_strings.gyp:bluetooth_strings',
|
| + 'uribeacon',
|
| ],
|
| 'defines': [
|
| 'DEVICE_BLUETOOTH_IMPLEMENTATION',
|
| @@ -387,6 +388,18 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //device/bluetooth/uribeacon
|
| + 'target_name': 'uribeacon',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '../../base/base.gyp:base',
|
| + ],
|
| + 'sources': [
|
| + 'uribeacon/uri_encoder.cc',
|
| + 'uribeacon/uri_encoder.h'
|
| + ]
|
| + },
|
| + {
|
| # GN version: //device/bluetooth:mocks
|
| 'target_name': 'device_bluetooth_mocks',
|
| 'type': 'static_library',
|
|
|