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

Side by Side Diff: remoting/remoting_test.gypi

Issue 799233004: Add touch events to the protocol, the stub layer, and to the client plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 9 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 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'base/running_average_unittest.cc', 121 'base/running_average_unittest.cc',
122 'base/test_rsa_key_pair.h', 122 'base/test_rsa_key_pair.h',
123 'base/typed_buffer_unittest.cc', 123 'base/typed_buffer_unittest.cc',
124 'base/util_unittest.cc', 124 'base/util_unittest.cc',
125 'client/audio_player_unittest.cc', 125 'client/audio_player_unittest.cc',
126 'client/client_status_logger_unittest.cc', 126 'client/client_status_logger_unittest.cc',
127 'client/key_event_mapper_unittest.cc', 127 'client/key_event_mapper_unittest.cc',
128 'client/plugin/empty_cursor_filter_unittest.cc', 128 'client/plugin/empty_cursor_filter_unittest.cc',
129 'client/plugin/normalizing_input_filter_cros_unittest.cc', 129 'client/plugin/normalizing_input_filter_cros_unittest.cc',
130 'client/plugin/normalizing_input_filter_mac_unittest.cc', 130 'client/plugin/normalizing_input_filter_mac_unittest.cc',
131 'client/plugin/touch_input_scaler_unittest.cc',
131 'client/server_log_entry_client_unittest.cc', 132 'client/server_log_entry_client_unittest.cc',
132 'codec/audio_encoder_opus_unittest.cc', 133 'codec/audio_encoder_opus_unittest.cc',
133 'codec/codec_test.cc', 134 'codec/codec_test.cc',
134 'codec/codec_test.h', 135 'codec/codec_test.h',
135 'codec/video_decoder_vpx_unittest.cc', 136 'codec/video_decoder_vpx_unittest.cc',
136 'codec/video_encoder_helper_unittest.cc', 137 'codec/video_encoder_helper_unittest.cc',
137 'codec/video_encoder_verbatim_unittest.cc', 138 'codec/video_encoder_verbatim_unittest.cc',
138 'codec/video_encoder_vpx_unittest.cc', 139 'codec/video_encoder_vpx_unittest.cc',
139 'host/audio_pump_unittest.cc', 140 'host/audio_pump_unittest.cc',
140 'host/audio_silence_detector_unittest.cc', 141 'host/audio_silence_detector_unittest.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'dependencies': [ 421 'dependencies': [
421 '../base/allocator/allocator.gyp:allocator', 422 '../base/allocator/allocator.gyp:allocator',
422 ], 423 ],
423 }], 424 }],
424 ], # end of 'conditions' 425 ], # end of 'conditions'
425 }, # end of target 'remoting_perftests' 426 }, # end of target 'remoting_perftests'
426 ] 427 ]
427 }] 428 }]
428 ] 429 ]
429 } 430 }
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