Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Side by Side Diff: remoting/remoting_test.gypi

Issue 1228333004: Move code that doesn't depend on PPAPI out of remoting/client/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_common', 9 'target_name': 'remoting_test_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'base/rate_counter_unittest.cc', 254 'base/rate_counter_unittest.cc',
255 'base/resources_unittest.cc', 255 'base/resources_unittest.cc',
256 'base/rsa_key_pair_unittest.cc', 256 'base/rsa_key_pair_unittest.cc',
257 'base/run_all_unittests.cc', 257 'base/run_all_unittests.cc',
258 'base/running_average_unittest.cc', 258 'base/running_average_unittest.cc',
259 'base/test_rsa_key_pair.h', 259 'base/test_rsa_key_pair.h',
260 'base/typed_buffer_unittest.cc', 260 'base/typed_buffer_unittest.cc',
261 'base/util_unittest.cc', 261 'base/util_unittest.cc',
262 'client/audio_player_unittest.cc', 262 'client/audio_player_unittest.cc',
263 'client/client_status_logger_unittest.cc', 263 'client/client_status_logger_unittest.cc',
264 'client/empty_cursor_filter_unittest.cc',
264 'client/key_event_mapper_unittest.cc', 265 'client/key_event_mapper_unittest.cc',
265 'client/plugin/empty_cursor_filter_unittest.cc', 266 'client/normalizing_input_filter_cros_unittest.cc',
266 'client/plugin/normalizing_input_filter_cros_unittest.cc', 267 'client/normalizing_input_filter_mac_unittest.cc',
267 'client/plugin/normalizing_input_filter_mac_unittest.cc',
268 'client/plugin/touch_input_scaler_unittest.cc',
269 'client/server_log_entry_client_unittest.cc', 268 'client/server_log_entry_client_unittest.cc',
269 'client/touch_input_scaler_unittest.cc',
270 'codec/audio_encoder_opus_unittest.cc', 270 'codec/audio_encoder_opus_unittest.cc',
271 'codec/codec_test.cc', 271 'codec/codec_test.cc',
272 'codec/codec_test.h', 272 'codec/codec_test.h',
273 'codec/video_decoder_vpx_unittest.cc', 273 'codec/video_decoder_vpx_unittest.cc',
274 'codec/video_encoder_helper_unittest.cc', 274 'codec/video_encoder_helper_unittest.cc',
275 'codec/video_encoder_verbatim_unittest.cc', 275 'codec/video_encoder_verbatim_unittest.cc',
276 'codec/video_encoder_vpx_unittest.cc', 276 'codec/video_encoder_vpx_unittest.cc',
277 'host/audio_pump_unittest.cc', 277 'host/audio_pump_unittest.cc',
278 'host/audio_silence_detector_unittest.cc', 278 'host/audio_silence_detector_unittest.cc',
279 'host/backoff_timer_unittest.cc', 279 'host/backoff_timer_unittest.cc',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'libraries': [ 400 'libraries': [
401 '-lrpcrt4.lib', 401 '-lrpcrt4.lib',
402 '-lwtsapi32.lib', 402 '-lwtsapi32.lib',
403 ], 403 ],
404 }, 404 },
405 }], 405 }],
406 [ 'OS=="android"', { 406 [ 'OS=="android"', {
407 'dependencies!': [ 407 'dependencies!': [
408 'remoting_client_plugin', 408 'remoting_client_plugin',
409 ], 409 ],
410 'sources/': [
411 ['exclude', '^client/plugin/'],
412 ]
413 }], 410 }],
414 [ 'OS=="android"', { 411 [ 'OS=="android"', {
415 'dependencies': [ 412 'dependencies': [
416 '../testing/android/native_test.gyp:native_test_native_code', 413 '../testing/android/native_test.gyp:native_test_native_code',
417 ], 414 ],
418 }], 415 }],
419 [ 'chromeos==0', { 416 [ 'chromeos==0', {
420 'sources!': [ 417 'sources!': [
421 'client/plugin/normalizing_input_filter_cros_unittest.cc',
422 'host/chromeos/aura_desktop_capturer_unittest.cc', 418 'host/chromeos/aura_desktop_capturer_unittest.cc',
423 'host/clipboard_aura_unittest.cc', 419 'host/clipboard_aura_unittest.cc',
424 ], 420 ],
425 }, { # chromeos==1 421 }, { # chromeos==1
426 'sources!': [ 422 'sources!': [
427 'host/linux/x_server_clipboard_unittest.cc', 423 'host/linux/x_server_clipboard_unittest.cc',
428 'host/local_input_monitor_unittest.cc', 424 'host/local_input_monitor_unittest.cc',
429 ], 425 ],
430 }], 426 }],
431 [ 'use_ozone==1', { 427 [ 'use_ozone==1', {
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 '../build/isolate.gypi', 648 '../build/isolate.gypi',
653 ], 649 ],
654 'sources': [ 650 'sources': [
655 'remoting_unittests.isolate', 651 'remoting_unittests.isolate',
656 ], 652 ],
657 }, 653 },
658 ], 654 ],
659 }], 655 }],
660 ] # end of 'conditions' 656 ] # end of 'conditions'
661 } 657 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698