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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1416233002: Add NormalizingInputFilterWin to un-pick AltGr sequences. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 5 years, 2 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') | remoting/webapp/base/js/client_plugin_impl.js » ('j') | 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_support', 9 'target_name': 'remoting_test_support',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'base/running_average_unittest.cc', 222 'base/running_average_unittest.cc',
223 'base/test_rsa_key_pair.h', 223 'base/test_rsa_key_pair.h',
224 'base/typed_buffer_unittest.cc', 224 'base/typed_buffer_unittest.cc',
225 'base/util_unittest.cc', 225 'base/util_unittest.cc',
226 'client/audio_player_unittest.cc', 226 'client/audio_player_unittest.cc',
227 'client/client_status_logger_unittest.cc', 227 'client/client_status_logger_unittest.cc',
228 'client/empty_cursor_filter_unittest.cc', 228 'client/empty_cursor_filter_unittest.cc',
229 'client/key_event_mapper_unittest.cc', 229 'client/key_event_mapper_unittest.cc',
230 'client/normalizing_input_filter_cros_unittest.cc', 230 'client/normalizing_input_filter_cros_unittest.cc',
231 'client/normalizing_input_filter_mac_unittest.cc', 231 'client/normalizing_input_filter_mac_unittest.cc',
232 'client/normalizing_input_filter_win_unittest.cc',
232 'client/server_log_entry_client_unittest.cc', 233 'client/server_log_entry_client_unittest.cc',
233 'client/software_video_renderer_unittest.cc', 234 'client/software_video_renderer_unittest.cc',
234 'client/touch_input_scaler_unittest.cc', 235 'client/touch_input_scaler_unittest.cc',
235 'codec/audio_encoder_opus_unittest.cc', 236 'codec/audio_encoder_opus_unittest.cc',
236 'codec/codec_test.cc', 237 'codec/codec_test.cc',
237 'codec/codec_test.h', 238 'codec/codec_test.h',
238 'codec/video_decoder_vpx_unittest.cc', 239 'codec/video_decoder_vpx_unittest.cc',
239 'codec/video_encoder_helper_unittest.cc', 240 'codec/video_encoder_helper_unittest.cc',
240 'codec/video_encoder_verbatim_unittest.cc', 241 'codec/video_encoder_verbatim_unittest.cc',
241 'codec/video_encoder_vpx_unittest.cc', 242 'codec/video_encoder_vpx_unittest.cc',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 '../build/isolate.gypi', 614 '../build/isolate.gypi',
614 ], 615 ],
615 'sources': [ 616 'sources': [
616 'remoting_unittests.isolate', 617 'remoting_unittests.isolate',
617 ], 618 ],
618 }, 619 },
619 ], 620 ],
620 }], 621 }],
621 ] # end of 'conditions' 622 ] # end of 'conditions'
622 } 623 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/webapp/base/js/client_plugin_impl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698