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

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: fix crash 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
« no previous file with comments | « 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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'protocol/key_event_tracker.cc', 811 'protocol/key_event_tracker.cc',
812 'protocol/key_event_tracker.h', 812 'protocol/key_event_tracker.h',
813 'protocol/me2me_host_authenticator_factory.cc', 813 'protocol/me2me_host_authenticator_factory.cc',
814 'protocol/me2me_host_authenticator_factory.h', 814 'protocol/me2me_host_authenticator_factory.h',
815 'protocol/message_decoder.cc', 815 'protocol/message_decoder.cc',
816 'protocol/message_decoder.h', 816 'protocol/message_decoder.h',
817 'protocol/message_reader.cc', 817 'protocol/message_reader.cc',
818 'protocol/message_reader.h', 818 'protocol/message_reader.h',
819 'protocol/negotiating_authenticator.cc', 819 'protocol/negotiating_authenticator.cc',
820 'protocol/negotiating_authenticator.h', 820 'protocol/negotiating_authenticator.h',
821 'protocol/pepper_channel.h',
822 'protocol/pepper_session.cc', 821 'protocol/pepper_session.cc',
823 'protocol/pepper_session.h', 822 'protocol/pepper_session.h',
824 'protocol/pepper_session_manager.cc', 823 'protocol/pepper_session_manager.cc',
825 'protocol/pepper_session_manager.h', 824 'protocol/pepper_session_manager.h',
826 'protocol/pepper_stream_channel.cc', 825 'protocol/pepper_transport_factory.cc',
827 'protocol/pepper_stream_channel.h', 826 'protocol/pepper_transport_factory.h',
828 'protocol/pepper_transport_socket_adapter.cc', 827 'protocol/pepper_transport_socket_adapter.cc',
829 'protocol/pepper_transport_socket_adapter.h', 828 'protocol/pepper_transport_socket_adapter.h',
830 'protocol/protobuf_video_reader.cc', 829 'protocol/protobuf_video_reader.cc',
831 'protocol/protobuf_video_reader.h', 830 'protocol/protobuf_video_reader.h',
832 'protocol/protobuf_video_writer.cc', 831 'protocol/protobuf_video_writer.cc',
833 'protocol/protobuf_video_writer.h', 832 'protocol/protobuf_video_writer.h',
834 'protocol/rtcp_writer.cc', 833 'protocol/rtcp_writer.cc',
835 'protocol/rtcp_writer.h', 834 'protocol/rtcp_writer.h',
836 'protocol/rtp_reader.cc', 835 'protocol/rtp_reader.cc',
837 'protocol/rtp_reader.h', 836 'protocol/rtp_reader.h',
838 'protocol/rtp_utils.cc', 837 'protocol/rtp_utils.cc',
839 'protocol/rtp_utils.h', 838 'protocol/rtp_utils.h',
840 'protocol/rtp_video_reader.cc', 839 'protocol/rtp_video_reader.cc',
841 'protocol/rtp_video_reader.h', 840 'protocol/rtp_video_reader.h',
842 'protocol/rtp_video_writer.cc', 841 'protocol/rtp_video_writer.cc',
843 'protocol/rtp_video_writer.h', 842 'protocol/rtp_video_writer.h',
844 'protocol/rtp_writer.cc', 843 'protocol/rtp_writer.cc',
845 'protocol/rtp_writer.h', 844 'protocol/rtp_writer.h',
846 'protocol/session.h', 845 'protocol/session.h',
847 'protocol/session_config.cc', 846 'protocol/session_config.cc',
848 'protocol/session_config.h', 847 'protocol/session_config.h',
849 'protocol/session_manager.h', 848 'protocol/session_manager.h',
850 'protocol/socket_reader_base.cc', 849 'protocol/socket_reader_base.cc',
851 'protocol/socket_reader_base.h', 850 'protocol/socket_reader_base.h',
852 'protocol/ssl_hmac_channel_authenticator.cc', 851 'protocol/ssl_hmac_channel_authenticator.cc',
853 'protocol/ssl_hmac_channel_authenticator.h', 852 'protocol/ssl_hmac_channel_authenticator.h',
853 'protocol/transport.h',
854 'protocol/transport_config.cc', 854 'protocol/transport_config.cc',
855 'protocol/transport_config.h', 855 'protocol/transport_config.h',
856 'protocol/util.cc', 856 'protocol/util.cc',
857 'protocol/util.h', 857 'protocol/util.h',
858 'protocol/v1_authenticator.cc', 858 'protocol/v1_authenticator.cc',
859 'protocol/v1_authenticator.h', 859 'protocol/v1_authenticator.h',
860 'protocol/v2_authenticator.cc', 860 'protocol/v2_authenticator.cc',
861 'protocol/v2_authenticator.h', 861 'protocol/v2_authenticator.h',
862 'protocol/video_reader.cc', 862 'protocol/video_reader.cc',
863 'protocol/video_reader.h', 863 'protocol/video_reader.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 '../base/allocator/allocator.gyp:allocator', 1006 '../base/allocator/allocator.gyp:allocator',
1007 ], 1007 ],
1008 }, 1008 },
1009 ], 1009 ],
1010 ], 1010 ],
1011 }], 1011 }],
1012 ], # end of 'conditions' 1012 ], # end of 'conditions'
1013 }, # end of target 'remoting_unittests' 1013 }, # end of target 'remoting_unittests'
1014 ], # end of targets 1014 ], # end of targets
1015 } 1015 }
OLDNEW
« no previous file with comments | « remoting/protocol/transport.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698