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