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_srcs.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, 1 month 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_nacl.gyp ('k') | remoting/remoting_test.gypi » ('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 'variables': { 6 'variables': {
7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'client/client_user_interface.h', 239 'client/client_user_interface.h',
240 'client/empty_cursor_filter.cc', 240 'client/empty_cursor_filter.cc',
241 'client/empty_cursor_filter.h', 241 'client/empty_cursor_filter.h',
242 'client/frame_consumer.h', 242 'client/frame_consumer.h',
243 'client/key_event_mapper.cc', 243 'client/key_event_mapper.cc',
244 'client/key_event_mapper.h', 244 'client/key_event_mapper.h',
245 'client/normalizing_input_filter_cros.cc', 245 'client/normalizing_input_filter_cros.cc',
246 'client/normalizing_input_filter_cros.h', 246 'client/normalizing_input_filter_cros.h',
247 'client/normalizing_input_filter_mac.cc', 247 'client/normalizing_input_filter_mac.cc',
248 'client/normalizing_input_filter_mac.h', 248 'client/normalizing_input_filter_mac.h',
249 'client/normalizing_input_filter_win.cc',
250 'client/normalizing_input_filter_win.h',
249 'client/server_log_entry_client.cc', 251 'client/server_log_entry_client.cc',
250 'client/server_log_entry_client.h', 252 'client/server_log_entry_client.h',
251 'client/software_video_renderer.cc', 253 'client/software_video_renderer.cc',
252 'client/software_video_renderer.h', 254 'client/software_video_renderer.h',
253 'client/token_fetcher_proxy.cc', 255 'client/token_fetcher_proxy.cc',
254 'client/token_fetcher_proxy.h', 256 'client/token_fetcher_proxy.h',
255 'client/touch_input_scaler.cc', 257 'client/touch_input_scaler.cc',
256 'client/touch_input_scaler.h', 258 'client/touch_input_scaler.h',
257 'client/video_renderer.h', 259 'client/video_renderer.h',
258 ], 260 ],
(...skipping 25 matching lines...) Expand all
284 'client/plugin/pepper_util.cc', 286 'client/plugin/pepper_util.cc',
285 'client/plugin/pepper_util.h', 287 'client/plugin/pepper_util.h',
286 'client/plugin/pepper_video_renderer.h', 288 'client/plugin/pepper_video_renderer.h',
287 'client/plugin/pepper_video_renderer_2d.cc', 289 'client/plugin/pepper_video_renderer_2d.cc',
288 'client/plugin/pepper_video_renderer_2d.h', 290 'client/plugin/pepper_video_renderer_2d.h',
289 'client/plugin/pepper_video_renderer_3d.cc', 291 'client/plugin/pepper_video_renderer_3d.cc',
290 'client/plugin/pepper_video_renderer_3d.h', 292 'client/plugin/pepper_video_renderer_3d.h',
291 ], 293 ],
292 } 294 }
293 } 295 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698