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