| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'include_dirs': [ | 127 'include_dirs': [ |
| 128 '../../', | 128 '../../', |
| 129 ], | 129 ], |
| 130 'sources': [ | 130 'sources': [ |
| 131 'test/mock_bluetooth_adapter.cc', | 131 'test/mock_bluetooth_adapter.cc', |
| 132 'test/mock_bluetooth_adapter.h', | 132 'test/mock_bluetooth_adapter.h', |
| 133 'test/mock_bluetooth_device.cc', | 133 'test/mock_bluetooth_device.cc', |
| 134 'test/mock_bluetooth_device.h', | 134 'test/mock_bluetooth_device.h', |
| 135 'test/mock_bluetooth_discovery_session.cc', | 135 'test/mock_bluetooth_discovery_session.cc', |
| 136 'test/mock_bluetooth_discovery_session.h', | 136 'test/mock_bluetooth_discovery_session.h', |
| 137 'test/mock_bluetooth_gatt_service.cc', |
| 138 'test/mock_bluetooth_gatt_service.h', |
| 137 'test/mock_bluetooth_profile.cc', | 139 'test/mock_bluetooth_profile.cc', |
| 138 'test/mock_bluetooth_profile.h', | 140 'test/mock_bluetooth_profile.h', |
| 139 'test/mock_bluetooth_socket.cc', | 141 'test/mock_bluetooth_socket.cc', |
| 140 'test/mock_bluetooth_socket.h', | 142 'test/mock_bluetooth_socket.h', |
| 141 ], | 143 ], |
| 142 }, | 144 }, |
| 143 ], | 145 ], |
| 144 } | 146 } |
| OLD | NEW |