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

Unified Diff: remoting/host/BUILD.gn

Issue 1427003009: Implement WebrtcTransport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@transport_session.h
Patch Set: Created 5 years, 1 month 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 | remoting/protocol/BUILD.gn » ('j') | remoting/remoting.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index f62a03f33701ad567ee7f4c063b7228cf2de6629..54898909566e8116186e0b80c9a0a1f8849dd415 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -193,14 +193,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
}
if (enable_webrtc) {
- deps += [
- # TODO(GYP): crbug.com/481633. We should probably not have to depend on
- # libjingle_webrtc; that should be pulled in automatically by
- # libpeerconnection instead.
- "//third_party/libjingle:libjingle_webrtc",
- "//third_party/libjingle:libpeerconnection",
- "//third_party/webrtc/modules/desktop_capture",
- ]
+ deps += [ "//third_party/webrtc/modules/desktop_capture" ]
sources +=
rebase_path(remoting_host_srcs_gypi_values.remoting_cast_sources,
« no previous file with comments | « no previous file | remoting/protocol/BUILD.gn » ('j') | remoting/remoting.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698