| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'sources/': [ | 168 'sources/': [ |
| 169 ['exclude', '^serial/'], | 169 ['exclude', '^serial/'], |
| 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"', { |
| 179 'sources': [ |
| 180 'bluetooth/bluetooth_low_energy_win_fake.h', |
| 181 'bluetooth/bluetooth_low_energy_win_fake.cc', |
| 182 ], |
| 183 }], |
| 178 ], | 184 ], |
| 179 }, | 185 }, |
| 180 ], | 186 ], |
| 181 'conditions': [ | 187 'conditions': [ |
| 182 ['OS=="android"', { | 188 ['OS=="android"', { |
| 183 'targets': [ | 189 'targets': [ |
| 184 { | 190 { |
| 185 'target_name': 'device_unittests_apk', | 191 'target_name': 'device_unittests_apk', |
| 186 'type': 'none', | 192 'type': 'none', |
| 187 'dependencies': [ | 193 'dependencies': [ |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 '../build/isolate.gypi', | 253 '../build/isolate.gypi', |
| 248 ], | 254 ], |
| 249 'sources': [ | 255 'sources': [ |
| 250 'device_unittests.isolate', | 256 'device_unittests.isolate', |
| 251 ] | 257 ] |
| 252 } | 258 } |
| 253 ] | 259 ] |
| 254 }] | 260 }] |
| 255 ], | 261 ], |
| 256 } | 262 } |
| OLD | NEW |