| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 '../../testing/gmock.gyp:gmock', | 204 '../../testing/gmock.gyp:gmock', |
| 205 'device_bluetooth', | 205 'device_bluetooth', |
| 206 ], | 206 ], |
| 207 'include_dirs': [ | 207 'include_dirs': [ |
| 208 '../../', | 208 '../../', |
| 209 ], | 209 ], |
| 210 'sources': [ | 210 'sources': [ |
| 211 # Note: file list duplicated in GN build. | 211 # Note: file list duplicated in GN build. |
| 212 'test/mock_bluetooth_adapter.cc', | 212 'test/mock_bluetooth_adapter.cc', |
| 213 'test/mock_bluetooth_adapter.h', | 213 'test/mock_bluetooth_adapter.h', |
| 214 'test/mock_bluetooth_advertisement.cc', |
| 215 'test/mock_bluetooth_advertisement.h', |
| 214 'test/mock_bluetooth_device.cc', | 216 'test/mock_bluetooth_device.cc', |
| 215 'test/mock_bluetooth_device.h', | 217 'test/mock_bluetooth_device.h', |
| 216 'test/mock_bluetooth_discovery_session.cc', | 218 'test/mock_bluetooth_discovery_session.cc', |
| 217 'test/mock_bluetooth_discovery_session.h', | 219 'test/mock_bluetooth_discovery_session.h', |
| 218 'test/mock_bluetooth_gatt_characteristic.cc', | 220 'test/mock_bluetooth_gatt_characteristic.cc', |
| 219 'test/mock_bluetooth_gatt_characteristic.h', | 221 'test/mock_bluetooth_gatt_characteristic.h', |
| 220 'test/mock_bluetooth_gatt_connection.cc', | 222 'test/mock_bluetooth_gatt_connection.cc', |
| 221 'test/mock_bluetooth_gatt_connection.h', | 223 'test/mock_bluetooth_gatt_connection.h', |
| 222 'test/mock_bluetooth_gatt_descriptor.cc', | 224 'test/mock_bluetooth_gatt_descriptor.cc', |
| 223 'test/mock_bluetooth_gatt_descriptor.h', | 225 'test/mock_bluetooth_gatt_descriptor.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 252 ], | 254 ], |
| 253 'variables': { | 255 'variables': { |
| 254 'java_in_dir': '../../device/bluetooth/android/java', | 256 'java_in_dir': '../../device/bluetooth/android/java', |
| 255 }, | 257 }, |
| 256 'includes': [ '../../build/java.gypi' ], | 258 'includes': [ '../../build/java.gypi' ], |
| 257 }, | 259 }, |
| 258 ], | 260 ], |
| 259 }], | 261 }], |
| 260 ], | 262 ], |
| 261 } | 263 } |
| OLD | NEW |