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

Side by Side Diff: remoting/remoting.gyp

Issue 7778022: Chromoting protocol implementation based on P2P Transport API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 3 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_config.cc ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'protocol/jingle_session.cc', 706 'protocol/jingle_session.cc',
707 'protocol/jingle_session.h', 707 'protocol/jingle_session.h',
708 'protocol/jingle_session_manager.cc', 708 'protocol/jingle_session_manager.cc',
709 'protocol/jingle_session_manager.h', 709 'protocol/jingle_session_manager.h',
710 'protocol/jingle_stream_connector.cc', 710 'protocol/jingle_stream_connector.cc',
711 'protocol/jingle_stream_connector.h', 711 'protocol/jingle_stream_connector.h',
712 'protocol/message_decoder.cc', 712 'protocol/message_decoder.cc',
713 'protocol/message_decoder.h', 713 'protocol/message_decoder.h',
714 'protocol/message_reader.cc', 714 'protocol/message_reader.cc',
715 'protocol/message_reader.h', 715 'protocol/message_reader.h',
716 'protocol/pepper_channel.h',
717 'protocol/pepper_session.cc',
718 'protocol/pepper_session.h',
719 'protocol/pepper_session_manager.cc',
720 'protocol/pepper_session_manager.h',
721 'protocol/pepper_stream_channel.cc',
722 'protocol/pepper_stream_channel.h',
716 'protocol/pepper_transport_socket_adapter.cc', 723 'protocol/pepper_transport_socket_adapter.cc',
717 'protocol/pepper_transport_socket_adapter.h', 724 'protocol/pepper_transport_socket_adapter.h',
718 'protocol/protobuf_video_reader.cc', 725 'protocol/protobuf_video_reader.cc',
719 'protocol/protobuf_video_reader.h', 726 'protocol/protobuf_video_reader.h',
720 'protocol/protobuf_video_writer.cc', 727 'protocol/protobuf_video_writer.cc',
721 'protocol/protobuf_video_writer.h', 728 'protocol/protobuf_video_writer.h',
722 'protocol/rtcp_writer.cc', 729 'protocol/rtcp_writer.cc',
723 'protocol/rtcp_writer.h', 730 'protocol/rtcp_writer.h',
724 'protocol/rtp_reader.cc', 731 'protocol/rtp_reader.cc',
725 'protocol/rtp_reader.h', 732 'protocol/rtp_reader.h',
726 'protocol/rtp_utils.cc', 733 'protocol/rtp_utils.cc',
727 'protocol/rtp_utils.h', 734 'protocol/rtp_utils.h',
728 'protocol/rtp_video_reader.cc', 735 'protocol/rtp_video_reader.cc',
729 'protocol/rtp_video_reader.h', 736 'protocol/rtp_video_reader.h',
730 'protocol/rtp_video_writer.cc', 737 'protocol/rtp_video_writer.cc',
731 'protocol/rtp_video_writer.h', 738 'protocol/rtp_video_writer.h',
732 'protocol/rtp_writer.cc', 739 'protocol/rtp_writer.cc',
733 'protocol/rtp_writer.h', 740 'protocol/rtp_writer.h',
734 'protocol/secure_p2p_socket.cc', 741 'protocol/secure_p2p_socket.cc',
735 'protocol/secure_p2p_socket.h', 742 'protocol/secure_p2p_socket.h',
736 'protocol/session.h', 743 'protocol/session.h',
737 'protocol/session_config.cc', 744 'protocol/session_config.cc',
738 'protocol/session_config.h', 745 'protocol/session_config.h',
739 'protocol/session_manager.h', 746 'protocol/session_manager.h',
740 'protocol/socket_reader_base.cc', 747 'protocol/socket_reader_base.cc',
741 'protocol/socket_reader_base.h', 748 'protocol/socket_reader_base.h',
749 'protocol/transport_config.cc',
750 'protocol/transport_config.h',
742 'protocol/util.cc', 751 'protocol/util.cc',
743 'protocol/util.h', 752 'protocol/util.h',
744 'protocol/video_reader.cc', 753 'protocol/video_reader.cc',
745 'protocol/video_reader.h', 754 'protocol/video_reader.h',
746 'protocol/video_stub.h', 755 'protocol/video_stub.h',
747 'protocol/video_writer.cc', 756 'protocol/video_writer.cc',
748 'protocol/video_writer.h', 757 'protocol/video_writer.h',
749 ], 758 ],
750 }, # end of target 'remoting_protocol' 759 }, # end of target 'remoting_protocol'
751 760
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 '../base/allocator/allocator.gyp:allocator', 894 '../base/allocator/allocator.gyp:allocator',
886 ], 895 ],
887 }, 896 },
888 ], 897 ],
889 ], 898 ],
890 }], 899 }],
891 ], # end of 'conditions' 900 ], # end of 'conditions'
892 }, # end of target 'remoting_unittests' 901 }, # end of target 'remoting_unittests'
893 ], # end of targets 902 ], # end of targets
894 } 903 }
OLDNEW
« no previous file with comments | « remoting/protocol/transport_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698