Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: device/bluetooth/bluetooth.gyp

Issue 1132173002: Implement the advertising functions for the BLE API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/test/mock_bluetooth_adapter.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 '../../testing/gmock.gyp:gmock', 204 '../../testing/gmock.gyp:gmock',
205 'device_bluetooth', 205 'device_bluetooth',
206 ], 206 ],
207 'include_dirs': [ 207 'include_dirs': [
208 '../../', 208 '../../',
209 ], 209 ],
210 'sources': [ 210 'sources': [
211 # Note: file list duplicated in GN build. 211 # Note: file list duplicated in GN build.
212 'test/mock_bluetooth_adapter.cc', 212 'test/mock_bluetooth_adapter.cc',
213 'test/mock_bluetooth_adapter.h', 213 'test/mock_bluetooth_adapter.h',
214 'test/mock_bluetooth_advertisement.cc',
215 'test/mock_bluetooth_advertisement.h',
214 'test/mock_bluetooth_device.cc', 216 'test/mock_bluetooth_device.cc',
215 'test/mock_bluetooth_device.h', 217 'test/mock_bluetooth_device.h',
216 'test/mock_bluetooth_discovery_session.cc', 218 'test/mock_bluetooth_discovery_session.cc',
217 'test/mock_bluetooth_discovery_session.h', 219 'test/mock_bluetooth_discovery_session.h',
218 'test/mock_bluetooth_gatt_characteristic.cc', 220 'test/mock_bluetooth_gatt_characteristic.cc',
219 'test/mock_bluetooth_gatt_characteristic.h', 221 'test/mock_bluetooth_gatt_characteristic.h',
220 'test/mock_bluetooth_gatt_connection.cc', 222 'test/mock_bluetooth_gatt_connection.cc',
221 'test/mock_bluetooth_gatt_connection.h', 223 'test/mock_bluetooth_gatt_connection.h',
222 'test/mock_bluetooth_gatt_descriptor.cc', 224 'test/mock_bluetooth_gatt_descriptor.cc',
223 'test/mock_bluetooth_gatt_descriptor.h', 225 'test/mock_bluetooth_gatt_descriptor.h',
(...skipping 28 matching lines...) Expand all
252 ], 254 ],
253 'variables': { 255 'variables': {
254 'java_in_dir': '../../device/bluetooth/android/java', 256 'java_in_dir': '../../device/bluetooth/android/java',
255 }, 257 },
256 'includes': [ '../../build/java.gypi' ], 258 'includes': [ '../../build/java.gypi' ],
257 }, 259 },
258 ], 260 ],
259 }], 261 }],
260 ], 262 ],
261 } 263 }
OLDNEW
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/test/mock_bluetooth_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698