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

Side by Side Diff: remoting/remoting.gyp

Issue 9158003: Added Me2Me-specific authenticator factory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang build Created 8 years, 11 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/v2_authenticator.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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'protocol/jingle_messages.cc', 778 'protocol/jingle_messages.cc',
779 'protocol/jingle_messages.h', 779 'protocol/jingle_messages.h',
780 'protocol/jingle_session.cc', 780 'protocol/jingle_session.cc',
781 'protocol/jingle_session.h', 781 'protocol/jingle_session.h',
782 'protocol/jingle_session_manager.cc', 782 'protocol/jingle_session_manager.cc',
783 'protocol/jingle_session_manager.h', 783 'protocol/jingle_session_manager.h',
784 'protocol/jingle_stream_connector.cc', 784 'protocol/jingle_stream_connector.cc',
785 'protocol/jingle_stream_connector.h', 785 'protocol/jingle_stream_connector.h',
786 'protocol/key_event_tracker.cc', 786 'protocol/key_event_tracker.cc',
787 'protocol/key_event_tracker.h', 787 'protocol/key_event_tracker.h',
788 'protocol/me2me_host_authenticator_factory.cc',
789 'protocol/me2me_host_authenticator_factory.h',
788 'protocol/message_decoder.cc', 790 'protocol/message_decoder.cc',
789 'protocol/message_decoder.h', 791 'protocol/message_decoder.h',
790 'protocol/message_reader.cc', 792 'protocol/message_reader.cc',
791 'protocol/message_reader.h', 793 'protocol/message_reader.h',
792 'protocol/pepper_channel.h', 794 'protocol/pepper_channel.h',
793 'protocol/pepper_session.cc', 795 'protocol/pepper_session.cc',
794 'protocol/pepper_session.h', 796 'protocol/pepper_session.h',
795 'protocol/pepper_session_manager.cc', 797 'protocol/pepper_session_manager.cc',
796 'protocol/pepper_session_manager.h', 798 'protocol/pepper_session_manager.h',
797 'protocol/pepper_stream_channel.cc', 799 'protocol/pepper_stream_channel.cc',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 '../base/allocator/allocator.gyp:allocator', 975 '../base/allocator/allocator.gyp:allocator',
974 ], 976 ],
975 }, 977 },
976 ], 978 ],
977 ], 979 ],
978 }], 980 }],
979 ], # end of 'conditions' 981 ], # end of 'conditions'
980 }, # end of target 'remoting_unittests' 982 }, # end of target 'remoting_unittests'
981 ], # end of targets 983 ], # end of targets
982 } 984 }
OLDNEW
« no previous file with comments | « remoting/protocol/v2_authenticator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698