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 26 matching lines...) Expand all Loading... |
37 'battery/battery_status_manager_linux_unittest.cc', | 37 'battery/battery_status_manager_linux_unittest.cc', |
38 'battery/battery_status_manager_win_unittest.cc', | 38 'battery/battery_status_manager_win_unittest.cc', |
39 'battery/battery_status_service_unittest.cc', | 39 'battery/battery_status_service_unittest.cc', |
40 'bluetooth/bluetooth_adapter_mac_unittest.mm', | 40 'bluetooth/bluetooth_adapter_mac_unittest.mm', |
41 'bluetooth/bluetooth_adapter_unittest.cc', | 41 'bluetooth/bluetooth_adapter_unittest.cc', |
42 'bluetooth/bluetooth_adapter_win_unittest.cc', | 42 'bluetooth/bluetooth_adapter_win_unittest.cc', |
43 'bluetooth/bluetooth_advertisement_unittest.cc', | 43 'bluetooth/bluetooth_advertisement_unittest.cc', |
44 'bluetooth/bluetooth_device_unittest.cc', | 44 'bluetooth/bluetooth_device_unittest.cc', |
45 'bluetooth/bluetooth_device_win_unittest.cc', | 45 'bluetooth/bluetooth_device_win_unittest.cc', |
46 'bluetooth/bluetooth_discovery_filter_unittest.cc', | 46 'bluetooth/bluetooth_discovery_filter_unittest.cc', |
47 'bluetooth/bluetooth_gatt_characteristic_unittest.cc', | |
48 'bluetooth/bluetooth_gatt_descriptor_unittest.cc', | |
49 'bluetooth/bluetooth_gatt_service_unittest.cc', | |
50 'bluetooth/bluetooth_low_energy_win_unittest.cc', | 47 'bluetooth/bluetooth_low_energy_win_unittest.cc', |
| 48 'bluetooth/bluetooth_remote_gatt_characteristic_unittest.cc', |
| 49 'bluetooth/bluetooth_remote_gatt_descriptor_unittest.cc', |
| 50 'bluetooth/bluetooth_remote_gatt_service_unittest.cc', |
51 'bluetooth/bluetooth_service_record_win_unittest.cc', | 51 'bluetooth/bluetooth_service_record_win_unittest.cc', |
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', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 'sources!': [ | 102 'sources!': [ |
103 'battery/battery_status_manager_linux_unittest.cc', | 103 'battery/battery_status_manager_linux_unittest.cc', |
104 ], | 104 ], |
105 }], | 105 }], |
106 ['(chromeos==1 or OS=="linux") and use_dbus==1', { | 106 ['(chromeos==1 or OS=="linux") and use_dbus==1', { |
107 'dependencies': [ | 107 'dependencies': [ |
108 '../build/linux/system.gyp:dbus', | 108 '../build/linux/system.gyp:dbus', |
109 '../dbus/dbus.gyp:dbus', | 109 '../dbus/dbus.gyp:dbus', |
110 ], | 110 ], |
111 'sources': [ | 111 'sources': [ |
112 'bluetooth/bluetooth_adapter_profile_bluez_unittest.cc', | 112 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc', |
113 'bluetooth/bluetooth_advertisement_bluez_unittest.cc', | 113 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc', |
114 'bluetooth/bluetooth_audio_sink_bluez_unittest.cc', | 114 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc', |
115 'bluetooth/bluetooth_bluez_unittest.cc', | 115 'bluetooth/bluez/bluetooth_bluez_unittest.cc', |
116 'bluetooth/bluetooth_gatt_bluez_unittest.cc', | 116 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc', |
117 'bluetooth/bluetooth_socket_bluez_unittest.cc', | 117 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc', |
118 'bluetooth/test/bluetooth_test_bluez.cc', | 118 'bluetooth/test/bluetooth_test_bluez.cc', |
119 'bluetooth/test/bluetooth_test_bluez.h', | 119 'bluetooth/test/bluetooth_test_bluez.h', |
120 ], | 120 ], |
121 }], | 121 }], |
122 ['OS=="android"', { | 122 ['OS=="android"', { |
123 'dependencies!': [ | 123 'dependencies!': [ |
124 'battery/battery.gyp:device_battery', | 124 'battery/battery.gyp:device_battery', |
125 'serial/serial.gyp:device_serial', | 125 'serial/serial.gyp:device_serial', |
126 'serial/serial.gyp:device_serial_test_util', | 126 'serial/serial.gyp:device_serial_test_util', |
127 'hid/hid.gyp:device_hid', | 127 'hid/hid.gyp:device_hid', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 '../build/isolate.gypi', | 261 '../build/isolate.gypi', |
262 ], | 262 ], |
263 'sources': [ | 263 'sources': [ |
264 'device_unittests.isolate', | 264 'device_unittests.isolate', |
265 ] | 265 ] |
266 } | 266 } |
267 ] | 267 ] |
268 }] | 268 }] |
269 ], | 269 ], |
270 } | 270 } |
OLD | NEW |