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

Side by Side Diff: content/content_browser.gypi

Issue 16516003: SSLTCP (pseudo-SSL with fake handshake and unencrypted data) support for p2p socket. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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
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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 '../sandbox/sandbox.gyp:sandbox', 1166 '../sandbox/sandbox.gyp:sandbox',
1167 ], 1167 ],
1168 }], 1168 }],
1169 ['OS!="android" and OS!="ios"', { 1169 ['OS!="android" and OS!="ios"', {
1170 'dependencies': [ 1170 'dependencies': [
1171 '../third_party/libyuv/libyuv.gyp:libyuv', 1171 '../third_party/libyuv/libyuv.gyp:libyuv',
1172 ], 1172 ],
1173 }], 1173 }],
1174 ['enable_webrtc==1', { 1174 ['enable_webrtc==1', {
1175 'dependencies': [ 1175 'dependencies': [
1176 '../jingle/jingle.gyp:jingle_glue',
1176 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 1177 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1177 ], 1178 ],
1178 'sources': [ 1179 'sources': [
1179 'browser/renderer_host/media/peer_connection_tracker_host.cc', 1180 'browser/renderer_host/media/peer_connection_tracker_host.cc',
1180 'browser/renderer_host/media/peer_connection_tracker_host.h', 1181 'browser/renderer_host/media/peer_connection_tracker_host.h',
1181 'browser/renderer_host/p2p/socket_host.cc', 1182 'browser/renderer_host/p2p/socket_host.cc',
1182 'browser/renderer_host/p2p/socket_host.h', 1183 'browser/renderer_host/p2p/socket_host.h',
1183 'browser/renderer_host/p2p/socket_host_tcp.cc', 1184 'browser/renderer_host/p2p/socket_host_tcp.cc',
1184 'browser/renderer_host/p2p/socket_host_tcp.h', 1185 'browser/renderer_host/p2p/socket_host_tcp.h',
1185 'browser/renderer_host/p2p/socket_host_tcp_server.cc', 1186 'browser/renderer_host/p2p/socket_host_tcp_server.cc',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1417 '../third_party/speex/speex.gyp:libspeex', 1418 '../third_party/speex/speex.gyp:libspeex',
1418 ], 1419 ],
1419 }], 1420 }],
1420 ['linux_use_libgps==1', { 1421 ['linux_use_libgps==1', {
1421 'dependencies': [ 1422 'dependencies': [
1422 '../build/linux/system.gyp:libgps', 1423 '../build/linux/system.gyp:libgps',
1423 ], 1424 ],
1424 }], 1425 }],
1425 ], 1426 ],
1426 } 1427 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698