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