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

Unified Diff: content/renderer/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/public/renderer/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 9d44fd14aa82769bbdf1578ebf44763753f18016..45c3d0c9ab3785f7cabfd6f41bfe106aedee38fc 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -15,7 +15,6 @@ source_set("renderer") {
configs += [
"//content:content_implementation",
- "//content:libjingle_stub_config",
]
deps = [
@@ -129,10 +128,10 @@ source_set("renderer") {
deps += [
"//crypto",
"//third_party/libyuv",
+ "//third_party/webrtc/modules/audio_device",
+ "//third_party/webrtc/modules/audio_processing",
#"../third_party/libjingle/libjingle.gyp:libjingle_webrtc", TODO(GYP)
#"../third_party/libjingle/libjingle.gyp:libpeerconnection", TODO(GYP)
- #"../third_party/webrtc/modules/modules.gyp:audio_device", TODO(GYP)
- #"../third_party/webrtc/modules/modules.gyp:audio_processing", TODO(GYP)
]
} else {
sources += [
« no previous file with comments | « content/public/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698