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

Side by Side Diff: remoting/remoting.gyp

Issue 8508036: Initial remoting::protocol::Authenticator interface. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: - Created 9 years, 1 month 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
« no previous file with comments | « remoting/protocol/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) 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 690 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 '../crypto/crypto.gyp:crypto', 701 '../crypto/crypto.gyp:crypto',
702 '../jingle/jingle.gyp:jingle_glue', 702 '../jingle/jingle.gyp:jingle_glue',
703 '../net/net.gyp:net', 703 '../net/net.gyp:net',
704 ], 704 ],
705 'export_dependent_settings': [ 705 'export_dependent_settings': [
706 'remoting_jingle_glue', 706 'remoting_jingle_glue',
707 ], 707 ],
708 'sources': [ 708 'sources': [
709 'protocol/auth_token_utils.cc', 709 'protocol/auth_token_utils.cc',
710 'protocol/auth_token_utils.h', 710 'protocol/auth_token_utils.h',
711 'protocol/authenticator.h',
711 'protocol/buffered_socket_writer.cc', 712 'protocol/buffered_socket_writer.cc',
712 'protocol/buffered_socket_writer.h', 713 'protocol/buffered_socket_writer.h',
713 'protocol/channel_authenticator.cc', 714 'protocol/channel_authenticator.cc',
714 'protocol/channel_authenticator.h', 715 'protocol/channel_authenticator.h',
715 'protocol/client_control_sender.cc', 716 'protocol/client_control_sender.cc',
716 'protocol/client_control_sender.h', 717 'protocol/client_control_sender.h',
717 'protocol/client_message_dispatcher.cc', 718 'protocol/client_message_dispatcher.cc',
718 'protocol/client_message_dispatcher.h', 719 'protocol/client_message_dispatcher.h',
719 'protocol/client_stub.h', 720 'protocol/client_stub.h',
720 'protocol/connection_to_client.cc', 721 'protocol/connection_to_client.cc',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 '../base/allocator/allocator.gyp:allocator', 927 '../base/allocator/allocator.gyp:allocator',
927 ], 928 ],
928 }, 929 },
929 ], 930 ],
930 ], 931 ],
931 }], 932 }],
932 ], # end of 'conditions' 933 ], # end of 'conditions'
933 }, # end of target 'remoting_unittests' 934 }, # end of target 'remoting_unittests'
934 ], # end of targets 935 ], # end of targets
935 } 936 }
OLDNEW
« no previous file with comments | « remoting/protocol/authenticator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698