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

Side by Side Diff: remoting/remoting.gyp

Issue 9465035: Move ClientSession's input logic into separate components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move filtering based on local input to RemoteInputFilter. Created 8 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 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'host/local_input_monitor_win.cc', 566 'host/local_input_monitor_win.cc',
567 'host/log_to_server.cc', 567 'host/log_to_server.cc',
568 'host/log_to_server.h', 568 'host/log_to_server.h',
569 'host/policy_hack/nat_policy.h', 569 'host/policy_hack/nat_policy.h',
570 'host/policy_hack/nat_policy.cc', 570 'host/policy_hack/nat_policy.cc',
571 'host/policy_hack/nat_policy_linux.cc', 571 'host/policy_hack/nat_policy_linux.cc',
572 'host/policy_hack/nat_policy_mac.mm', 572 'host/policy_hack/nat_policy_mac.mm',
573 'host/policy_hack/nat_policy_win.cc', 573 'host/policy_hack/nat_policy_win.cc',
574 'host/register_support_host_request.cc', 574 'host/register_support_host_request.cc',
575 'host/register_support_host_request.h', 575 'host/register_support_host_request.h',
576 'host/remote_input_filter.cc',
577 'host/remote_input_filter.h',
576 'host/screen_recorder.cc', 578 'host/screen_recorder.cc',
577 'host/screen_recorder.h', 579 'host/screen_recorder.h',
578 'host/server_log_entry.cc', 580 'host/server_log_entry.cc',
579 'host/server_log_entry.h', 581 'host/server_log_entry.h',
580 'host/signaling_connector.cc', 582 'host/signaling_connector.cc',
581 'host/signaling_connector.h', 583 'host/signaling_connector.h',
582 'host/ui_strings.cc', 584 'host/ui_strings.cc',
583 'host/ui_strings.h', 585 'host/ui_strings.h',
584 'host/usb_keycode_map.h', 586 'host/usb_keycode_map.h',
585 'host/user_authenticator.h', 587 'host/user_authenticator.h',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 'protocol/input_filter.h', 863 'protocol/input_filter.h',
862 'protocol/input_stub.h', 864 'protocol/input_stub.h',
863 'protocol/it2me_host_authenticator_factory.cc', 865 'protocol/it2me_host_authenticator_factory.cc',
864 'protocol/it2me_host_authenticator_factory.h', 866 'protocol/it2me_host_authenticator_factory.h',
865 'protocol/jingle_messages.cc', 867 'protocol/jingle_messages.cc',
866 'protocol/jingle_messages.h', 868 'protocol/jingle_messages.h',
867 'protocol/jingle_session.cc', 869 'protocol/jingle_session.cc',
868 'protocol/jingle_session.h', 870 'protocol/jingle_session.h',
869 'protocol/jingle_session_manager.cc', 871 'protocol/jingle_session_manager.cc',
870 'protocol/jingle_session_manager.h', 872 'protocol/jingle_session_manager.h',
871 'protocol/key_event_tracker.cc', 873 'protocol/input_event_tracker.cc',
872 'protocol/key_event_tracker.h', 874 'protocol/input_event_tracker.h',
873 'protocol/libjingle_transport_factory.cc', 875 'protocol/libjingle_transport_factory.cc',
874 'protocol/libjingle_transport_factory.h', 876 'protocol/libjingle_transport_factory.h',
875 'protocol/me2me_host_authenticator_factory.cc', 877 'protocol/me2me_host_authenticator_factory.cc',
876 'protocol/me2me_host_authenticator_factory.h', 878 'protocol/me2me_host_authenticator_factory.h',
877 'protocol/message_decoder.cc', 879 'protocol/message_decoder.cc',
878 'protocol/message_decoder.h', 880 'protocol/message_decoder.h',
879 'protocol/message_reader.cc', 881 'protocol/message_reader.cc',
880 'protocol/message_reader.h', 882 'protocol/message_reader.h',
881 'protocol/negotiating_authenticator.cc', 883 'protocol/negotiating_authenticator.cc',
882 'protocol/negotiating_authenticator.h', 884 'protocol/negotiating_authenticator.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'base/encode_decode_unittest.cc', 994 'base/encode_decode_unittest.cc',
993 'base/encoder_vp8_unittest.cc', 995 'base/encoder_vp8_unittest.cc',
994 'base/encoder_row_based_unittest.cc', 996 'base/encoder_row_based_unittest.cc',
995 'base/base_mock_objects.cc', 997 'base/base_mock_objects.cc',
996 'base/base_mock_objects.h', 998 'base/base_mock_objects.h',
997 'base/util_unittest.cc', 999 'base/util_unittest.cc',
998 'client/mouse_input_filter_unittest.cc', 1000 'client/mouse_input_filter_unittest.cc',
999 'host/capturer_linux_unittest.cc', 1001 'host/capturer_linux_unittest.cc',
1000 'host/capturer_mac_unittest.cc', 1002 'host/capturer_mac_unittest.cc',
1001 'host/capturer_win_unittest.cc', 1003 'host/capturer_win_unittest.cc',
1004 'host/remote_input_filter.cc',
1002 'host/test_key_pair.h', 1005 'host/test_key_pair.h',
1003 'jingle_glue/fake_signal_strategy.cc', 1006 'jingle_glue/fake_signal_strategy.cc',
1004 'jingle_glue/fake_signal_strategy.h', 1007 'jingle_glue/fake_signal_strategy.h',
1005 'jingle_glue/iq_sender_unittest.cc', 1008 'jingle_glue/iq_sender_unittest.cc',
1006 'jingle_glue/jingle_thread_unittest.cc', 1009 'jingle_glue/jingle_thread_unittest.cc',
1007 'jingle_glue/mock_objects.cc', 1010 'jingle_glue/mock_objects.cc',
1008 'jingle_glue/mock_objects.h', 1011 'jingle_glue/mock_objects.h',
1009 'protocol/authenticator_test_base.cc', 1012 'protocol/authenticator_test_base.cc',
1010 'protocol/authenticator_test_base.h', 1013 'protocol/authenticator_test_base.h',
1011 'protocol/connection_tester.cc', 1014 'protocol/connection_tester.cc',
1012 'protocol/connection_tester.h', 1015 'protocol/connection_tester.h',
1013 'protocol/connection_to_client_unittest.cc', 1016 'protocol/connection_to_client_unittest.cc',
1014 'protocol/fake_authenticator.cc', 1017 'protocol/fake_authenticator.cc',
1015 'protocol/fake_authenticator.h', 1018 'protocol/fake_authenticator.h',
1016 'protocol/fake_session.cc', 1019 'protocol/fake_session.cc',
1017 'protocol/fake_session.h', 1020 'protocol/fake_session.h',
1018 'protocol/jingle_messages_unittest.cc', 1021 'protocol/jingle_messages_unittest.cc',
1019 'protocol/jingle_session_unittest.cc', 1022 'protocol/jingle_session_unittest.cc',
1020 'protocol/key_event_tracker_unittest.cc', 1023 'protocol/input_event_tracker_unittest.cc',
1021 'protocol/message_decoder_unittest.cc', 1024 'protocol/message_decoder_unittest.cc',
1022 'protocol/message_reader_unittest.cc', 1025 'protocol/message_reader_unittest.cc',
1023 'protocol/negotiating_authenticator_unittest.cc', 1026 'protocol/negotiating_authenticator_unittest.cc',
1024 'protocol/protocol_mock_objects.cc', 1027 'protocol/protocol_mock_objects.cc',
1025 'protocol/protocol_mock_objects.h', 1028 'protocol/protocol_mock_objects.h',
1026 'protocol/ppapi_module_stub.cc', 1029 'protocol/ppapi_module_stub.cc',
1027 'protocol/rtp_video_reader_unittest.cc', 1030 'protocol/rtp_video_reader_unittest.cc',
1028 'protocol/rtp_video_writer_unittest.cc', 1031 'protocol/rtp_video_writer_unittest.cc',
1029 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1032 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1030 'protocol/v1_authenticator_unittest.cc', 1033 'protocol/v1_authenticator_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 '../base/allocator/allocator.gyp:allocator', 1074 '../base/allocator/allocator.gyp:allocator',
1072 ], 1075 ],
1073 }, 1076 },
1074 ], 1077 ],
1075 ], 1078 ],
1076 }], 1079 }],
1077 ], # end of 'conditions' 1080 ], # end of 'conditions'
1078 }, # end of target 'remoting_unittests' 1081 }, # end of target 'remoting_unittests'
1079 ], # end of targets 1082 ], # end of targets
1080 } 1083 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698