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

Unified Diff: remoting/host/BUILD.gn

Issue 1054963007: Make the ChromeOS GN debug component build work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comment in //third_party/libjingle as well Created 5 years, 8 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 | « chrome/browser/ui/BUILD.gn ('k') | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »
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 8e71b25687abf93d4a8898369e618889c2b79642..b4f071a52f271a34f04d1f3aa246720e6f2ed2ae 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -84,6 +84,12 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
}
if (is_chromeos) {
+ # TODO(GYP): crbug.com/481627. These should only be included
+ # when enable_me2me_host is true.
+ sources -= [
+ "me2me_desktop_environment.cc",
+ "me2me_desktop_environment.h",
+ ]
deps += [
"//cc",
"//ppapi/host",
@@ -146,6 +152,10 @@ 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",
]
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | third_party/libjingle/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698