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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'dependencies': [ | 116 'dependencies': [ |
117 '../build/linux/system.gyp:dbus', | 117 '../build/linux/system.gyp:dbus', |
118 '../dbus/dbus.gyp:dbus', | 118 '../dbus/dbus.gyp:dbus', |
119 ], | 119 ], |
120 'sources': [ | 120 'sources': [ |
121 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc', | 121 'bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc', |
122 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc', | 122 'bluetooth/bluez/bluetooth_advertisement_bluez_unittest.cc', |
123 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc', | 123 'bluetooth/bluez/bluetooth_audio_sink_bluez_unittest.cc', |
124 'bluetooth/bluez/bluetooth_bluez_unittest.cc', | 124 'bluetooth/bluez/bluetooth_bluez_unittest.cc', |
125 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc', | 125 'bluetooth/bluez/bluetooth_gatt_bluez_unittest.cc', |
| 126 'bluetooth/bluez/bluetooth_service_attribute_value_bluez_unittest.cc
', |
| 127 'bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc', |
126 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc', | 128 'bluetooth/bluez/bluetooth_socket_bluez_unittest.cc', |
127 'bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest
.cc', | 129 'bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest
.cc', |
128 'bluetooth/test/bluetooth_test_bluez.cc', | 130 'bluetooth/test/bluetooth_test_bluez.cc', |
129 'bluetooth/test/bluetooth_test_bluez.h', | 131 'bluetooth/test/bluetooth_test_bluez.h', |
130 ], | 132 ], |
131 }], | 133 }], |
132 ['OS=="android"', { | 134 ['OS=="android"', { |
133 'dependencies!': [ | 135 'dependencies!': [ |
134 'battery/battery.gyp:device_battery', | 136 'battery/battery.gyp:device_battery', |
135 'serial/serial.gyp:device_serial', | 137 'serial/serial.gyp:device_serial', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 '../build/isolate.gypi', | 273 '../build/isolate.gypi', |
272 ], | 274 ], |
273 'sources': [ | 275 'sources': [ |
274 'device_unittests.isolate', | 276 'device_unittests.isolate', |
275 ] | 277 ] |
276 } | 278 } |
277 ] | 279 ] |
278 }] | 280 }] |
279 ], | 281 ], |
280 } | 282 } |
OLD | NEW |