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

Side by Side Diff: remoting/remoting.gyp

Issue 10830046: Implement ChannelMultiplexer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/session.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 10
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1608 'protocol/auth_util.h', 1608 'protocol/auth_util.h',
1609 'protocol/authentication_method.cc', 1609 'protocol/authentication_method.cc',
1610 'protocol/authentication_method.h', 1610 'protocol/authentication_method.h',
1611 'protocol/authenticator.cc', 1611 'protocol/authenticator.cc',
1612 'protocol/authenticator.h', 1612 'protocol/authenticator.h',
1613 'protocol/buffered_socket_writer.cc', 1613 'protocol/buffered_socket_writer.cc',
1614 'protocol/buffered_socket_writer.h', 1614 'protocol/buffered_socket_writer.h',
1615 'protocol/channel_authenticator.h', 1615 'protocol/channel_authenticator.h',
1616 'protocol/channel_dispatcher_base.cc', 1616 'protocol/channel_dispatcher_base.cc',
1617 'protocol/channel_dispatcher_base.h', 1617 'protocol/channel_dispatcher_base.h',
1618 'protocol/channel_multiplexer.cc',
1619 'protocol/channel_multiplexer.h',
1618 'protocol/client_control_dispatcher.cc', 1620 'protocol/client_control_dispatcher.cc',
1619 'protocol/client_control_dispatcher.h', 1621 'protocol/client_control_dispatcher.h',
1620 'protocol/client_event_dispatcher.cc', 1622 'protocol/client_event_dispatcher.cc',
1621 'protocol/client_event_dispatcher.h', 1623 'protocol/client_event_dispatcher.h',
1622 'protocol/client_stub.h', 1624 'protocol/client_stub.h',
1623 'protocol/clipboard_echo_filter.cc', 1625 'protocol/clipboard_echo_filter.cc',
1624 'protocol/clipboard_echo_filter.h', 1626 'protocol/clipboard_echo_filter.h',
1627 'protocol/clipboard_filter.cc',
1625 'protocol/clipboard_filter.h', 1628 'protocol/clipboard_filter.h',
1626 'protocol/clipboard_filter.cc', 1629 'protocol/clipboard_stub.h',
1627 'protocol/clipboard_thread_proxy.cc', 1630 'protocol/clipboard_thread_proxy.cc',
1628 'protocol/clipboard_thread_proxy.h', 1631 'protocol/clipboard_thread_proxy.h',
1629 'protocol/clipboard_stub.h',
1630 'protocol/connection_to_client.cc', 1632 'protocol/connection_to_client.cc',
1631 'protocol/connection_to_client.h', 1633 'protocol/connection_to_client.h',
1632 'protocol/connection_to_host.cc', 1634 'protocol/connection_to_host.cc',
1633 'protocol/connection_to_host.h', 1635 'protocol/connection_to_host.h',
1634 'protocol/content_description.cc', 1636 'protocol/content_description.cc',
1635 'protocol/content_description.h', 1637 'protocol/content_description.h',
1636 'protocol/errors.h', 1638 'protocol/errors.h',
1637 'protocol/host_control_dispatcher.cc', 1639 'protocol/host_control_dispatcher.cc',
1638 'protocol/host_control_dispatcher.h', 1640 'protocol/host_control_dispatcher.h',
1639 'protocol/host_event_dispatcher.cc', 1641 'protocol/host_event_dispatcher.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 'host/video_frame_capturer_unittest.cc', 1798 'host/video_frame_capturer_unittest.cc',
1797 'jingle_glue/chromium_socket_factory_unittest.cc', 1799 'jingle_glue/chromium_socket_factory_unittest.cc',
1798 'jingle_glue/fake_signal_strategy.cc', 1800 'jingle_glue/fake_signal_strategy.cc',
1799 'jingle_glue/fake_signal_strategy.h', 1801 'jingle_glue/fake_signal_strategy.h',
1800 'jingle_glue/iq_sender_unittest.cc', 1802 'jingle_glue/iq_sender_unittest.cc',
1801 'jingle_glue/mock_objects.cc', 1803 'jingle_glue/mock_objects.cc',
1802 'jingle_glue/mock_objects.h', 1804 'jingle_glue/mock_objects.h',
1803 'protocol/authenticator_test_base.cc', 1805 'protocol/authenticator_test_base.cc',
1804 'protocol/authenticator_test_base.h', 1806 'protocol/authenticator_test_base.h',
1805 'protocol/buffered_socket_writer_unittest.cc', 1807 'protocol/buffered_socket_writer_unittest.cc',
1808 'protocol/channel_multiplexer_unittest.cc',
1806 'protocol/clipboard_echo_filter_unittest.cc', 1809 'protocol/clipboard_echo_filter_unittest.cc',
1807 'protocol/connection_tester.cc', 1810 'protocol/connection_tester.cc',
1808 'protocol/connection_tester.h', 1811 'protocol/connection_tester.h',
1809 'protocol/connection_to_client_unittest.cc', 1812 'protocol/connection_to_client_unittest.cc',
1810 'protocol/content_description_unittest.cc', 1813 'protocol/content_description_unittest.cc',
1811 'protocol/fake_authenticator.cc', 1814 'protocol/fake_authenticator.cc',
1812 'protocol/fake_authenticator.h', 1815 'protocol/fake_authenticator.h',
1813 'protocol/fake_session.cc', 1816 'protocol/fake_session.cc',
1814 'protocol/fake_session.h', 1817 'protocol/fake_session.h',
1815 'protocol/jingle_messages_unittest.cc', 1818 'protocol/jingle_messages_unittest.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 '../base/allocator/allocator.gyp:allocator', 1867 '../base/allocator/allocator.gyp:allocator',
1865 ], 1868 ],
1866 }, 1869 },
1867 ], 1870 ],
1868 ], 1871 ],
1869 }], 1872 }],
1870 ], # end of 'conditions' 1873 ], # end of 'conditions'
1871 }, # end of target 'remoting_unittests' 1874 }, # end of target 'remoting_unittests'
1872 ], # end of targets 1875 ], # end of targets
1873 } 1876 }
OLDNEW
« no previous file with comments | « remoting/protocol/session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698