| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'codec/codec_test.cc', | 124 'codec/codec_test.cc', |
| 125 'codec/codec_test.h', | 125 'codec/codec_test.h', |
| 126 'codec/video_decoder_vpx_unittest.cc', | 126 'codec/video_decoder_vpx_unittest.cc', |
| 127 'codec/video_encoder_helper_unittest.cc', | 127 'codec/video_encoder_helper_unittest.cc', |
| 128 'codec/video_encoder_verbatim_unittest.cc', | 128 'codec/video_encoder_verbatim_unittest.cc', |
| 129 'codec/video_encoder_vpx_unittest.cc', | 129 'codec/video_encoder_vpx_unittest.cc', |
| 130 'host/audio_silence_detector_unittest.cc', | 130 'host/audio_silence_detector_unittest.cc', |
| 131 'host/branding.cc', | 131 'host/branding.cc', |
| 132 'host/branding.h', | 132 'host/branding.h', |
| 133 'host/capture_scheduler_unittest.cc', | 133 'host/capture_scheduler_unittest.cc', |
| 134 'host/chromeos/aura_desktop_capturer_unittest.cc', | |
| 135 'host/chromoting_host_context_unittest.cc', | 134 'host/chromoting_host_context_unittest.cc', |
| 136 'host/chromoting_host_unittest.cc', | 135 'host/chromoting_host_unittest.cc', |
| 137 'host/client_session_unittest.cc', | 136 'host/client_session_unittest.cc', |
| 138 'host/config_file_watcher_unittest.cc', | 137 'host/config_file_watcher_unittest.cc', |
| 139 'host/daemon_process_unittest.cc', | 138 'host/daemon_process_unittest.cc', |
| 140 'host/desktop_process_unittest.cc', | 139 'host/desktop_process_unittest.cc', |
| 141 'host/desktop_shape_tracker_unittest.cc', | 140 'host/desktop_shape_tracker_unittest.cc', |
| 142 'host/fake_desktop_capturer.cc', | 141 'host/fake_desktop_capturer.cc', |
| 143 'host/fake_desktop_capturer.h', | 142 'host/fake_desktop_capturer.h', |
| 144 'host/fake_host_extension.cc', | 143 'host/fake_host_extension.cc', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 ], | 235 ], |
| 237 }], | 236 }], |
| 238 [ 'OS=="android"', { | 237 [ 'OS=="android"', { |
| 239 'dependencies': [ | 238 'dependencies': [ |
| 240 '../testing/android/native_test.gyp:native_test_native_code', | 239 '../testing/android/native_test.gyp:native_test_native_code', |
| 241 ], | 240 ], |
| 242 }], | 241 }], |
| 243 [ 'chromeos==0', { | 242 [ 'chromeos==0', { |
| 244 'sources!': [ | 243 'sources!': [ |
| 245 'client/plugin/normalizing_input_filter_cros_unittest.cc', | 244 'client/plugin/normalizing_input_filter_cros_unittest.cc', |
| 246 'host/chromeos/aura_desktop_capturer_unittest.cc', | |
| 247 ], | 245 ], |
| 248 }], | 246 }], |
| 249 ['enable_remoting_host == 0', { | 247 ['enable_remoting_host == 0', { |
| 250 'dependencies!': [ | 248 'dependencies!': [ |
| 251 'remoting_host', | 249 'remoting_host', |
| 252 'remoting_host_setup_base', | 250 'remoting_host_setup_base', |
| 251 'remoting_it2me_host_static', |
| 253 'remoting_native_messaging_base', | 252 'remoting_native_messaging_base', |
| 254 ], | 253 ], |
| 255 'sources/': [ | 254 'sources/': [ |
| 256 ['exclude', '^codec/'], | 255 ['exclude', '^codec/'], |
| 257 ['exclude', '^host/'], | 256 ['exclude', '^host/'], |
| 258 ['exclude', '^base/resources_unittest\\.cc$'], | 257 ['exclude', '^base/resources_unittest\\.cc$'], |
| 259 ] | 258 ] |
| 260 }], | 259 }], |
| 261 ['enable_it2me_host == 0', { | |
| 262 'dependencies!': [ | |
| 263 'remoting_it2me_host_static', | |
| 264 ], | |
| 265 'sources/': [ | |
| 266 ['exclude', '^host/it2me/'], | |
| 267 ] | |
| 268 }], | |
| 269 [ 'OS == "linux" and use_allocator!="none"', { | 260 [ 'OS == "linux" and use_allocator!="none"', { |
| 270 'dependencies': [ | 261 'dependencies': [ |
| 271 '../base/allocator/allocator.gyp:allocator', | 262 '../base/allocator/allocator.gyp:allocator', |
| 272 ], | 263 ], |
| 273 }], | 264 }], |
| 274 ], # end of 'conditions' | 265 ], # end of 'conditions' |
| 275 }, # end of target 'remoting_unittests' | 266 }, # end of target 'remoting_unittests' |
| 276 { | 267 { |
| 277 'target_name': 'remoting_browser_test_resources', | 268 'target_name': 'remoting_browser_test_resources', |
| 278 'type': 'none', | 269 'type': 'none', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 'dependencies': [ | 418 'dependencies': [ |
| 428 '../base/allocator/allocator.gyp:allocator', | 419 '../base/allocator/allocator.gyp:allocator', |
| 429 ], | 420 ], |
| 430 }], | 421 }], |
| 431 ], # end of 'conditions' | 422 ], # end of 'conditions' |
| 432 }, # end of target 'remoting_perftests' | 423 }, # end of target 'remoting_perftests' |
| 433 ] | 424 ] |
| 434 }] | 425 }] |
| 435 ] | 426 ] |
| 436 } | 427 } |
| OLD | NEW |