| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 '../testing/gtest.gyp:gtest', | 177 '../testing/gtest.gyp:gtest', |
| 178 '../third_party/libyuv/libyuv.gyp:libyuv', | 178 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 179 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 179 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 180 '../ui/base/ui_base.gyp:ui_base', | 180 '../ui/base/ui_base.gyp:ui_base', |
| 181 '../ui/gfx/gfx.gyp:gfx', | 181 '../ui/gfx/gfx.gyp:gfx', |
| 182 '../ui/gfx/gfx.gyp:gfx_geometry', | 182 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 183 'ar_test_driver_common', | 183 'ar_test_driver_common', |
| 184 'remoting_base', | 184 'remoting_base', |
| 185 'remoting_breakpad', | 185 'remoting_breakpad', |
| 186 'remoting_client', | 186 'remoting_client', |
| 187 'remoting_client_plugin', | |
| 188 'remoting_host', | 187 'remoting_host', |
| 189 'remoting_host_setup_base', | 188 'remoting_host_setup_base', |
| 190 'remoting_it2me_host_static', | 189 'remoting_it2me_host_static', |
| 191 'remoting_native_messaging_base', | 190 'remoting_native_messaging_base', |
| 192 'remoting_protocol', | 191 'remoting_protocol', |
| 193 'remoting_resources', | 192 'remoting_resources', |
| 194 'remoting_test_support', | 193 'remoting_test_support', |
| 195 ], | 194 ], |
| 196 'defines': [ | 195 'defines': [ |
| 197 'VERSION=<(version_full)', | 196 'VERSION=<(version_full)', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 '../breakpad/src', | 355 '../breakpad/src', |
| 357 ], | 356 ], |
| 358 'link_settings': { | 357 'link_settings': { |
| 359 'libraries': [ | 358 'libraries': [ |
| 360 '-lrpcrt4.lib', | 359 '-lrpcrt4.lib', |
| 361 '-lwtsapi32.lib', | 360 '-lwtsapi32.lib', |
| 362 ], | 361 ], |
| 363 }, | 362 }, |
| 364 }], | 363 }], |
| 365 [ 'OS=="android"', { | 364 [ 'OS=="android"', { |
| 366 'dependencies!': [ | |
| 367 'remoting_client_plugin', | |
| 368 ], | |
| 369 }], | |
| 370 [ 'OS=="android"', { | |
| 371 'dependencies': [ | 365 'dependencies': [ |
| 372 '../testing/android/native_test.gyp:native_test_native_code', | 366 '../testing/android/native_test.gyp:native_test_native_code', |
| 373 ], | 367 ], |
| 374 }], | 368 }], |
| 375 [ 'chromeos==0', { | 369 [ 'chromeos==0', { |
| 376 'sources!': [ | 370 'sources!': [ |
| 377 'host/chromeos/aura_desktop_capturer_unittest.cc', | 371 'host/chromeos/aura_desktop_capturer_unittest.cc', |
| 378 'host/clipboard_aura_unittest.cc', | 372 'host/clipboard_aura_unittest.cc', |
| 379 ], | 373 ], |
| 380 }, { # chromeos==1 | 374 }, { # chromeos==1 |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 '../build/isolate.gypi', | 607 '../build/isolate.gypi', |
| 614 ], | 608 ], |
| 615 'sources': [ | 609 'sources': [ |
| 616 'remoting_unittests.isolate', | 610 'remoting_unittests.isolate', |
| 617 ], | 611 ], |
| 618 }, | 612 }, |
| 619 ], | 613 ], |
| 620 }], | 614 }], |
| 621 ] # end of 'conditions' | 615 ] # end of 'conditions' |
| 622 } | 616 } |
| OLD | NEW |