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

Unified Diff: content/browser/BUILD.gn

Issue 2022833002: Migrate libjingle to WebRTC build targets. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed configs Created 4 years, 7 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 | « no previous file | content/renderer/BUILD.gn » ('j') | third_party/libjingle/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a810ce5a5a93cd0f6786baec79041dcdfa2d56d1..90d7981393053d63f43be470277151544c8798f1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -185,6 +185,7 @@ source_set("browser") {
"//third_party/libjingle:libjingle_webrtc",
"//third_party/webrtc",
"//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/media:rtc_media",
"//third_party/webrtc/modules/desktop_capture:primitives",
]
if (is_linux || is_mac || is_win) {
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | third_party/libjingle/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698