| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'bluetooth/bluetooth_task_manager_win_unittest.cc', | 52 'bluetooth/bluetooth_task_manager_win_unittest.cc', |
| 53 'bluetooth/bluetooth_uuid_unittest.cc', | 53 'bluetooth/bluetooth_uuid_unittest.cc', |
| 54 'bluetooth/test/bluetooth_test.cc', | 54 'bluetooth/test/bluetooth_test.cc', |
| 55 'bluetooth/test/bluetooth_test.h', | 55 'bluetooth/test/bluetooth_test.h', |
| 56 'bluetooth/test/bluetooth_test_android.cc', | 56 'bluetooth/test/bluetooth_test_android.cc', |
| 57 'bluetooth/test/bluetooth_test_android.h', | 57 'bluetooth/test/bluetooth_test_android.h', |
| 58 'bluetooth/test/bluetooth_test_mac.h', | 58 'bluetooth/test/bluetooth_test_mac.h', |
| 59 'bluetooth/test/bluetooth_test_mac.mm', | 59 'bluetooth/test/bluetooth_test_mac.mm', |
| 60 'bluetooth/test/bluetooth_test_win.h', | 60 'bluetooth/test/bluetooth_test_win.h', |
| 61 'bluetooth/test/bluetooth_test_win.cc', | 61 'bluetooth/test/bluetooth_test_win.cc', |
| 62 'bluetooth/test/mock_bluetooth_cbperipheral_mac.mm', |
| 63 'bluetooth/test/mock_bluetooth_cbperipheral_mac.h', |
| 64 'bluetooth/test/mock_bluetooth_central_manager_mac.mm', |
| 65 'bluetooth/test/mock_bluetooth_central_manager_mac.h', |
| 62 'bluetooth/test/test_bluetooth_adapter_observer.cc', | 66 'bluetooth/test/test_bluetooth_adapter_observer.cc', |
| 63 'bluetooth/test/test_bluetooth_adapter_observer.h', | 67 'bluetooth/test/test_bluetooth_adapter_observer.h', |
| 64 'hid/hid_connection_unittest.cc', | 68 'hid/hid_connection_unittest.cc', |
| 65 'hid/hid_device_filter_unittest.cc', | 69 'hid/hid_device_filter_unittest.cc', |
| 66 'hid/hid_report_descriptor_unittest.cc', | 70 'hid/hid_report_descriptor_unittest.cc', |
| 67 'hid/input_service_linux_unittest.cc', | 71 'hid/input_service_linux_unittest.cc', |
| 68 'hid/test_report_descriptors.cc', | 72 'hid/test_report_descriptors.cc', |
| 69 'hid/test_report_descriptors.h', | 73 'hid/test_report_descriptors.h', |
| 70 'nfc/nfc_chromeos_unittest.cc', | 74 'nfc/nfc_chromeos_unittest.cc', |
| 71 'nfc/nfc_ndef_record_unittest.cc', | 75 'nfc/nfc_ndef_record_unittest.cc', |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 '../build/isolate.gypi', | 259 '../build/isolate.gypi', |
| 256 ], | 260 ], |
| 257 'sources': [ | 261 'sources': [ |
| 258 'device_unittests.isolate', | 262 'device_unittests.isolate', |
| 259 ] | 263 ] |
| 260 } | 264 } |
| 261 ] | 265 ] |
| 262 }] | 266 }] |
| 263 ], | 267 ], |
| 264 } | 268 } |
| OLD | NEW |