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

Unified Diff: content/browser/BUILD.gn

Issue 583353002: Work toward enabling WebRTC in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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 | « no previous file | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »
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 f4d4d7ade65181b190889adbf3a1bfeae53630d3..46f8498f66867c6928cc67e77f60e373719e3e9a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -111,9 +111,6 @@ source_set("browser") {
configs += [
"//content:content_implementation",
-
- # TODO(GYP) remove this when libjingle_webrtc is working.
- "//third_party/libjingle:jingle_direct_dependent_configs", # TODO(GYP)
]
if (toolkit_views) {
@@ -157,7 +154,7 @@ source_set("browser") {
".", "//content")
deps += [ "//jingle:jingle_glue" ]
if (is_linux) {
- #deps += [ "//third_party/libjingle:libjingle_webrtc" ] TODO(GYP)
+ deps += [ "//third_party/libjingle:libjingle_webrtc" ]
}
if (is_linux || is_mac || is_win) {
sources += [
« no previous file with comments | « no previous file | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698