Commit bc422601 authored by Brett Wilson's avatar Brett Wilson

Fix remoting GN Mac build.

TBR=dpranke

Review URL: https://codereview.chromium.org/977943003

Cr-Commit-Position: refs/heads/master@{#319090}
parent 4596b516
...@@ -59,9 +59,10 @@ source_set("test_support") { ...@@ -59,9 +59,10 @@ source_set("test_support") {
} }
} }
# TODO(GYP) remoting_unittests on Windows. Currently this fails with a # TODO(GYP) remoting_unittests on Mac/Windows. Currently this fails with a
# duplicate resource error on linking. # duplicate resource error on linking on Windows. Just needs to be checked on
if (!is_win) { # Mac.
if (!is_win && !is_mac) {
test("remoting_unittests") { test("remoting_unittests") {
# Sources not included in one of the more specific unit_tests deps. # Sources not included in one of the more specific unit_tests deps.
sources = [ sources = [
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment