| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', | 69 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', |
| 70 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', | 70 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', |
| 71 'bluetooth/test/mock_bluetooth_cbservice_mac.mm', | 71 'bluetooth/test/mock_bluetooth_cbservice_mac.mm', |
| 72 'bluetooth/test/mock_bluetooth_cbservice_mac.h', | 72 'bluetooth/test/mock_bluetooth_cbservice_mac.h', |
| 73 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', | 73 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', |
| 74 'bluetooth/test/mock_bluetooth_central_manager_mac.h', | 74 'bluetooth/test/mock_bluetooth_central_manager_mac.h', |
| 75 'bluetooth/test/test_bluetooth_adapter_observer.cc', | 75 'bluetooth/test/test_bluetooth_adapter_observer.cc', |
| 76 'bluetooth/test/test_bluetooth_adapter_observer.h', | 76 'bluetooth/test/test_bluetooth_adapter_observer.h', |
| 77 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc', | 77 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc', |
| 78 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h', | 78 'bluetooth/test/test_bluetooth_local_gatt_service_delegate.h', |
| 79 'gamepad/gamepad_provider_unittest.cc', |
| 79 'hid/hid_connection_unittest.cc', | 80 'hid/hid_connection_unittest.cc', |
| 80 'hid/hid_device_filter_unittest.cc', | 81 'hid/hid_device_filter_unittest.cc', |
| 81 'hid/hid_report_descriptor_unittest.cc', | 82 'hid/hid_report_descriptor_unittest.cc', |
| 82 'hid/input_service_linux_unittest.cc', | 83 'hid/input_service_linux_unittest.cc', |
| 83 'hid/test_report_descriptors.cc', | 84 'hid/test_report_descriptors.cc', |
| 84 'hid/test_report_descriptors.h', | 85 'hid/test_report_descriptors.h', |
| 85 'nfc/nfc_chromeos_unittest.cc', | 86 'nfc/nfc_chromeos_unittest.cc', |
| 86 'nfc/nfc_ndef_record_unittest.cc', | 87 'nfc/nfc_ndef_record_unittest.cc', |
| 87 'serial/data_sink_unittest.cc', | 88 'serial/data_sink_unittest.cc', |
| 88 'serial/data_source_unittest.cc', | 89 'serial/data_source_unittest.cc', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 '../build/isolate.gypi', | 274 '../build/isolate.gypi', |
| 274 ], | 275 ], |
| 275 'sources': [ | 276 'sources': [ |
| 276 'device_unittests.isolate', | 277 'device_unittests.isolate', |
| 277 ] | 278 ] |
| 278 } | 279 } |
| 279 ] | 280 ] |
| 280 }] | 281 }] |
| 281 ], | 282 ], |
| 282 } | 283 } |
| OLD | NEW |