| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'device_bluetooth', | 116 'device_bluetooth', |
| 117 ], | 117 ], |
| 118 'include_dirs': [ | 118 'include_dirs': [ |
| 119 '../../', | 119 '../../', |
| 120 ], | 120 ], |
| 121 'sources': [ | 121 'sources': [ |
| 122 'test/mock_bluetooth_adapter.cc', | 122 'test/mock_bluetooth_adapter.cc', |
| 123 'test/mock_bluetooth_adapter.h', | 123 'test/mock_bluetooth_adapter.h', |
| 124 'test/mock_bluetooth_device.cc', | 124 'test/mock_bluetooth_device.cc', |
| 125 'test/mock_bluetooth_device.h', | 125 'test/mock_bluetooth_device.h', |
| 126 'test/mock_bluetooth_discovery_session.cc', | |
| 127 'test/mock_bluetooth_discovery_session.h', | |
| 128 'test/mock_bluetooth_profile.cc', | 126 'test/mock_bluetooth_profile.cc', |
| 129 'test/mock_bluetooth_profile.h', | 127 'test/mock_bluetooth_profile.h', |
| 130 'test/mock_bluetooth_socket.cc', | 128 'test/mock_bluetooth_socket.cc', |
| 131 'test/mock_bluetooth_socket.h', | 129 'test/mock_bluetooth_socket.h', |
| 132 ], | 130 ], |
| 133 }, | 131 }, |
| 134 ], | 132 ], |
| 135 } | 133 } |
| OLD | NEW |