OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 }], | 248 }], |
249 [ 'chromeos==0', { | 249 [ 'chromeos==0', { |
250 'sources!': [ | 250 'sources!': [ |
251 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 251 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
252 'host/chromeos/aura_desktop_capturer_unittest.cc', | 252 'host/chromeos/aura_desktop_capturer_unittest.cc', |
253 'host/clipboard_aura_unittest.cc', | 253 'host/clipboard_aura_unittest.cc', |
254 ], | 254 ], |
255 }, { # chromeos==1 | 255 }, { # chromeos==1 |
256 'sources!': [ | 256 'sources!': [ |
257 'host/linux/x_server_clipboard_unittest.cc', | 257 'host/linux/x_server_clipboard_unittest.cc', |
| 258 'host/local_input_monitor_unittest.cc', |
258 ], | 259 ], |
259 }], | 260 }], |
260 [ 'use_ozone==1', { | 261 [ 'use_ozone==1', { |
261 'sources!': [ | 262 'sources!': [ |
262 'host/local_input_monitor_unittest.cc', | 263 'host/local_input_monitor_unittest.cc', |
263 ], | 264 ], |
264 }], | 265 }], |
265 ['enable_remoting_host == 0', { | 266 ['enable_remoting_host == 0', { |
266 'dependencies!': [ | 267 'dependencies!': [ |
267 'remoting_host', | 268 'remoting_host', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'dependencies': [ | 444 'dependencies': [ |
444 '../base/allocator/allocator.gyp:allocator', | 445 '../base/allocator/allocator.gyp:allocator', |
445 ], | 446 ], |
446 }], | 447 }], |
447 ], # end of 'conditions' | 448 ], # end of 'conditions' |
448 }, # end of target 'remoting_perftests' | 449 }, # end of target 'remoting_perftests' |
449 ] | 450 ] |
450 }] | 451 }] |
451 ] | 452 ] |
452 } | 453 } |
OLD | NEW |