| 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 # GN version: //remoting:test_support | 8 # GN version: //remoting:test_support |
| 9 'target_name': 'remoting_test_support', | 9 'target_name': 'remoting_test_support', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 'sources!': [ | 399 'sources!': [ |
| 400 'host/chromeos/aura_desktop_capturer_unittest.cc', | 400 'host/chromeos/aura_desktop_capturer_unittest.cc', |
| 401 'host/clipboard_aura_unittest.cc', | 401 'host/clipboard_aura_unittest.cc', |
| 402 ], | 402 ], |
| 403 }, { # chromeos==1 | 403 }, { # chromeos==1 |
| 404 'sources!': [ | 404 'sources!': [ |
| 405 'host/linux/x_server_clipboard_unittest.cc', | 405 'host/linux/x_server_clipboard_unittest.cc', |
| 406 'host/local_input_monitor_unittest.cc', | 406 'host/local_input_monitor_unittest.cc', |
| 407 ], | 407 ], |
| 408 }], | 408 }], |
| 409 ['use_x11 == 0', { |
| 410 'sources!' : [ |
| 411 'host/linux/unicode_to_keysym_unittest.cc', |
| 412 ] |
| 413 }], |
| 409 [ 'use_ozone==1', { | 414 [ 'use_ozone==1', { |
| 410 'sources!': [ | 415 'sources!': [ |
| 411 'host/local_input_monitor_unittest.cc', | 416 'host/local_input_monitor_unittest.cc', |
| 412 ], | 417 ], |
| 413 }], | 418 }], |
| 414 ['enable_remoting_host == 0', { | 419 ['enable_remoting_host == 0', { |
| 415 'dependencies!': [ | 420 'dependencies!': [ |
| 416 'remoting_host', | 421 'remoting_host', |
| 417 'remoting_host_setup_base', | 422 'remoting_host_setup_base', |
| 418 'remoting_it2me_host_static', | 423 'remoting_it2me_host_static', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 '../build/isolate.gypi', | 627 '../build/isolate.gypi', |
| 623 ], | 628 ], |
| 624 'sources': [ | 629 'sources': [ |
| 625 'remoting_unittests.isolate', | 630 'remoting_unittests.isolate', |
| 626 ], | 631 ], |
| 627 }, | 632 }, |
| 628 ], | 633 ], |
| 629 }], | 634 }], |
| 630 ] # end of 'conditions' | 635 ] # end of 'conditions' |
| 631 } | 636 } |
| OLD | NEW |