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

Unified Diff: content/test/BUILD.gn

Issue 1808233002: Remove libpeerconnection target from third_party/libjingle (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 1820ef78427c709f5f6326565564d733f4b003d9..921118399a12b06508de43393098b2dab68029e6 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -139,7 +139,6 @@ source_set("test_support") {
deps += [
"//third_party/libjingle:libjingle_webrtc",
- "//third_party/libjingle:libpeerconnection",
"//third_party/webrtc/modules/video_capture",
]
}
@@ -682,7 +681,6 @@ test("content_unittests") {
"//content")
deps += [
"//third_party/libjingle:libjingle_webrtc",
- "//third_party/libjingle:libpeerconnection",
"//third_party/webrtc/modules/video_capture",
"//ui/shell_dialogs:shell_dialogs",
]

Powered by Google App Engine
This is Rietveld 408576698