diff options
Diffstat (limited to 'device/bluetooth/bluetooth.gyp')
-rw-r--r-- | device/bluetooth/bluetooth.gyp | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp index 5b3bcfd..1e4f7ed 100644 --- a/device/bluetooth/bluetooth.gyp +++ b/device/bluetooth/bluetooth.gyp @@ -16,6 +16,7 @@ '../../net/net.gyp:net', '../../ui/base/ui_base.gyp:ui_base', 'bluetooth_strings.gyp:device_bluetooth_strings', + 'uribeacon', ], 'defines': [ 'DEVICE_BLUETOOTH_IMPLEMENTATION', @@ -106,8 +107,6 @@ 'bluetooth_task_manager_win.h', 'bluetooth_uuid.cc', 'bluetooth_uuid.h', - 'uribeacon/uri_encoder.cc', - 'uribeacon/uri_encoder.h', ], 'conditions': [ ['chromeos==1', { @@ -158,6 +157,17 @@ ], }, { + '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', |