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

Side by Side Diff: remoting/remoting.gyp

Issue 10399052: [Chromoting] Add a filter that will stop the host sending unnecessary clipboard events to the clien… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 8 years, 7 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/protocol_mock_objects.h ('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 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 'protocol/buffered_socket_writer.cc', 1523 'protocol/buffered_socket_writer.cc',
1524 'protocol/buffered_socket_writer.h', 1524 'protocol/buffered_socket_writer.h',
1525 'protocol/channel_authenticator.h', 1525 'protocol/channel_authenticator.h',
1526 'protocol/channel_dispatcher_base.cc', 1526 'protocol/channel_dispatcher_base.cc',
1527 'protocol/channel_dispatcher_base.h', 1527 'protocol/channel_dispatcher_base.h',
1528 'protocol/client_control_dispatcher.cc', 1528 'protocol/client_control_dispatcher.cc',
1529 'protocol/client_control_dispatcher.h', 1529 'protocol/client_control_dispatcher.h',
1530 'protocol/client_event_dispatcher.cc', 1530 'protocol/client_event_dispatcher.cc',
1531 'protocol/client_event_dispatcher.h', 1531 'protocol/client_event_dispatcher.h',
1532 'protocol/client_stub.h', 1532 'protocol/client_stub.h',
1533 'protocol/clipboard_echo_filter.cc',
1534 'protocol/clipboard_echo_filter.h',
1533 'protocol/clipboard_filter.h', 1535 'protocol/clipboard_filter.h',
1534 'protocol/clipboard_filter.cc', 1536 'protocol/clipboard_filter.cc',
1535 'protocol/clipboard_stub.h', 1537 'protocol/clipboard_stub.h',
1536 'protocol/connection_to_client.cc', 1538 'protocol/connection_to_client.cc',
1537 'protocol/connection_to_client.h', 1539 'protocol/connection_to_client.h',
1538 'protocol/connection_to_host.cc', 1540 'protocol/connection_to_host.cc',
1539 'protocol/connection_to_host.h', 1541 'protocol/connection_to_host.h',
1540 'protocol/content_description.cc', 1542 'protocol/content_description.cc',
1541 'protocol/content_description.h', 1543 'protocol/content_description.h',
1542 'protocol/errors.h', 1544 'protocol/errors.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 'host/test_key_pair.h', 1717 'host/test_key_pair.h',
1716 'host/url_fetcher_unittest.cc', 1718 'host/url_fetcher_unittest.cc',
1717 'jingle_glue/fake_signal_strategy.cc', 1719 'jingle_glue/fake_signal_strategy.cc',
1718 'jingle_glue/fake_signal_strategy.h', 1720 'jingle_glue/fake_signal_strategy.h',
1719 'jingle_glue/iq_sender_unittest.cc', 1721 'jingle_glue/iq_sender_unittest.cc',
1720 'jingle_glue/jingle_thread_unittest.cc', 1722 'jingle_glue/jingle_thread_unittest.cc',
1721 'jingle_glue/mock_objects.cc', 1723 'jingle_glue/mock_objects.cc',
1722 'jingle_glue/mock_objects.h', 1724 'jingle_glue/mock_objects.h',
1723 'protocol/authenticator_test_base.cc', 1725 'protocol/authenticator_test_base.cc',
1724 'protocol/authenticator_test_base.h', 1726 'protocol/authenticator_test_base.h',
1727 'protocol/clipboard_echo_filter_unittest.cc',
1725 'protocol/connection_tester.cc', 1728 'protocol/connection_tester.cc',
1726 'protocol/connection_tester.h', 1729 'protocol/connection_tester.h',
1727 'protocol/connection_to_client_unittest.cc', 1730 'protocol/connection_to_client_unittest.cc',
1728 'protocol/fake_authenticator.cc', 1731 'protocol/fake_authenticator.cc',
1729 'protocol/fake_authenticator.h', 1732 'protocol/fake_authenticator.h',
1730 'protocol/fake_session.cc', 1733 'protocol/fake_session.cc',
1731 'protocol/fake_session.h', 1734 'protocol/fake_session.h',
1732 'protocol/jingle_messages_unittest.cc', 1735 'protocol/jingle_messages_unittest.cc',
1733 'protocol/jingle_session_unittest.cc', 1736 'protocol/jingle_session_unittest.cc',
1734 'protocol/input_event_tracker_unittest.cc', 1737 'protocol/input_event_tracker_unittest.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 '../base/allocator/allocator.gyp:allocator', 1778 '../base/allocator/allocator.gyp:allocator',
1776 ], 1779 ],
1777 }, 1780 },
1778 ], 1781 ],
1779 ], 1782 ],
1780 }], 1783 }],
1781 ], # end of 'conditions' 1784 ], # end of 'conditions'
1782 }, # end of target 'remoting_unittests' 1785 }, # end of target 'remoting_unittests'
1783 ], # end of targets 1786 ], # end of targets
1784 } 1787 }
OLDNEW
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698