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

Unified Diff: content/renderer/BUILD.gn

Issue 2022833002: Migrate libjingle to WebRTC build targets. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index ddce59b99ff02e0bf8ae63e7a5b50a7d43f12bc8..5e716dfaf2ee5f9a90996acb97d4a52ce28c12e9 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -166,13 +166,17 @@ source_set("renderer") {
deps += [
"//crypto",
"//third_party/libjingle:libjingle_webrtc",
- "//third_party/libjingle:libstunprober",
"//third_party/libvpx",
+ "//third_party/webrtc/api:libjingle_peerconnection",
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/common_video",
+ "//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/modules/audio_device",
"//third_party/webrtc/modules/audio_processing",
"//third_party/webrtc/modules/video_coding:webrtc_h264",
+ "//third_party/webrtc/p2p:libstunprober",
+ "//third_party/webrtc/p2p:rtc_p2p",
+ "//third_party/webrtc/pc:rtc_pc",
"//third_party/webrtc/system_wrappers",
]
if (rtc_use_h264) {
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698