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

Side by Side Diff: remoting/remoting.gyp

Issue 12760012: Rename EventExecutor to InputInjector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'host/desktop_session_connector.h', 343 'host/desktop_session_connector.h',
344 'host/desktop_session_proxy.cc', 344 'host/desktop_session_proxy.cc',
345 'host/desktop_session_proxy.h', 345 'host/desktop_session_proxy.h',
346 'host/disconnect_window.h', 346 'host/disconnect_window.h',
347 'host/disconnect_window_gtk.cc', 347 'host/disconnect_window_gtk.cc',
348 'host/disconnect_window_mac.h', 348 'host/disconnect_window_mac.h',
349 'host/disconnect_window_mac.mm', 349 'host/disconnect_window_mac.mm',
350 'host/disconnect_window_win.cc', 350 'host/disconnect_window_win.cc',
351 'host/dns_blackhole_checker.cc', 351 'host/dns_blackhole_checker.cc',
352 'host/dns_blackhole_checker.h', 352 'host/dns_blackhole_checker.h',
353 'host/event_executor.h',
354 'host/event_executor_linux.cc',
355 'host/event_executor_mac.cc',
356 'host/event_executor_win.cc',
357 'host/heartbeat_sender.cc', 353 'host/heartbeat_sender.cc',
358 'host/heartbeat_sender.h', 354 'host/heartbeat_sender.h',
359 'host/host_change_notification_listener.cc', 355 'host/host_change_notification_listener.cc',
360 'host/host_change_notification_listener.h', 356 'host/host_change_notification_listener.h',
361 'host/host_config.cc', 357 'host/host_config.cc',
362 'host/host_config.h', 358 'host/host_config.h',
363 'host/host_exit_codes.h', 359 'host/host_exit_codes.h',
364 'host/host_port_allocator.cc', 360 'host/host_port_allocator.cc',
365 'host/host_port_allocator.h', 361 'host/host_port_allocator.h',
366 'host/host_secret.cc', 362 'host/host_secret.cc',
367 'host/host_secret.h', 363 'host/host_secret.h',
368 'host/host_status_monitor.h', 364 'host/host_status_monitor.h',
369 'host/host_status_observer.h', 365 'host/host_status_observer.h',
370 'host/host_user_interface.cc', 366 'host/host_user_interface.cc',
371 'host/host_user_interface.h', 367 'host/host_user_interface.h',
368 'host/input_injector.h',
369 'host/input_injector_linux.cc',
370 'host/input_injector_mac.cc',
371 'host/input_injector_win.cc',
372 'host/in_memory_host_config.cc', 372 'host/in_memory_host_config.cc',
373 'host/in_memory_host_config.h', 373 'host/in_memory_host_config.h',
374 'host/ipc_audio_capturer.cc', 374 'host/ipc_audio_capturer.cc',
375 'host/ipc_audio_capturer.h', 375 'host/ipc_audio_capturer.h',
376 'host/ipc_constants.cc', 376 'host/ipc_constants.cc',
377 'host/ipc_constants.h', 377 'host/ipc_constants.h',
378 'host/ipc_desktop_environment.cc', 378 'host/ipc_desktop_environment.cc',
379 'host/ipc_desktop_environment.h', 379 'host/ipc_desktop_environment.h',
380 'host/ipc_event_executor.cc', 380 'host/ipc_input_injector.cc',
381 'host/ipc_event_executor.h', 381 'host/ipc_input_injector.h',
382 'host/ipc_host_event_logger.cc', 382 'host/ipc_host_event_logger.cc',
383 'host/ipc_host_event_logger.h', 383 'host/ipc_host_event_logger.h',
384 'host/ipc_session_controller.cc', 384 'host/ipc_session_controller.cc',
385 'host/ipc_session_controller.h', 385 'host/ipc_session_controller.h',
386 'host/ipc_video_frame_capturer.cc', 386 'host/ipc_video_frame_capturer.cc',
387 'host/ipc_video_frame_capturer.h', 387 'host/ipc_video_frame_capturer.h',
388 'host/it2me_host_user_interface.cc', 388 'host/it2me_host_user_interface.cc',
389 'host/it2me_host_user_interface.h', 389 'host/it2me_host_user_interface.h',
390 'host/json_host_config.cc', 390 'host/json_host_config.cc',
391 'host/json_host_config.h', 391 'host/json_host_config.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 'host/win/omaha.cc', 453 'host/win/omaha.cc',
454 'host/win/omaha.h', 454 'host/win/omaha.h',
455 'host/win/rdp_client.cc', 455 'host/win/rdp_client.cc',
456 'host/win/rdp_client.h', 456 'host/win/rdp_client.h',
457 'host/win/rdp_client_window.cc', 457 'host/win/rdp_client_window.cc',
458 'host/win/rdp_client_window.h', 458 'host/win/rdp_client_window.h',
459 'host/win/security_descriptor.cc', 459 'host/win/security_descriptor.cc',
460 'host/win/security_descriptor.h', 460 'host/win/security_descriptor.h',
461 'host/win/session_desktop_environment.cc', 461 'host/win/session_desktop_environment.cc',
462 'host/win/session_desktop_environment.h', 462 'host/win/session_desktop_environment.h',
463 'host/win/session_event_executor.cc', 463 'host/win/session_input_injector.cc',
464 'host/win/session_event_executor.h', 464 'host/win/session_input_injector.h',
465 'host/win/window_station_and_desktop.cc', 465 'host/win/window_station_and_desktop.cc',
466 'host/win/window_station_and_desktop.h', 466 'host/win/window_station_and_desktop.h',
467 'host/win/wts_terminal_monitor.cc', 467 'host/win/wts_terminal_monitor.cc',
468 'host/win/wts_terminal_monitor.h', 468 'host/win/wts_terminal_monitor.h',
469 'host/win/wts_terminal_observer.h', 469 'host/win/wts_terminal_observer.h',
470 ], 470 ],
471 'conditions': [ 471 'conditions': [
472 ['toolkit_uses_gtk==1', { 472 ['toolkit_uses_gtk==1', {
473 'dependencies': [ 473 'dependencies': [
474 '../build/linux/system.gyp:gtk', 474 '../build/linux/system.gyp:gtk',
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 '../base/allocator/allocator.gyp:allocator', 2667 '../base/allocator/allocator.gyp:allocator',
2668 ], 2668 ],
2669 }, 2669 },
2670 ], 2670 ],
2671 ], 2671 ],
2672 }], # end of 'toolkit_uses_gtk == 1' 2672 }], # end of 'toolkit_uses_gtk == 1'
2673 ], # end of 'conditions' 2673 ], # end of 'conditions'
2674 }, # end of target 'remoting_unittests' 2674 }, # end of target 'remoting_unittests'
2675 ], # end of targets 2675 ], # end of targets
2676 } 2676 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/win/session_input_injector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698