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

Unified Diff: remoting/BUILD.gn

Issue 977943003: Fix remoting GN Mac build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index f0037d64ca601d34e224361cb1f727cd12c1e881..f87db3d52dc9c1318b968bf552c3c0934211fe4b 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -59,9 +59,10 @@ source_set("test_support") {
}
}
-# TODO(GYP) remoting_unittests on Windows. Currently this fails with a
-# duplicate resource error on linking.
-if (!is_win) {
+# TODO(GYP) remoting_unittests on Mac/Windows. Currently this fails with a
+# duplicate resource error on linking on Windows. Just needs to be checked on
+# Mac.
+if (!is_win && !is_mac) {
test("remoting_unittests") {
# Sources not included in one of the more specific unit_tests deps.
sources = [
« no previous file with comments | « no previous file | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698