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

Side by Side Diff: remoting/remoting.gyp

Issue 9325036: Add abstract interfaces for the transport layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/transport.h ('K') | « remoting/protocol/transport.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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'protocol/key_event_tracker.cc', 790 'protocol/key_event_tracker.cc',
791 'protocol/key_event_tracker.h', 791 'protocol/key_event_tracker.h',
792 'protocol/me2me_host_authenticator_factory.cc', 792 'protocol/me2me_host_authenticator_factory.cc',
793 'protocol/me2me_host_authenticator_factory.h', 793 'protocol/me2me_host_authenticator_factory.h',
794 'protocol/message_decoder.cc', 794 'protocol/message_decoder.cc',
795 'protocol/message_decoder.h', 795 'protocol/message_decoder.h',
796 'protocol/message_reader.cc', 796 'protocol/message_reader.cc',
797 'protocol/message_reader.h', 797 'protocol/message_reader.h',
798 'protocol/negotiating_authenticator.cc', 798 'protocol/negotiating_authenticator.cc',
799 'protocol/negotiating_authenticator.h', 799 'protocol/negotiating_authenticator.h',
800 'protocol/pepper_channel.h',
801 'protocol/pepper_session.cc', 800 'protocol/pepper_session.cc',
802 'protocol/pepper_session.h', 801 'protocol/pepper_session.h',
803 'protocol/pepper_session_manager.cc', 802 'protocol/pepper_session_manager.cc',
804 'protocol/pepper_session_manager.h', 803 'protocol/pepper_session_manager.h',
805 'protocol/pepper_stream_channel.cc', 804 'protocol/pepper_transport_factory.cc',
806 'protocol/pepper_stream_channel.h', 805 'protocol/pepper_transport_factory.h',
807 'protocol/pepper_transport_socket_adapter.cc', 806 'protocol/pepper_transport_socket_adapter.cc',
808 'protocol/pepper_transport_socket_adapter.h', 807 'protocol/pepper_transport_socket_adapter.h',
809 'protocol/protobuf_video_reader.cc', 808 'protocol/protobuf_video_reader.cc',
810 'protocol/protobuf_video_reader.h', 809 'protocol/protobuf_video_reader.h',
811 'protocol/protobuf_video_writer.cc', 810 'protocol/protobuf_video_writer.cc',
812 'protocol/protobuf_video_writer.h', 811 'protocol/protobuf_video_writer.h',
813 'protocol/rtcp_writer.cc', 812 'protocol/rtcp_writer.cc',
814 'protocol/rtcp_writer.h', 813 'protocol/rtcp_writer.h',
815 'protocol/rtp_reader.cc', 814 'protocol/rtp_reader.cc',
816 'protocol/rtp_reader.h', 815 'protocol/rtp_reader.h',
817 'protocol/rtp_utils.cc', 816 'protocol/rtp_utils.cc',
818 'protocol/rtp_utils.h', 817 'protocol/rtp_utils.h',
819 'protocol/rtp_video_reader.cc', 818 'protocol/rtp_video_reader.cc',
820 'protocol/rtp_video_reader.h', 819 'protocol/rtp_video_reader.h',
821 'protocol/rtp_video_writer.cc', 820 'protocol/rtp_video_writer.cc',
822 'protocol/rtp_video_writer.h', 821 'protocol/rtp_video_writer.h',
823 'protocol/rtp_writer.cc', 822 'protocol/rtp_writer.cc',
824 'protocol/rtp_writer.h', 823 'protocol/rtp_writer.h',
825 'protocol/session.h', 824 'protocol/session.h',
826 'protocol/session_config.cc', 825 'protocol/session_config.cc',
827 'protocol/session_config.h', 826 'protocol/session_config.h',
828 'protocol/session_manager.h', 827 'protocol/session_manager.h',
829 'protocol/socket_reader_base.cc', 828 'protocol/socket_reader_base.cc',
830 'protocol/socket_reader_base.h', 829 'protocol/socket_reader_base.h',
831 'protocol/ssl_hmac_channel_authenticator.cc', 830 'protocol/ssl_hmac_channel_authenticator.cc',
832 'protocol/ssl_hmac_channel_authenticator.h', 831 'protocol/ssl_hmac_channel_authenticator.h',
832 'protocol/transport.h',
833 'protocol/transport_config.cc', 833 'protocol/transport_config.cc',
834 'protocol/transport_config.h', 834 'protocol/transport_config.h',
835 'protocol/util.cc', 835 'protocol/util.cc',
836 'protocol/util.h', 836 'protocol/util.h',
837 'protocol/v1_authenticator.cc', 837 'protocol/v1_authenticator.cc',
838 'protocol/v1_authenticator.h', 838 'protocol/v1_authenticator.h',
839 'protocol/v2_authenticator.cc', 839 'protocol/v2_authenticator.cc',
840 'protocol/v2_authenticator.h', 840 'protocol/v2_authenticator.h',
841 'protocol/video_reader.cc', 841 'protocol/video_reader.cc',
842 'protocol/video_reader.h', 842 'protocol/video_reader.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 '../base/allocator/allocator.gyp:allocator', 985 '../base/allocator/allocator.gyp:allocator',
986 ], 986 ],
987 }, 987 },
988 ], 988 ],
989 ], 989 ],
990 }], 990 }],
991 ], # end of 'conditions' 991 ], # end of 'conditions'
992 }, # end of target 'remoting_unittests' 992 }, # end of target 'remoting_unittests'
993 ], # end of targets 993 ], # end of targets
994 } 994 }
OLDNEW
« remoting/protocol/transport.h ('K') | « remoting/protocol/transport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698