| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/bluetooth_adapter_profile_bluez_unittest.cc', |
| 113 'bluetooth/bluetooth_advertisement_bluez_unittest.cc', | 113 'bluetooth/bluetooth_advertisement_bluez_unittest.cc', |
| 114 'bluetooth/bluetooth_audio_sink_bluez_unittest.cc', | 114 'bluetooth/bluetooth_audio_sink_bluez_unittest.cc', |
| 115 'bluetooth/bluetooth_bluez_unittest.cc', | 115 'bluetooth/bluetooth_bluez_unittest.cc', |
| 116 'bluetooth/bluetooth_gatt_bluez_unittest.cc', | 116 'bluetooth/bluetooth_gatt_bluez_unittest.cc', |
| 117 'bluetooth/bluetooth_socket_bluez_unittest.cc', | 117 'bluetooth/bluetooth_socket_bluez_unittest.cc', |
| 118 'bluetooth/test/bluetooth_test_bluez.cc', |
| 119 'bluetooth/test/bluetooth_test_bluez.h', |
| 118 ], | 120 ], |
| 119 }], | 121 }], |
| 120 ['OS=="android"', { | 122 ['OS=="android"', { |
| 121 'dependencies!': [ | 123 'dependencies!': [ |
| 122 'battery/battery.gyp:device_battery', | 124 'battery/battery.gyp:device_battery', |
| 123 'serial/serial.gyp:device_serial', | 125 'serial/serial.gyp:device_serial', |
| 124 'serial/serial.gyp:device_serial_test_util', | 126 'serial/serial.gyp:device_serial_test_util', |
| 125 'hid/hid.gyp:device_hid', | 127 'hid/hid.gyp:device_hid', |
| 126 ], | 128 ], |
| 127 'dependencies': [ | 129 'dependencies': [ |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 '../build/isolate.gypi', | 261 '../build/isolate.gypi', |
| 260 ], | 262 ], |
| 261 'sources': [ | 263 'sources': [ |
| 262 'device_unittests.isolate', | 264 'device_unittests.isolate', |
| 263 ] | 265 ] |
| 264 } | 266 } |
| 265 ] | 267 ] |
| 266 }] | 268 }] |
| 267 ], | 269 ], |
| 268 } | 270 } |
| OLD | NEW |