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

Side by Side Diff: content/content_browser.gypi

Issue 15692018: Remove screen capturers from media/video/capture/screen. (Closed) Base URL: svn://svn.chromium.org/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
« no previous file with comments | « no previous file | media/media.gyp » ('j') | 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 '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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'dependencies': [ 1164 'dependencies': [
1165 '../sandbox/sandbox.gyp:sandbox', 1165 '../sandbox/sandbox.gyp:sandbox',
1166 ], 1166 ],
1167 }], 1167 }],
1168 ['OS!="android" and OS!="ios"', { 1168 ['OS!="android" and OS!="ios"', {
1169 'dependencies': [ 1169 'dependencies': [
1170 '../third_party/libyuv/libyuv.gyp:libyuv', 1170 '../third_party/libyuv/libyuv.gyp:libyuv',
1171 ], 1171 ],
1172 }], 1172 }],
1173 ['enable_webrtc==1', { 1173 ['enable_webrtc==1', {
1174 'dependencies': [
1175 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
1176 ],
1174 'sources': [ 1177 'sources': [
1175 'browser/renderer_host/media/peer_connection_tracker_host.cc', 1178 'browser/renderer_host/media/peer_connection_tracker_host.cc',
1176 'browser/renderer_host/media/peer_connection_tracker_host.h', 1179 'browser/renderer_host/media/peer_connection_tracker_host.h',
1177 'browser/renderer_host/p2p/socket_host.cc', 1180 'browser/renderer_host/p2p/socket_host.cc',
1178 'browser/renderer_host/p2p/socket_host.h', 1181 'browser/renderer_host/p2p/socket_host.h',
1179 'browser/renderer_host/p2p/socket_host_tcp.cc', 1182 'browser/renderer_host/p2p/socket_host_tcp.cc',
1180 'browser/renderer_host/p2p/socket_host_tcp.h', 1183 'browser/renderer_host/p2p/socket_host_tcp.h',
1181 'browser/renderer_host/p2p/socket_host_tcp_server.cc', 1184 'browser/renderer_host/p2p/socket_host_tcp_server.cc',
1182 'browser/renderer_host/p2p/socket_host_tcp_server.h', 1185 'browser/renderer_host/p2p/socket_host_tcp_server.h',
1183 'browser/renderer_host/p2p/socket_host_udp.cc', 1186 'browser/renderer_host/p2p/socket_host_udp.cc',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 '../third_party/speex/speex.gyp:libspeex', 1416 '../third_party/speex/speex.gyp:libspeex',
1414 ], 1417 ],
1415 }], 1418 }],
1416 ['linux_use_libgps==1', { 1419 ['linux_use_libgps==1', {
1417 'dependencies': [ 1420 'dependencies': [
1418 '../build/linux/system.gyp:libgps', 1421 '../build/linux/system.gyp:libgps',
1419 ], 1422 ],
1420 }], 1423 }],
1421 ], 1424 ],
1422 } 1425 }
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698