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

Side by Side Diff: remoting/remoting.gyp

Issue 8774031: Multi-step authentication support in JingleSession. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years 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/v1_authenticator.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 consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '../crypto/crypto.gyp:crypto', 736 '../crypto/crypto.gyp:crypto',
737 '../jingle/jingle.gyp:jingle_glue', 737 '../jingle/jingle.gyp:jingle_glue',
738 '../net/net.gyp:net', 738 '../net/net.gyp:net',
739 ], 739 ],
740 'export_dependent_settings': [ 740 'export_dependent_settings': [
741 'remoting_jingle_glue', 741 'remoting_jingle_glue',
742 ], 742 ],
743 'sources': [ 743 'sources': [
744 'protocol/auth_util.cc', 744 'protocol/auth_util.cc',
745 'protocol/auth_util.h', 745 'protocol/auth_util.h',
746 'protocol/authenticator.cc',
746 'protocol/authenticator.h', 747 'protocol/authenticator.h',
747 'protocol/buffered_socket_writer.cc', 748 'protocol/buffered_socket_writer.cc',
748 'protocol/buffered_socket_writer.h', 749 'protocol/buffered_socket_writer.h',
749 'protocol/channel_authenticator.h', 750 'protocol/channel_authenticator.h',
750 'protocol/channel_dispatcher_base.cc', 751 'protocol/channel_dispatcher_base.cc',
751 'protocol/channel_dispatcher_base.h', 752 'protocol/channel_dispatcher_base.h',
752 'protocol/client_control_dispatcher.cc', 753 'protocol/client_control_dispatcher.cc',
753 'protocol/client_control_dispatcher.h', 754 'protocol/client_control_dispatcher.h',
754 'protocol/client_event_dispatcher.cc', 755 'protocol/client_event_dispatcher.cc',
755 'protocol/client_event_dispatcher.h', 756 'protocol/client_event_dispatcher.h',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 '../base/allocator/allocator.gyp:allocator', 961 '../base/allocator/allocator.gyp:allocator',
961 ], 962 ],
962 }, 963 },
963 ], 964 ],
964 ], 965 ],
965 }], 966 }],
966 ], # end of 'conditions' 967 ], # end of 'conditions'
967 }, # end of target 'remoting_unittests' 968 }, # end of target 'remoting_unittests'
968 ], # end of targets 969 ], # end of targets
969 } 970 }
OLDNEW
« no previous file with comments | « remoting/protocol/v1_authenticator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698