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

Unified Diff: remoting/client/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 | « remoting/base/BUILD.gn ('k') | remoting/client/plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/BUILD.gn
diff --git a/remoting/client/BUILD.gn b/remoting/client/BUILD.gn
index f944650f40fe013e1efe064050ff2be655dc9b53..d2fde67096f9833f0cdd38247fc1f0f9e3ac5727 100644
--- a/remoting/client/BUILD.gn
+++ b/remoting/client/BUILD.gn
@@ -35,8 +35,6 @@ static_library("client") {
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
- # TODO(GYP) Remove when WebRTC is converted.
- configs += [ "//content:webrtc_stub_config" ]
defines = [ "VERSION=$version_full" ]
@@ -44,7 +42,7 @@ static_library("client") {
"//remoting/base",
"//remoting/protocol",
"//third_party/libyuv",
- #"//third_party/webrtc/modules/desktop_capture", TODO(GYP)
+ "//third_party/webrtc/modules/desktop_capture",
"//third_party/libwebm",
]
}
« no previous file with comments | « remoting/base/BUILD.gn ('k') | remoting/client/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698