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

Side by Side Diff: remoting/remoting.gyp

Issue 10255007: Clamp events before they are sent to EventExecutors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 1
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # TODO(dmaclach): can we pick this up some other way? Right now it's 8 # TODO(dmaclach): can we pick this up some other way? Right now it's
9 # duplicated from chrome.gyp 9 # duplicated from chrome.gyp
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 'client/client_config.cc', 1022 'client/client_config.cc',
1023 'client/client_config.h', 1023 'client/client_config.h',
1024 'client/client_context.cc', 1024 'client/client_context.cc',
1025 'client/client_context.h', 1025 'client/client_context.h',
1026 'client/frame_consumer.h', 1026 'client/frame_consumer.h',
1027 'client/frame_consumer_proxy.cc', 1027 'client/frame_consumer_proxy.cc',
1028 'client/frame_consumer_proxy.h', 1028 'client/frame_consumer_proxy.h',
1029 'client/frame_producer.h', 1029 'client/frame_producer.h',
1030 'client/key_event_mapper.cc', 1030 'client/key_event_mapper.cc',
1031 'client/key_event_mapper.h', 1031 'client/key_event_mapper.h',
1032 'client/mouse_input_filter.cc',
1033 'client/mouse_input_filter.h',
1034 'client/rectangle_update_decoder.cc', 1032 'client/rectangle_update_decoder.cc',
1035 'client/rectangle_update_decoder.h', 1033 'client/rectangle_update_decoder.h',
1036 ], 1034 ],
1037 }, # end of target 'remoting_client' 1035 }, # end of target 'remoting_client'
1038 1036
1039 { 1037 {
1040 'target_name': 'remoting_simple_host', 1038 'target_name': 'remoting_simple_host',
1041 'type': 'executable', 1039 'type': 'executable',
1042 'variables': { 'enable_wexit_time_destructors': 1, }, 1040 'variables': { 'enable_wexit_time_destructors': 1, },
1043 'dependencies': [ 1041 'dependencies': [
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 'protocol/connection_to_host.h', 1396 'protocol/connection_to_host.h',
1399 'protocol/content_description.cc', 1397 'protocol/content_description.cc',
1400 'protocol/content_description.h', 1398 'protocol/content_description.h',
1401 'protocol/errors.h', 1399 'protocol/errors.h',
1402 'protocol/host_control_dispatcher.cc', 1400 'protocol/host_control_dispatcher.cc',
1403 'protocol/host_control_dispatcher.h', 1401 'protocol/host_control_dispatcher.h',
1404 'protocol/host_event_dispatcher.cc', 1402 'protocol/host_event_dispatcher.cc',
1405 'protocol/host_event_dispatcher.h', 1403 'protocol/host_event_dispatcher.h',
1406 'protocol/host_event_stub.h', 1404 'protocol/host_event_stub.h',
1407 'protocol/host_stub.h', 1405 'protocol/host_stub.h',
1406 'protocol/input_event_tracker.cc',
1407 'protocol/input_event_tracker.h',
1408 'protocol/input_filter.cc', 1408 'protocol/input_filter.cc',
1409 'protocol/input_filter.h', 1409 'protocol/input_filter.h',
1410 'protocol/input_stub.h', 1410 'protocol/input_stub.h',
1411 'protocol/it2me_host_authenticator_factory.cc', 1411 'protocol/it2me_host_authenticator_factory.cc',
1412 'protocol/it2me_host_authenticator_factory.h', 1412 'protocol/it2me_host_authenticator_factory.h',
1413 'protocol/jingle_messages.cc', 1413 'protocol/jingle_messages.cc',
1414 'protocol/jingle_messages.h', 1414 'protocol/jingle_messages.h',
1415 'protocol/jingle_session.cc', 1415 'protocol/jingle_session.cc',
1416 'protocol/jingle_session.h', 1416 'protocol/jingle_session.h',
1417 'protocol/jingle_session_manager.cc', 1417 'protocol/jingle_session_manager.cc',
1418 'protocol/jingle_session_manager.h', 1418 'protocol/jingle_session_manager.h',
1419 'protocol/input_event_tracker.cc',
1420 'protocol/input_event_tracker.h',
1421 'protocol/libjingle_transport_factory.cc', 1419 'protocol/libjingle_transport_factory.cc',
1422 'protocol/libjingle_transport_factory.h', 1420 'protocol/libjingle_transport_factory.h',
1423 'protocol/me2me_host_authenticator_factory.cc', 1421 'protocol/me2me_host_authenticator_factory.cc',
1424 'protocol/me2me_host_authenticator_factory.h', 1422 'protocol/me2me_host_authenticator_factory.h',
1425 'protocol/message_decoder.cc', 1423 'protocol/message_decoder.cc',
1426 'protocol/message_decoder.h', 1424 'protocol/message_decoder.h',
1427 'protocol/message_reader.cc', 1425 'protocol/message_reader.cc',
1428 'protocol/message_reader.h', 1426 'protocol/message_reader.h',
1427 'protocol/mouse_input_filter.cc',
1428 'protocol/mouse_input_filter.h',
1429 'protocol/negotiating_authenticator.cc', 1429 'protocol/negotiating_authenticator.cc',
1430 'protocol/negotiating_authenticator.h', 1430 'protocol/negotiating_authenticator.h',
1431 'protocol/pepper_transport_factory.cc', 1431 'protocol/pepper_transport_factory.cc',
1432 'protocol/pepper_transport_factory.h', 1432 'protocol/pepper_transport_factory.h',
1433 'protocol/pepper_transport_socket_adapter.cc', 1433 'protocol/pepper_transport_socket_adapter.cc',
1434 'protocol/pepper_transport_socket_adapter.h', 1434 'protocol/pepper_transport_socket_adapter.h',
1435 'protocol/protobuf_video_reader.cc', 1435 'protocol/protobuf_video_reader.cc',
1436 'protocol/protobuf_video_reader.h', 1436 'protocol/protobuf_video_reader.h',
1437 'protocol/protobuf_video_writer.cc', 1437 'protocol/protobuf_video_writer.cc',
1438 'protocol/protobuf_video_writer.h', 1438 'protocol/protobuf_video_writer.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 'base/compressor_zlib_unittest.cc', 1539 'base/compressor_zlib_unittest.cc',
1540 'base/decoder_vp8_unittest.cc', 1540 'base/decoder_vp8_unittest.cc',
1541 'base/decompressor_zlib_unittest.cc', 1541 'base/decompressor_zlib_unittest.cc',
1542 'base/encode_decode_unittest.cc', 1542 'base/encode_decode_unittest.cc',
1543 'base/encoder_vp8_unittest.cc', 1543 'base/encoder_vp8_unittest.cc',
1544 'base/encoder_row_based_unittest.cc', 1544 'base/encoder_row_based_unittest.cc',
1545 'base/base_mock_objects.cc', 1545 'base/base_mock_objects.cc',
1546 'base/base_mock_objects.h', 1546 'base/base_mock_objects.h',
1547 'base/util_unittest.cc', 1547 'base/util_unittest.cc',
1548 'client/key_event_mapper_unittest.cc', 1548 'client/key_event_mapper_unittest.cc',
1549 'client/mouse_input_filter_unittest.cc',
1550 'host/capturer_linux_unittest.cc', 1549 'host/capturer_linux_unittest.cc',
1551 'host/capturer_mac_unittest.cc', 1550 'host/capturer_mac_unittest.cc',
1552 'host/capturer_win_unittest.cc', 1551 'host/capturer_win_unittest.cc',
1553 'host/remote_input_filter_unittest.cc', 1552 'host/remote_input_filter_unittest.cc',
1554 'host/test_key_pair.h', 1553 'host/test_key_pair.h',
1555 'host/url_fetcher_unittest.cc', 1554 'host/url_fetcher_unittest.cc',
1556 'jingle_glue/fake_signal_strategy.cc', 1555 'jingle_glue/fake_signal_strategy.cc',
1557 'jingle_glue/fake_signal_strategy.h', 1556 'jingle_glue/fake_signal_strategy.h',
1558 'jingle_glue/iq_sender_unittest.cc', 1557 'jingle_glue/iq_sender_unittest.cc',
1559 'jingle_glue/jingle_thread_unittest.cc', 1558 'jingle_glue/jingle_thread_unittest.cc',
1560 'jingle_glue/mock_objects.cc', 1559 'jingle_glue/mock_objects.cc',
1561 'jingle_glue/mock_objects.h', 1560 'jingle_glue/mock_objects.h',
1562 'protocol/authenticator_test_base.cc', 1561 'protocol/authenticator_test_base.cc',
1563 'protocol/authenticator_test_base.h', 1562 'protocol/authenticator_test_base.h',
1564 'protocol/connection_tester.cc', 1563 'protocol/connection_tester.cc',
1565 'protocol/connection_tester.h', 1564 'protocol/connection_tester.h',
1566 'protocol/connection_to_client_unittest.cc', 1565 'protocol/connection_to_client_unittest.cc',
1567 'protocol/fake_authenticator.cc', 1566 'protocol/fake_authenticator.cc',
1568 'protocol/fake_authenticator.h', 1567 'protocol/fake_authenticator.h',
1569 'protocol/fake_session.cc', 1568 'protocol/fake_session.cc',
1570 'protocol/fake_session.h', 1569 'protocol/fake_session.h',
1571 'protocol/jingle_messages_unittest.cc', 1570 'protocol/jingle_messages_unittest.cc',
1572 'protocol/jingle_session_unittest.cc', 1571 'protocol/jingle_session_unittest.cc',
1573 'protocol/input_event_tracker_unittest.cc', 1572 'protocol/input_event_tracker_unittest.cc',
1574 'protocol/message_decoder_unittest.cc', 1573 'protocol/message_decoder_unittest.cc',
1575 'protocol/message_reader_unittest.cc', 1574 'protocol/message_reader_unittest.cc',
1575 'protocol/mouse_input_filter_unittest.cc',
1576 'protocol/negotiating_authenticator_unittest.cc', 1576 'protocol/negotiating_authenticator_unittest.cc',
1577 'protocol/protocol_mock_objects.cc', 1577 'protocol/protocol_mock_objects.cc',
1578 'protocol/protocol_mock_objects.h', 1578 'protocol/protocol_mock_objects.h',
1579 'protocol/ppapi_module_stub.cc', 1579 'protocol/ppapi_module_stub.cc',
1580 'protocol/rtp_video_reader_unittest.cc', 1580 'protocol/rtp_video_reader_unittest.cc',
1581 'protocol/rtp_video_writer_unittest.cc', 1581 'protocol/rtp_video_writer_unittest.cc',
1582 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1582 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1583 'protocol/v1_authenticator_unittest.cc', 1583 'protocol/v1_authenticator_unittest.cc',
1584 'protocol/v2_authenticator_unittest.cc', 1584 'protocol/v2_authenticator_unittest.cc',
1585 'run_all_unittests.cc', 1585 'run_all_unittests.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 '../base/allocator/allocator.gyp:allocator', 1629 '../base/allocator/allocator.gyp:allocator',
1630 ], 1630 ],
1631 }, 1631 },
1632 ], 1632 ],
1633 ], 1633 ],
1634 }], 1634 }],
1635 ], # end of 'conditions' 1635 ], # end of 'conditions'
1636 }, # end of target 'remoting_unittests' 1636 }, # end of target 'remoting_unittests'
1637 ], # end of targets 1637 ], # end of targets
1638 } 1638 }
OLDNEW
« remoting/host/event_executor_mac.cc ('K') | « remoting/protocol/mouse_input_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698