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', |
126 'test/mock_bluetooth_profile.cc', | 128 'test/mock_bluetooth_profile.cc', |
127 'test/mock_bluetooth_profile.h', | 129 'test/mock_bluetooth_profile.h', |
128 'test/mock_bluetooth_socket.cc', | 130 'test/mock_bluetooth_socket.cc', |
129 'test/mock_bluetooth_socket.h', | 131 'test/mock_bluetooth_socket.h', |
130 ], | 132 ], |
131 }, | 133 }, |
132 ], | 134 ], |
133 } | 135 } |
OLD | NEW |