OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 ['OS=="mac"', { | 150 ['OS=="mac"', { |
151 'link_settings': { | 151 'link_settings': { |
152 'libraries': [ | 152 'libraries': [ |
153 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework', | 153 '$(SDKROOT)/System/Library/Frameworks/IOBluetooth.framework', |
154 ], | 154 ], |
155 }, | 155 }, |
156 }], | 156 }], |
157 ], | 157 ], |
158 }, | 158 }, |
159 { | 159 { |
| 160 # GN version: //device/bluetooth/uribeacon |
160 'target_name': 'uribeacon', | 161 'target_name': 'uribeacon', |
161 'type': 'static_library', | 162 'type': 'static_library', |
162 'dependencies': [ | 163 'dependencies': [ |
163 '../../base/base.gyp:base', | 164 '../../base/base.gyp:base', |
164 ], | 165 ], |
165 'sources': [ | 166 'sources': [ |
166 'uribeacon/uri_encoder.cc', | 167 'uribeacon/uri_encoder.cc', |
167 'uribeacon/uri_encoder.h' | 168 'uribeacon/uri_encoder.h' |
168 ] | 169 ] |
169 }, | 170 }, |
(...skipping 25 matching lines...) Expand all Loading... |
195 'test/mock_bluetooth_gatt_notify_session.cc', | 196 'test/mock_bluetooth_gatt_notify_session.cc', |
196 'test/mock_bluetooth_gatt_notify_session.h', | 197 'test/mock_bluetooth_gatt_notify_session.h', |
197 'test/mock_bluetooth_gatt_service.cc', | 198 'test/mock_bluetooth_gatt_service.cc', |
198 'test/mock_bluetooth_gatt_service.h', | 199 'test/mock_bluetooth_gatt_service.h', |
199 'test/mock_bluetooth_socket.cc', | 200 'test/mock_bluetooth_socket.cc', |
200 'test/mock_bluetooth_socket.h', | 201 'test/mock_bluetooth_socket.h', |
201 ], | 202 ], |
202 }, | 203 }, |
203 ], | 204 ], |
204 } | 205 } |
OLD | NEW |