| 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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 ], | 387 ], |
| 388 'include_dirs': [ | 388 'include_dirs': [ |
| 389 '../breakpad/src', | 389 '../breakpad/src', |
| 390 ], | 390 ], |
| 391 'link_settings': { | 391 'link_settings': { |
| 392 'libraries': [ | 392 'libraries': [ |
| 393 '-lrpcrt4.lib', | 393 '-lrpcrt4.lib', |
| 394 '-lwtsapi32.lib', | 394 '-lwtsapi32.lib', |
| 395 ], | 395 ], |
| 396 }, | 396 }, |
| 397 'sources': [ |
| 398 'host/win/launch_native_messaging_host_process.cc', |
| 399 'host/win/launch_native_messaging_host_process.h', |
| 400 ], |
| 397 }], | 401 }], |
| 398 [ 'chromeos==0', { | 402 [ 'chromeos==0', { |
| 399 'sources!': [ | 403 'sources!': [ |
| 400 'host/chromeos/aura_desktop_capturer_unittest.cc', | 404 'host/chromeos/aura_desktop_capturer_unittest.cc', |
| 401 'host/clipboard_aura_unittest.cc', | 405 'host/clipboard_aura_unittest.cc', |
| 402 ], | 406 ], |
| 403 }, { # chromeos==1 | 407 }, { # chromeos==1 |
| 404 'sources!': [ | 408 'sources!': [ |
| 405 'host/linux/x_server_clipboard_unittest.cc', | 409 'host/linux/x_server_clipboard_unittest.cc', |
| 406 'host/local_input_monitor_unittest.cc', | 410 'host/local_input_monitor_unittest.cc', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 624 '../build/isolate.gypi', | 628 '../build/isolate.gypi', |
| 625 ], | 629 ], |
| 626 'sources': [ | 630 'sources': [ |
| 627 'remoting_unittests.isolate', | 631 'remoting_unittests.isolate', |
| 628 ], | 632 ], |
| 629 }, | 633 }, |
| 630 ], | 634 ], |
| 631 }], | 635 }], |
| 632 ] # end of 'conditions' | 636 ] # end of 'conditions' |
| 633 } | 637 } |
| OLD | NEW |