| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'include_dirs': [ | 392 'include_dirs': [ |
| 393 '../breakpad/src', | 393 '../breakpad/src', |
| 394 ], | 394 ], |
| 395 'link_settings': { | 395 'link_settings': { |
| 396 'libraries': [ | 396 'libraries': [ |
| 397 '-lrpcrt4.lib', | 397 '-lrpcrt4.lib', |
| 398 '-lwtsapi32.lib', | 398 '-lwtsapi32.lib', |
| 399 ], | 399 ], |
| 400 }, | 400 }, |
| 401 'sources': [ | 401 'sources': [ |
| 402 'host/win/elevated_native_messaging_host.cc', |
| 403 'host/win/elevated_native_messaging_host.h', |
| 402 'host/win/launch_native_messaging_host_process.cc', | 404 'host/win/launch_native_messaging_host_process.cc', |
| 403 'host/win/launch_native_messaging_host_process.h', | 405 'host/win/launch_native_messaging_host_process.h', |
| 404 ], | 406 ], |
| 405 }], | 407 }], |
| 406 [ 'chromeos==0', { | 408 [ 'chromeos==0', { |
| 407 'sources!': [ | 409 'sources!': [ |
| 408 'host/chromeos/aura_desktop_capturer_unittest.cc', | 410 'host/chromeos/aura_desktop_capturer_unittest.cc', |
| 409 'host/clipboard_aura_unittest.cc', | 411 'host/clipboard_aura_unittest.cc', |
| 410 ], | 412 ], |
| 411 }, { # chromeos==1 | 413 }, { # chromeos==1 |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 '../build/isolate.gypi', | 634 '../build/isolate.gypi', |
| 633 ], | 635 ], |
| 634 'sources': [ | 636 'sources': [ |
| 635 'remoting_unittests.isolate', | 637 'remoting_unittests.isolate', |
| 636 ], | 638 ], |
| 637 }, | 639 }, |
| 638 ], | 640 ], |
| 639 }], | 641 }], |
| 640 ] # end of 'conditions' | 642 ] # end of 'conditions' |
| 641 } | 643 } |
| OLD | NEW |