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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 ['exclude', '^hid/'], | 170 ['exclude', '^hid/'], |
171 ], | 171 ], |
172 }], | 172 }], |
173 ['use_dbus==0', { | 173 ['use_dbus==0', { |
174 'sources!': [ | 174 'sources!': [ |
175 'battery/battery_status_manager_linux_unittest.cc', | 175 'battery/battery_status_manager_linux_unittest.cc', |
176 ], | 176 ], |
177 }], | 177 }], |
178 ['OS=="win"', { | 178 ['OS=="win"', { |
179 'sources': [ | 179 'sources': [ |
| 180 'bluetooth/bluetooth_classic_win_fake.cc', |
| 181 'bluetooth/bluetooth_classic_win_fake.h', |
180 'bluetooth/bluetooth_low_energy_win_fake.h', | 182 'bluetooth/bluetooth_low_energy_win_fake.h', |
181 'bluetooth/bluetooth_low_energy_win_fake.cc', | 183 'bluetooth/bluetooth_low_energy_win_fake.cc', |
182 ], | 184 ], |
183 }], | 185 }], |
184 ], | 186 ], |
185 }, | 187 }, |
186 ], | 188 ], |
187 'conditions': [ | 189 'conditions': [ |
188 ['OS=="android"', { | 190 ['OS=="android"', { |
189 'targets': [ | 191 'targets': [ |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 '../build/isolate.gypi', | 255 '../build/isolate.gypi', |
254 ], | 256 ], |
255 'sources': [ | 257 'sources': [ |
256 'device_unittests.isolate', | 258 'device_unittests.isolate', |
257 ] | 259 ] |
258 } | 260 } |
259 ] | 261 ] |
260 }] | 262 }] |
261 ], | 263 ], |
262 } | 264 } |
OLD | NEW |