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

Side by Side Diff: content/content_browser.gypi

Issue 11876007: Connecting webrtc-internals WebUI frontend with the backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@main
Patch Set: Move files to webui/media and add namespace media Created 7 years, 11 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
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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 '../sandbox/sandbox.gyp:sandbox', 946 '../sandbox/sandbox.gyp:sandbox',
947 ], 947 ],
948 }], 948 }],
949 ['OS!="android" and OS!="ios"', { 949 ['OS!="android" and OS!="ios"', {
950 'dependencies': [ 950 'dependencies': [
951 '../third_party/libyuv/libyuv.gyp:libyuv', 951 '../third_party/libyuv/libyuv.gyp:libyuv',
952 ], 952 ],
953 }], 953 }],
954 ['enable_webrtc==1', { 954 ['enable_webrtc==1', {
955 'sources': [ 955 'sources': [
956 'browser/media/webrtc_internals.cc',
957 'browser/media/webrtc_internals.h',
958 'browser/renderer_host/media/peer_connection_tracker_host.cc', 956 'browser/renderer_host/media/peer_connection_tracker_host.cc',
959 'browser/renderer_host/media/peer_connection_tracker_host.h', 957 'browser/renderer_host/media/peer_connection_tracker_host.h',
960 'browser/renderer_host/p2p/socket_host.cc', 958 'browser/renderer_host/p2p/socket_host.cc',
961 'browser/renderer_host/p2p/socket_host.h', 959 'browser/renderer_host/p2p/socket_host.h',
962 'browser/renderer_host/p2p/socket_host_tcp.cc', 960 'browser/renderer_host/p2p/socket_host_tcp.cc',
963 'browser/renderer_host/p2p/socket_host_tcp.h', 961 'browser/renderer_host/p2p/socket_host_tcp.h',
964 'browser/renderer_host/p2p/socket_host_tcp_server.cc', 962 'browser/renderer_host/p2p/socket_host_tcp_server.cc',
965 'browser/renderer_host/p2p/socket_host_tcp_server.h', 963 'browser/renderer_host/p2p/socket_host_tcp_server.h',
966 'browser/renderer_host/p2p/socket_host_udp.cc', 964 'browser/renderer_host/p2p/socket_host_udp.cc',
967 'browser/renderer_host/p2p/socket_host_udp.h', 965 'browser/renderer_host/p2p/socket_host_udp.h',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 ['exclude', '^browser/speech/'], 1164 ['exclude', '^browser/speech/'],
1167 ], 1165 ],
1168 }], 1166 }],
1169 ['linux_use_libgps==1', { 1167 ['linux_use_libgps==1', {
1170 'dependencies': [ 1168 'dependencies': [
1171 '../build/linux/system.gyp:libgps', 1169 '../build/linux/system.gyp:libgps',
1172 ], 1170 ],
1173 }], 1171 }],
1174 ], 1172 ],
1175 } 1173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698