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

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: Rebase. 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
« no previous file with comments | « remoting/protocol/key_event_tracker_unittest.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 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'host/log_to_server.h', 812 'host/log_to_server.h',
813 'host/oauth_client.cc', 813 'host/oauth_client.cc',
814 'host/oauth_client.h', 814 'host/oauth_client.h',
815 'host/policy_hack/nat_policy.h', 815 'host/policy_hack/nat_policy.h',
816 'host/policy_hack/nat_policy.cc', 816 'host/policy_hack/nat_policy.cc',
817 'host/policy_hack/nat_policy_linux.cc', 817 'host/policy_hack/nat_policy_linux.cc',
818 'host/policy_hack/nat_policy_mac.mm', 818 'host/policy_hack/nat_policy_mac.mm',
819 'host/policy_hack/nat_policy_win.cc', 819 'host/policy_hack/nat_policy_win.cc',
820 'host/register_support_host_request.cc', 820 'host/register_support_host_request.cc',
821 'host/register_support_host_request.h', 821 'host/register_support_host_request.h',
822 'host/remote_input_filter.cc',
823 'host/remote_input_filter.h',
822 'host/screen_recorder.cc', 824 'host/screen_recorder.cc',
823 'host/screen_recorder.h', 825 'host/screen_recorder.h',
824 'host/server_log_entry.cc', 826 'host/server_log_entry.cc',
825 'host/server_log_entry.h', 827 'host/server_log_entry.h',
826 'host/session_event_executor_win.cc', 828 'host/session_event_executor_win.cc',
827 'host/session_event_executor_win.h', 829 'host/session_event_executor_win.h',
828 'host/signaling_connector.cc', 830 'host/signaling_connector.cc',
829 'host/signaling_connector.h', 831 'host/signaling_connector.h',
830 'host/scoped_thread_desktop_win.cc', 832 'host/scoped_thread_desktop_win.cc',
831 'host/scoped_thread_desktop_win.h', 833 'host/scoped_thread_desktop_win.h',
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 'protocol/input_filter.h', 1125 'protocol/input_filter.h',
1124 'protocol/input_stub.h', 1126 'protocol/input_stub.h',
1125 'protocol/it2me_host_authenticator_factory.cc', 1127 'protocol/it2me_host_authenticator_factory.cc',
1126 'protocol/it2me_host_authenticator_factory.h', 1128 'protocol/it2me_host_authenticator_factory.h',
1127 'protocol/jingle_messages.cc', 1129 'protocol/jingle_messages.cc',
1128 'protocol/jingle_messages.h', 1130 'protocol/jingle_messages.h',
1129 'protocol/jingle_session.cc', 1131 'protocol/jingle_session.cc',
1130 'protocol/jingle_session.h', 1132 'protocol/jingle_session.h',
1131 'protocol/jingle_session_manager.cc', 1133 'protocol/jingle_session_manager.cc',
1132 'protocol/jingle_session_manager.h', 1134 'protocol/jingle_session_manager.h',
1133 'protocol/key_event_tracker.cc', 1135 'protocol/input_event_tracker.cc',
1134 'protocol/key_event_tracker.h', 1136 'protocol/input_event_tracker.h',
1135 'protocol/libjingle_transport_factory.cc', 1137 'protocol/libjingle_transport_factory.cc',
1136 'protocol/libjingle_transport_factory.h', 1138 'protocol/libjingle_transport_factory.h',
1137 'protocol/me2me_host_authenticator_factory.cc', 1139 'protocol/me2me_host_authenticator_factory.cc',
1138 'protocol/me2me_host_authenticator_factory.h', 1140 'protocol/me2me_host_authenticator_factory.h',
1139 'protocol/message_decoder.cc', 1141 'protocol/message_decoder.cc',
1140 'protocol/message_decoder.h', 1142 'protocol/message_decoder.h',
1141 'protocol/message_reader.cc', 1143 'protocol/message_reader.cc',
1142 'protocol/message_reader.h', 1144 'protocol/message_reader.h',
1143 'protocol/negotiating_authenticator.cc', 1145 'protocol/negotiating_authenticator.cc',
1144 'protocol/negotiating_authenticator.h', 1146 'protocol/negotiating_authenticator.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 'base/encode_decode_unittest.cc', 1258 'base/encode_decode_unittest.cc',
1257 'base/encoder_vp8_unittest.cc', 1259 'base/encoder_vp8_unittest.cc',
1258 'base/encoder_row_based_unittest.cc', 1260 'base/encoder_row_based_unittest.cc',
1259 'base/base_mock_objects.cc', 1261 'base/base_mock_objects.cc',
1260 'base/base_mock_objects.h', 1262 'base/base_mock_objects.h',
1261 'base/util_unittest.cc', 1263 'base/util_unittest.cc',
1262 'client/mouse_input_filter_unittest.cc', 1264 'client/mouse_input_filter_unittest.cc',
1263 'host/capturer_linux_unittest.cc', 1265 'host/capturer_linux_unittest.cc',
1264 'host/capturer_mac_unittest.cc', 1266 'host/capturer_mac_unittest.cc',
1265 'host/capturer_win_unittest.cc', 1267 'host/capturer_win_unittest.cc',
1268 'host/remote_input_filter_unittest.cc',
1266 'host/test_key_pair.h', 1269 'host/test_key_pair.h',
1267 'jingle_glue/fake_signal_strategy.cc', 1270 'jingle_glue/fake_signal_strategy.cc',
1268 'jingle_glue/fake_signal_strategy.h', 1271 'jingle_glue/fake_signal_strategy.h',
1269 'jingle_glue/iq_sender_unittest.cc', 1272 'jingle_glue/iq_sender_unittest.cc',
1270 'jingle_glue/jingle_thread_unittest.cc', 1273 'jingle_glue/jingle_thread_unittest.cc',
1271 'jingle_glue/mock_objects.cc', 1274 'jingle_glue/mock_objects.cc',
1272 'jingle_glue/mock_objects.h', 1275 'jingle_glue/mock_objects.h',
1273 'protocol/authenticator_test_base.cc', 1276 'protocol/authenticator_test_base.cc',
1274 'protocol/authenticator_test_base.h', 1277 'protocol/authenticator_test_base.h',
1275 'protocol/connection_tester.cc', 1278 'protocol/connection_tester.cc',
1276 'protocol/connection_tester.h', 1279 'protocol/connection_tester.h',
1277 'protocol/connection_to_client_unittest.cc', 1280 'protocol/connection_to_client_unittest.cc',
1278 'protocol/fake_authenticator.cc', 1281 'protocol/fake_authenticator.cc',
1279 'protocol/fake_authenticator.h', 1282 'protocol/fake_authenticator.h',
1280 'protocol/fake_session.cc', 1283 'protocol/fake_session.cc',
1281 'protocol/fake_session.h', 1284 'protocol/fake_session.h',
1282 'protocol/jingle_messages_unittest.cc', 1285 'protocol/jingle_messages_unittest.cc',
1283 'protocol/jingle_session_unittest.cc', 1286 'protocol/jingle_session_unittest.cc',
1284 'protocol/key_event_tracker_unittest.cc', 1287 'protocol/input_event_tracker_unittest.cc',
1285 'protocol/message_decoder_unittest.cc', 1288 'protocol/message_decoder_unittest.cc',
1286 'protocol/message_reader_unittest.cc', 1289 'protocol/message_reader_unittest.cc',
1287 'protocol/negotiating_authenticator_unittest.cc', 1290 'protocol/negotiating_authenticator_unittest.cc',
1288 'protocol/protocol_mock_objects.cc', 1291 'protocol/protocol_mock_objects.cc',
1289 'protocol/protocol_mock_objects.h', 1292 'protocol/protocol_mock_objects.h',
1290 'protocol/ppapi_module_stub.cc', 1293 'protocol/ppapi_module_stub.cc',
1291 'protocol/rtp_video_reader_unittest.cc', 1294 'protocol/rtp_video_reader_unittest.cc',
1292 'protocol/rtp_video_writer_unittest.cc', 1295 'protocol/rtp_video_writer_unittest.cc',
1293 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1296 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1294 'protocol/v1_authenticator_unittest.cc', 1297 'protocol/v1_authenticator_unittest.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 '../base/allocator/allocator.gyp:allocator', 1343 '../base/allocator/allocator.gyp:allocator',
1341 ], 1344 ],
1342 }, 1345 },
1343 ], 1346 ],
1344 ], 1347 ],
1345 }], 1348 }],
1346 ], # end of 'conditions' 1349 ], # end of 'conditions'
1347 }, # end of target 'remoting_unittests' 1350 }, # end of target 'remoting_unittests'
1348 ], # end of targets 1351 ], # end of targets
1349 } 1352 }
OLDNEW
« no previous file with comments | « remoting/protocol/key_event_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698