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

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
« remoting/protocol/session.h ('K') | « 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 'remoting_audio': 0, 10 'remoting_audio': 0,
(...skipping 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 'protocol/auth_util.h', 1568 'protocol/auth_util.h',
1569 'protocol/authentication_method.cc', 1569 'protocol/authentication_method.cc',
1570 'protocol/authentication_method.h', 1570 'protocol/authentication_method.h',
1571 'protocol/authenticator.cc', 1571 'protocol/authenticator.cc',
1572 'protocol/authenticator.h', 1572 'protocol/authenticator.h',
1573 'protocol/buffered_socket_writer.cc', 1573 'protocol/buffered_socket_writer.cc',
1574 'protocol/buffered_socket_writer.h', 1574 'protocol/buffered_socket_writer.h',
1575 'protocol/channel_authenticator.h', 1575 'protocol/channel_authenticator.h',
1576 'protocol/channel_dispatcher_base.cc', 1576 'protocol/channel_dispatcher_base.cc',
1577 'protocol/channel_dispatcher_base.h', 1577 'protocol/channel_dispatcher_base.h',
1578 'protocol/channel_multiplexer.cc',
1579 'protocol/channel_multiplexer.h',
1578 'protocol/client_control_dispatcher.cc', 1580 'protocol/client_control_dispatcher.cc',
1579 'protocol/client_control_dispatcher.h', 1581 'protocol/client_control_dispatcher.h',
1580 'protocol/client_event_dispatcher.cc', 1582 'protocol/client_event_dispatcher.cc',
1581 'protocol/client_event_dispatcher.h', 1583 'protocol/client_event_dispatcher.h',
1582 'protocol/client_stub.h', 1584 'protocol/client_stub.h',
1583 'protocol/clipboard_echo_filter.cc', 1585 'protocol/clipboard_echo_filter.cc',
1584 'protocol/clipboard_echo_filter.h', 1586 'protocol/clipboard_echo_filter.h',
1587 'protocol/clipboard_filter.cc',
1585 'protocol/clipboard_filter.h', 1588 'protocol/clipboard_filter.h',
1586 'protocol/clipboard_filter.cc', 1589 'protocol/clipboard_stub.h',
1587 'protocol/clipboard_thread_proxy.cc', 1590 'protocol/clipboard_thread_proxy.cc',
1588 'protocol/clipboard_thread_proxy.h', 1591 'protocol/clipboard_thread_proxy.h',
1589 'protocol/clipboard_stub.h',
1590 'protocol/connection_to_client.cc', 1592 'protocol/connection_to_client.cc',
1591 'protocol/connection_to_client.h', 1593 'protocol/connection_to_client.h',
1592 'protocol/connection_to_host.cc', 1594 'protocol/connection_to_host.cc',
1593 'protocol/connection_to_host.h', 1595 'protocol/connection_to_host.h',
1594 'protocol/content_description.cc', 1596 'protocol/content_description.cc',
1595 'protocol/content_description.h', 1597 'protocol/content_description.h',
1596 'protocol/errors.h', 1598 'protocol/errors.h',
1597 'protocol/host_control_dispatcher.cc', 1599 'protocol/host_control_dispatcher.cc',
1598 'protocol/host_control_dispatcher.h', 1600 'protocol/host_control_dispatcher.h',
1599 'protocol/host_event_dispatcher.cc', 1601 'protocol/host_event_dispatcher.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 'host/video_frame_capturer_unittest.cc', 1758 'host/video_frame_capturer_unittest.cc',
1757 'jingle_glue/chromium_socket_factory_unittest.cc', 1759 'jingle_glue/chromium_socket_factory_unittest.cc',
1758 'jingle_glue/fake_signal_strategy.cc', 1760 'jingle_glue/fake_signal_strategy.cc',
1759 'jingle_glue/fake_signal_strategy.h', 1761 'jingle_glue/fake_signal_strategy.h',
1760 'jingle_glue/iq_sender_unittest.cc', 1762 'jingle_glue/iq_sender_unittest.cc',
1761 'jingle_glue/mock_objects.cc', 1763 'jingle_glue/mock_objects.cc',
1762 'jingle_glue/mock_objects.h', 1764 'jingle_glue/mock_objects.h',
1763 'protocol/authenticator_test_base.cc', 1765 'protocol/authenticator_test_base.cc',
1764 'protocol/authenticator_test_base.h', 1766 'protocol/authenticator_test_base.h',
1765 'protocol/buffered_socket_writer_unittest.cc', 1767 'protocol/buffered_socket_writer_unittest.cc',
1768 'protocol/channel_multiplexer_unittest.cc',
1766 'protocol/clipboard_echo_filter_unittest.cc', 1769 'protocol/clipboard_echo_filter_unittest.cc',
1767 'protocol/connection_tester.cc', 1770 'protocol/connection_tester.cc',
1768 'protocol/connection_tester.h', 1771 'protocol/connection_tester.h',
1769 'protocol/connection_to_client_unittest.cc', 1772 'protocol/connection_to_client_unittest.cc',
1770 'protocol/content_description_unittest.cc', 1773 'protocol/content_description_unittest.cc',
1771 'protocol/fake_authenticator.cc', 1774 'protocol/fake_authenticator.cc',
1772 'protocol/fake_authenticator.h', 1775 'protocol/fake_authenticator.h',
1773 'protocol/fake_session.cc', 1776 'protocol/fake_session.cc',
1774 'protocol/fake_session.h', 1777 'protocol/fake_session.h',
1775 'protocol/jingle_messages_unittest.cc', 1778 'protocol/jingle_messages_unittest.cc',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 '../base/allocator/allocator.gyp:allocator', 1827 '../base/allocator/allocator.gyp:allocator',
1825 ], 1828 ],
1826 }, 1829 },
1827 ], 1830 ],
1828 ], 1831 ],
1829 }], 1832 }],
1830 ], # end of 'conditions' 1833 ], # end of 'conditions'
1831 }, # end of target 'remoting_unittests' 1834 }, # end of target 'remoting_unittests'
1832 ], # end of targets 1835 ], # end of targets
1833 } 1836 }
OLDNEW
« remoting/protocol/session.h ('K') | « remoting/protocol/session.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698