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

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: Replace |authenticated_| with an InputFilter. Created 8 years, 8 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'host/log_to_server.h', 781 'host/log_to_server.h',
782 'host/oauth_client.cc', 782 'host/oauth_client.cc',
783 'host/oauth_client.h', 783 'host/oauth_client.h',
784 'host/policy_hack/nat_policy.h', 784 'host/policy_hack/nat_policy.h',
785 'host/policy_hack/nat_policy.cc', 785 'host/policy_hack/nat_policy.cc',
786 'host/policy_hack/nat_policy_linux.cc', 786 'host/policy_hack/nat_policy_linux.cc',
787 'host/policy_hack/nat_policy_mac.mm', 787 'host/policy_hack/nat_policy_mac.mm',
788 'host/policy_hack/nat_policy_win.cc', 788 'host/policy_hack/nat_policy_win.cc',
789 'host/register_support_host_request.cc', 789 'host/register_support_host_request.cc',
790 'host/register_support_host_request.h', 790 'host/register_support_host_request.h',
791 'host/remote_input_filter.cc',
792 'host/remote_input_filter.h',
791 'host/screen_recorder.cc', 793 'host/screen_recorder.cc',
792 'host/screen_recorder.h', 794 'host/screen_recorder.h',
793 'host/server_log_entry.cc', 795 'host/server_log_entry.cc',
794 'host/server_log_entry.h', 796 'host/server_log_entry.h',
795 'host/session_event_executor_win.cc', 797 'host/session_event_executor_win.cc',
796 'host/session_event_executor_win.h', 798 'host/session_event_executor_win.h',
797 'host/signaling_connector.cc', 799 'host/signaling_connector.cc',
798 'host/signaling_connector.h', 800 'host/signaling_connector.h',
799 'host/scoped_thread_desktop_win.cc', 801 'host/scoped_thread_desktop_win.cc',
800 'host/scoped_thread_desktop_win.h', 802 'host/scoped_thread_desktop_win.h',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 'protocol/input_filter.h', 1092 'protocol/input_filter.h',
1091 'protocol/input_stub.h', 1093 'protocol/input_stub.h',
1092 'protocol/it2me_host_authenticator_factory.cc', 1094 'protocol/it2me_host_authenticator_factory.cc',
1093 'protocol/it2me_host_authenticator_factory.h', 1095 'protocol/it2me_host_authenticator_factory.h',
1094 'protocol/jingle_messages.cc', 1096 'protocol/jingle_messages.cc',
1095 'protocol/jingle_messages.h', 1097 'protocol/jingle_messages.h',
1096 'protocol/jingle_session.cc', 1098 'protocol/jingle_session.cc',
1097 'protocol/jingle_session.h', 1099 'protocol/jingle_session.h',
1098 'protocol/jingle_session_manager.cc', 1100 'protocol/jingle_session_manager.cc',
1099 'protocol/jingle_session_manager.h', 1101 'protocol/jingle_session_manager.h',
1100 'protocol/key_event_tracker.cc', 1102 'protocol/input_event_tracker.cc',
1101 'protocol/key_event_tracker.h', 1103 'protocol/input_event_tracker.h',
1102 'protocol/libjingle_transport_factory.cc', 1104 'protocol/libjingle_transport_factory.cc',
1103 'protocol/libjingle_transport_factory.h', 1105 'protocol/libjingle_transport_factory.h',
1104 'protocol/me2me_host_authenticator_factory.cc', 1106 'protocol/me2me_host_authenticator_factory.cc',
1105 'protocol/me2me_host_authenticator_factory.h', 1107 'protocol/me2me_host_authenticator_factory.h',
1106 'protocol/message_decoder.cc', 1108 'protocol/message_decoder.cc',
1107 'protocol/message_decoder.h', 1109 'protocol/message_decoder.h',
1108 'protocol/message_reader.cc', 1110 'protocol/message_reader.cc',
1109 'protocol/message_reader.h', 1111 'protocol/message_reader.h',
1110 'protocol/negotiating_authenticator.cc', 1112 'protocol/negotiating_authenticator.cc',
1111 'protocol/negotiating_authenticator.h', 1113 'protocol/negotiating_authenticator.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 'base/encode_decode_unittest.cc', 1224 'base/encode_decode_unittest.cc',
1223 'base/encoder_vp8_unittest.cc', 1225 'base/encoder_vp8_unittest.cc',
1224 'base/encoder_row_based_unittest.cc', 1226 'base/encoder_row_based_unittest.cc',
1225 'base/base_mock_objects.cc', 1227 'base/base_mock_objects.cc',
1226 'base/base_mock_objects.h', 1228 'base/base_mock_objects.h',
1227 'base/util_unittest.cc', 1229 'base/util_unittest.cc',
1228 'client/mouse_input_filter_unittest.cc', 1230 'client/mouse_input_filter_unittest.cc',
1229 'host/capturer_linux_unittest.cc', 1231 'host/capturer_linux_unittest.cc',
1230 'host/capturer_mac_unittest.cc', 1232 'host/capturer_mac_unittest.cc',
1231 'host/capturer_win_unittest.cc', 1233 'host/capturer_win_unittest.cc',
1234 'host/remote_input_filter_unittest.cc',
1232 'host/test_key_pair.h', 1235 'host/test_key_pair.h',
1233 'jingle_glue/fake_signal_strategy.cc', 1236 'jingle_glue/fake_signal_strategy.cc',
1234 'jingle_glue/fake_signal_strategy.h', 1237 'jingle_glue/fake_signal_strategy.h',
1235 'jingle_glue/iq_sender_unittest.cc', 1238 'jingle_glue/iq_sender_unittest.cc',
1236 'jingle_glue/jingle_thread_unittest.cc', 1239 'jingle_glue/jingle_thread_unittest.cc',
1237 'jingle_glue/mock_objects.cc', 1240 'jingle_glue/mock_objects.cc',
1238 'jingle_glue/mock_objects.h', 1241 'jingle_glue/mock_objects.h',
1239 'protocol/authenticator_test_base.cc', 1242 'protocol/authenticator_test_base.cc',
1240 'protocol/authenticator_test_base.h', 1243 'protocol/authenticator_test_base.h',
1241 'protocol/connection_tester.cc', 1244 'protocol/connection_tester.cc',
1242 'protocol/connection_tester.h', 1245 'protocol/connection_tester.h',
1243 'protocol/connection_to_client_unittest.cc', 1246 'protocol/connection_to_client_unittest.cc',
1244 'protocol/fake_authenticator.cc', 1247 'protocol/fake_authenticator.cc',
1245 'protocol/fake_authenticator.h', 1248 'protocol/fake_authenticator.h',
1246 'protocol/fake_session.cc', 1249 'protocol/fake_session.cc',
1247 'protocol/fake_session.h', 1250 'protocol/fake_session.h',
1248 'protocol/jingle_messages_unittest.cc', 1251 'protocol/jingle_messages_unittest.cc',
1249 'protocol/jingle_session_unittest.cc', 1252 'protocol/jingle_session_unittest.cc',
1250 'protocol/key_event_tracker_unittest.cc', 1253 'protocol/input_event_tracker_unittest.cc',
1251 'protocol/message_decoder_unittest.cc', 1254 'protocol/message_decoder_unittest.cc',
1252 'protocol/message_reader_unittest.cc', 1255 'protocol/message_reader_unittest.cc',
1253 'protocol/negotiating_authenticator_unittest.cc', 1256 'protocol/negotiating_authenticator_unittest.cc',
1254 'protocol/protocol_mock_objects.cc', 1257 'protocol/protocol_mock_objects.cc',
1255 'protocol/protocol_mock_objects.h', 1258 'protocol/protocol_mock_objects.h',
1256 'protocol/ppapi_module_stub.cc', 1259 'protocol/ppapi_module_stub.cc',
1257 'protocol/rtp_video_reader_unittest.cc', 1260 'protocol/rtp_video_reader_unittest.cc',
1258 'protocol/rtp_video_writer_unittest.cc', 1261 'protocol/rtp_video_writer_unittest.cc',
1259 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1262 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1260 'protocol/v1_authenticator_unittest.cc', 1263 'protocol/v1_authenticator_unittest.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 '../base/allocator/allocator.gyp:allocator', 1309 '../base/allocator/allocator.gyp:allocator',
1307 ], 1310 ],
1308 }, 1311 },
1309 ], 1312 ],
1310 ], 1313 ],
1311 }], 1314 }],
1312 ], # end of 'conditions' 1315 ], # end of 'conditions'
1313 }, # end of target 'remoting_unittests' 1316 }, # end of target 'remoting_unittests'
1314 ], # end of targets 1317 ], # end of targets
1315 } 1318 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698