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

Side by Side Diff: remoting/remoting.gyp

Issue 7549027: Rename PepperP2PChannel to PepperTransportSocketAdaptor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adaptor->adapter. Created 9 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/pepper_transport_socket_adapter.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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'protocol/jingle_session.cc', 621 'protocol/jingle_session.cc',
622 'protocol/jingle_session.h', 622 'protocol/jingle_session.h',
623 'protocol/jingle_session_manager.cc', 623 'protocol/jingle_session_manager.cc',
624 'protocol/jingle_session_manager.h', 624 'protocol/jingle_session_manager.h',
625 'protocol/jingle_stream_connector.cc', 625 'protocol/jingle_stream_connector.cc',
626 'protocol/jingle_stream_connector.h', 626 'protocol/jingle_stream_connector.h',
627 'protocol/message_decoder.cc', 627 'protocol/message_decoder.cc',
628 'protocol/message_decoder.h', 628 'protocol/message_decoder.h',
629 'protocol/message_reader.cc', 629 'protocol/message_reader.cc',
630 'protocol/message_reader.h', 630 'protocol/message_reader.h',
631 'protocol/pepper_p2p_channel.h', 631 'protocol/pepper_transport_socket_adapter.cc',
632 'protocol/pepper_p2p_channel.cc', 632 'protocol/pepper_transport_socket_adapter.h',
633 'protocol/protobuf_video_reader.cc', 633 'protocol/protobuf_video_reader.cc',
634 'protocol/protobuf_video_reader.h', 634 'protocol/protobuf_video_reader.h',
635 'protocol/protobuf_video_writer.cc', 635 'protocol/protobuf_video_writer.cc',
636 'protocol/protobuf_video_writer.h', 636 'protocol/protobuf_video_writer.h',
637 'protocol/rtcp_writer.cc', 637 'protocol/rtcp_writer.cc',
638 'protocol/rtcp_writer.h', 638 'protocol/rtcp_writer.h',
639 'protocol/rtp_reader.cc', 639 'protocol/rtp_reader.cc',
640 'protocol/rtp_reader.h', 640 'protocol/rtp_reader.h',
641 'protocol/rtp_utils.cc', 641 'protocol/rtp_utils.cc',
642 'protocol/rtp_utils.h', 642 'protocol/rtp_utils.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 ['target_arch=="arm"', { 811 ['target_arch=="arm"', {
812 'sources!': [ 812 'sources!': [
813 'base/decoder_vp8_unittest.cc', 813 'base/decoder_vp8_unittest.cc',
814 'base/encoder_vp8_unittest.cc', 814 'base/encoder_vp8_unittest.cc',
815 ], 815 ],
816 }], 816 }],
817 ], # end of 'conditions' 817 ], # end of 'conditions'
818 }, # end of target 'remoting_unittests' 818 }, # end of target 'remoting_unittests'
819 ], # end of targets 819 ], # end of targets
820 } 820 }
OLDNEW
« no previous file with comments | « remoting/protocol/pepper_transport_socket_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698