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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 ], | 347 ], |
348 'include_dirs': [ | 348 'include_dirs': [ |
349 '../../', | 349 '../../', |
350 ], | 350 ], |
351 'sources': [ | 351 'sources': [ |
352 # Note: file list duplicated in GN build. | 352 # Note: file list duplicated in GN build. |
353 'test/mock_bluetooth_adapter.cc', | 353 'test/mock_bluetooth_adapter.cc', |
354 'test/mock_bluetooth_adapter.h', | 354 'test/mock_bluetooth_adapter.h', |
355 'test/mock_bluetooth_advertisement.cc', | 355 'test/mock_bluetooth_advertisement.cc', |
356 'test/mock_bluetooth_advertisement.h', | 356 'test/mock_bluetooth_advertisement.h', |
357 'test/mock_bluetooth_central_manager_mac.mm', | |
358 'test/mock_bluetooth_central_manager_mac.h', | |
359 'test/mock_bluetooth_device.cc', | 357 'test/mock_bluetooth_device.cc', |
360 'test/mock_bluetooth_device.h', | 358 'test/mock_bluetooth_device.h', |
361 'test/mock_bluetooth_discovery_session.cc', | 359 'test/mock_bluetooth_discovery_session.cc', |
362 'test/mock_bluetooth_discovery_session.h', | 360 'test/mock_bluetooth_discovery_session.h', |
363 'test/mock_bluetooth_gatt_characteristic.cc', | 361 'test/mock_bluetooth_gatt_characteristic.cc', |
364 'test/mock_bluetooth_gatt_characteristic.h', | 362 'test/mock_bluetooth_gatt_characteristic.h', |
365 'test/mock_bluetooth_gatt_connection.cc', | 363 'test/mock_bluetooth_gatt_connection.cc', |
366 'test/mock_bluetooth_gatt_connection.h', | 364 'test/mock_bluetooth_gatt_connection.h', |
367 'test/mock_bluetooth_gatt_descriptor.cc', | 365 'test/mock_bluetooth_gatt_descriptor.cc', |
368 'test/mock_bluetooth_gatt_descriptor.h', | 366 'test/mock_bluetooth_gatt_descriptor.h', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 ], | 400 ], |
403 'variables': { | 401 'variables': { |
404 'java_in_dir': '../../device/bluetooth/android/java', | 402 'java_in_dir': '../../device/bluetooth/android/java', |
405 }, | 403 }, |
406 'includes': [ '../../build/java.gypi' ], | 404 'includes': [ '../../build/java.gypi' ], |
407 }, | 405 }, |
408 ], | 406 ], |
409 }], | 407 }], |
410 ], | 408 ], |
411 } | 409 } |
OLD | NEW |