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

Unified Diff: remoting/host/BUILD.gn

Issue 1976333002: mac/gn: Make remaining targets link in release component builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | « media/cast/BUILD.gn ('k') | remoting/remoting_enable.gni » ('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 827b32acf7a9165a9d4e092dc30e8e8391c2feeb..70053e8855f76c5b546299150829c091b007f0df 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -68,7 +68,10 @@ action("credits") {
]
}
-if (is_mac) { # TODO(GYP) Mac build of remoting host.
+if (is_mac) {
+ # TODO(GYP) Mac build of remoting host, https://crbug.com/611859
+ # If you fix this, also enable in //remoting/remoting_enable.gni
+ # on mac.
group("host") {
}
group("test_support") {
« no previous file with comments | « media/cast/BUILD.gn ('k') | remoting/remoting_enable.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698