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

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: Replace some missed occurrences and remove unused include. 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
« no previous file with comments | « remoting/host/win/session_input_injector.cc ('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 (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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 'host/desktop_session_connector.h', 344 'host/desktop_session_connector.h',
345 'host/desktop_session_proxy.cc', 345 'host/desktop_session_proxy.cc',
346 'host/desktop_session_proxy.h', 346 'host/desktop_session_proxy.h',
347 'host/disconnect_window.h', 347 'host/disconnect_window.h',
348 'host/disconnect_window_gtk.cc', 348 'host/disconnect_window_gtk.cc',
349 'host/disconnect_window_mac.h', 349 'host/disconnect_window_mac.h',
350 'host/disconnect_window_mac.mm', 350 'host/disconnect_window_mac.mm',
351 'host/disconnect_window_win.cc', 351 'host/disconnect_window_win.cc',
352 'host/dns_blackhole_checker.cc', 352 'host/dns_blackhole_checker.cc',
353 'host/dns_blackhole_checker.h', 353 'host/dns_blackhole_checker.h',
354 'host/event_executor.h',
355 'host/event_executor_linux.cc',
356 'host/event_executor_mac.cc',
357 'host/event_executor_win.cc',
358 'host/heartbeat_sender.cc', 354 'host/heartbeat_sender.cc',
359 'host/heartbeat_sender.h', 355 'host/heartbeat_sender.h',
360 'host/host_change_notification_listener.cc', 356 'host/host_change_notification_listener.cc',
361 'host/host_change_notification_listener.h', 357 'host/host_change_notification_listener.h',
362 'host/host_config.cc', 358 'host/host_config.cc',
363 'host/host_config.h', 359 'host/host_config.h',
364 'host/host_exit_codes.h', 360 'host/host_exit_codes.h',
365 'host/host_port_allocator.cc', 361 'host/host_port_allocator.cc',
366 'host/host_port_allocator.h', 362 'host/host_port_allocator.h',
367 'host/host_secret.cc', 363 'host/host_secret.cc',
368 'host/host_secret.h', 364 'host/host_secret.h',
369 'host/host_status_monitor.h', 365 'host/host_status_monitor.h',
370 'host/host_status_observer.h', 366 'host/host_status_observer.h',
371 'host/host_user_interface.cc', 367 'host/host_user_interface.cc',
372 'host/host_user_interface.h', 368 'host/host_user_interface.h',
369 'host/input_injector.h',
370 'host/input_injector_linux.cc',
371 'host/input_injector_mac.cc',
372 'host/input_injector_win.cc',
373 'host/in_memory_host_config.cc', 373 'host/in_memory_host_config.cc',
374 'host/in_memory_host_config.h', 374 'host/in_memory_host_config.h',
375 'host/ipc_audio_capturer.cc', 375 'host/ipc_audio_capturer.cc',
376 'host/ipc_audio_capturer.h', 376 'host/ipc_audio_capturer.h',
377 'host/ipc_constants.cc', 377 'host/ipc_constants.cc',
378 'host/ipc_constants.h', 378 'host/ipc_constants.h',
379 'host/ipc_desktop_environment.cc', 379 'host/ipc_desktop_environment.cc',
380 'host/ipc_desktop_environment.h', 380 'host/ipc_desktop_environment.h',
381 'host/ipc_event_executor.cc', 381 'host/ipc_input_injector.cc',
382 'host/ipc_event_executor.h', 382 'host/ipc_input_injector.h',
383 'host/ipc_host_event_logger.cc', 383 'host/ipc_host_event_logger.cc',
384 'host/ipc_host_event_logger.h', 384 'host/ipc_host_event_logger.h',
385 'host/ipc_session_controller.cc', 385 'host/ipc_session_controller.cc',
386 'host/ipc_session_controller.h', 386 'host/ipc_session_controller.h',
387 'host/ipc_video_frame_capturer.cc', 387 'host/ipc_video_frame_capturer.cc',
388 'host/ipc_video_frame_capturer.h', 388 'host/ipc_video_frame_capturer.h',
389 'host/it2me_host_user_interface.cc', 389 'host/it2me_host_user_interface.cc',
390 'host/it2me_host_user_interface.h', 390 'host/it2me_host_user_interface.h',
391 'host/json_host_config.cc', 391 'host/json_host_config.cc',
392 'host/json_host_config.h', 392 'host/json_host_config.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'host/win/omaha.cc', 454 'host/win/omaha.cc',
455 'host/win/omaha.h', 455 'host/win/omaha.h',
456 'host/win/rdp_client.cc', 456 'host/win/rdp_client.cc',
457 'host/win/rdp_client.h', 457 'host/win/rdp_client.h',
458 'host/win/rdp_client_window.cc', 458 'host/win/rdp_client_window.cc',
459 'host/win/rdp_client_window.h', 459 'host/win/rdp_client_window.h',
460 'host/win/security_descriptor.cc', 460 'host/win/security_descriptor.cc',
461 'host/win/security_descriptor.h', 461 'host/win/security_descriptor.h',
462 'host/win/session_desktop_environment.cc', 462 'host/win/session_desktop_environment.cc',
463 'host/win/session_desktop_environment.h', 463 'host/win/session_desktop_environment.h',
464 'host/win/session_event_executor.cc', 464 'host/win/session_input_injector.cc',
465 'host/win/session_event_executor.h', 465 'host/win/session_input_injector.h',
466 'host/win/window_station_and_desktop.cc', 466 'host/win/window_station_and_desktop.cc',
467 'host/win/window_station_and_desktop.h', 467 'host/win/window_station_and_desktop.h',
468 'host/win/wts_terminal_monitor.cc', 468 'host/win/wts_terminal_monitor.cc',
469 'host/win/wts_terminal_monitor.h', 469 'host/win/wts_terminal_monitor.h',
470 'host/win/wts_terminal_observer.h', 470 'host/win/wts_terminal_observer.h',
471 ], 471 ],
472 'conditions': [ 472 'conditions': [
473 ['toolkit_uses_gtk==1', { 473 ['toolkit_uses_gtk==1', {
474 'dependencies': [ 474 'dependencies': [
475 '../build/linux/system.gyp:gtk', 475 '../build/linux/system.gyp:gtk',
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after
2668 '../base/allocator/allocator.gyp:allocator', 2668 '../base/allocator/allocator.gyp:allocator',
2669 ], 2669 ],
2670 }, 2670 },
2671 ], 2671 ],
2672 ], 2672 ],
2673 }], # end of 'toolkit_uses_gtk == 1' 2673 }], # end of 'toolkit_uses_gtk == 1'
2674 ], # end of 'conditions' 2674 ], # end of 'conditions'
2675 }, # end of target 'remoting_unittests' 2675 }, # end of target 'remoting_unittests'
2676 ], # end of targets 2676 ], # end of targets
2677 } 2677 }
OLDNEW
« no previous file with comments | « 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