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

Side by Side Diff: remoting/remoting.gyp

Issue 9727005: Log connection type to syslogs and to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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.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) 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 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'protocol/rtp_writer.cc', 924 'protocol/rtp_writer.cc',
925 'protocol/rtp_writer.h', 925 'protocol/rtp_writer.h',
926 'protocol/session.h', 926 'protocol/session.h',
927 'protocol/session_config.cc', 927 'protocol/session_config.cc',
928 'protocol/session_config.h', 928 'protocol/session_config.h',
929 'protocol/session_manager.h', 929 'protocol/session_manager.h',
930 'protocol/socket_reader_base.cc', 930 'protocol/socket_reader_base.cc',
931 'protocol/socket_reader_base.h', 931 'protocol/socket_reader_base.h',
932 'protocol/ssl_hmac_channel_authenticator.cc', 932 'protocol/ssl_hmac_channel_authenticator.cc',
933 'protocol/ssl_hmac_channel_authenticator.h', 933 'protocol/ssl_hmac_channel_authenticator.h',
934 'protocol/transport.cc',
934 'protocol/transport.h', 935 'protocol/transport.h',
935 'protocol/transport_config.cc', 936 'protocol/transport_config.cc',
936 'protocol/transport_config.h', 937 'protocol/transport_config.h',
937 'protocol/util.cc', 938 'protocol/util.cc',
938 'protocol/util.h', 939 'protocol/util.h',
939 'protocol/v1_authenticator.cc', 940 'protocol/v1_authenticator.cc',
940 'protocol/v1_authenticator.h', 941 'protocol/v1_authenticator.h',
941 'protocol/v2_authenticator.cc', 942 'protocol/v2_authenticator.cc',
942 'protocol/v2_authenticator.h', 943 'protocol/v2_authenticator.h',
943 'protocol/video_reader.cc', 944 'protocol/video_reader.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 '../base/allocator/allocator.gyp:allocator', 1100 '../base/allocator/allocator.gyp:allocator',
1100 ], 1101 ],
1101 }, 1102 },
1102 ], 1103 ],
1103 ], 1104 ],
1104 }], 1105 }],
1105 ], # end of 'conditions' 1106 ], # end of 'conditions'
1106 }, # end of target 'remoting_unittests' 1107 }, # end of target 'remoting_unittests'
1107 ], # end of targets 1108 ], # end of targets
1108 } 1109 }
OLDNEW
« no previous file with comments | « remoting/protocol/transport.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698