| 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 27 matching lines...) Expand all Loading... |
| 38 'bluetooth/bluetooth_adapter_win_unittest.cc', | 38 'bluetooth/bluetooth_adapter_win_unittest.cc', |
| 39 'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc', | 39 'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc', |
| 40 'bluetooth/bluetooth_chromeos_unittest.cc', | 40 'bluetooth/bluetooth_chromeos_unittest.cc', |
| 41 'bluetooth/bluetooth_device_unittest.cc', | 41 'bluetooth/bluetooth_device_unittest.cc', |
| 42 'bluetooth/bluetooth_device_win_unittest.cc', | 42 'bluetooth/bluetooth_device_win_unittest.cc', |
| 43 'bluetooth/bluetooth_gatt_chromeos_unittest.cc', | 43 'bluetooth/bluetooth_gatt_chromeos_unittest.cc', |
| 44 'bluetooth/bluetooth_low_energy_win_unittest.cc', | 44 'bluetooth/bluetooth_low_energy_win_unittest.cc', |
| 45 'bluetooth/bluetooth_service_record_win_unittest.cc', | 45 'bluetooth/bluetooth_service_record_win_unittest.cc', |
| 46 'bluetooth/bluetooth_socket_chromeos_unittest.cc', | 46 'bluetooth/bluetooth_socket_chromeos_unittest.cc', |
| 47 'bluetooth/bluetooth_task_manager_win_unittest.cc', | 47 'bluetooth/bluetooth_task_manager_win_unittest.cc', |
| 48 'bluetooth/uribeacon/uri_encoder_unittest.cc', |
| 48 'bluetooth/bluetooth_uuid_unittest.cc', | 49 'bluetooth/bluetooth_uuid_unittest.cc', |
| 49 'hid/hid_connection_unittest.cc', | 50 'hid/hid_connection_unittest.cc', |
| 50 'hid/hid_device_filter_unittest.cc', | 51 'hid/hid_device_filter_unittest.cc', |
| 51 'hid/hid_report_descriptor_unittest.cc', | 52 'hid/hid_report_descriptor_unittest.cc', |
| 52 'hid/input_service_linux_unittest.cc', | 53 'hid/input_service_linux_unittest.cc', |
| 53 'hid/test_report_descriptors.cc', | 54 'hid/test_report_descriptors.cc', |
| 54 'hid/test_report_descriptors.h', | 55 'hid/test_report_descriptors.h', |
| 55 'nfc/nfc_chromeos_unittest.cc', | 56 'nfc/nfc_chromeos_unittest.cc', |
| 56 'nfc/nfc_ndef_record_unittest.cc', | 57 'nfc/nfc_ndef_record_unittest.cc', |
| 57 'serial/data_sink_unittest.cc', | 58 'serial/data_sink_unittest.cc', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 }], | 110 }], |
| 110 ['use_dbus==0', { | 111 ['use_dbus==0', { |
| 111 'sources!': [ | 112 'sources!': [ |
| 112 'battery/battery_status_manager_linux_unittest.cc', | 113 'battery/battery_status_manager_linux_unittest.cc', |
| 113 ], | 114 ], |
| 114 }], | 115 }], |
| 115 ], | 116 ], |
| 116 }, | 117 }, |
| 117 ], | 118 ], |
| 118 } | 119 } |
| OLD | NEW |