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

Unified Diff: content/test/BUILD.gn

Issue 533743004: Fix Chrome linker errors in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/renderer/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 9ebf588c6837981cd9787dd871e846381feac89c..8218f3efd7f3b9a2738d032e85169cc16c2df952 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -68,7 +68,7 @@ static_library("test_support") {
if (enable_webrtc) {
# TODO(GYP) remove this when libjingle is converted.
- configs += [ "//content:libjingle_stub_config" ]
+ configs += [ "//third_party/libjingle:jingle_direct_dependent_configs" ]
sources += [
"../renderer/media/mock_media_stream_dispatcher.cc",
@@ -84,7 +84,7 @@ static_library("test_support") {
deps += [
#"//third_party/libjingle:webrtc", TODO(GYP)
#"//third_party/libjingle:peerconnection", TODO(GYP)
- #"//third_party/webrtc/modules:video_capture", TODO(GYP)
+ "//third_party/webrtc/modules/video_capture",
]
}
« no previous file with comments | « content/renderer/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698