commit | de2945b8f3fdae20ed48e75644e39d83c42a2493 | [log] [tgz] |
---|---|---|
author | dpranke <[email protected]> | Fri Apr 15 22:14:13 2016 |
committer | Commit bot <[email protected]> | Fri Apr 15 22:16:33 2016 |
tree | 995938285eec6af9a56091bb101447ce76cb9bb4 | |
parent | db56b7062fa9ef6f39e00746f2367139fed855b8 [diff] [blame] |
Enable swarming for some test binaries on Mac GN builds. [email protected], [email protected] [email protected] BUG=503942 Review URL: https://codereview.chromium.org/1889033002 Cr-Commit-Position: refs/heads/master@{#387720}
diff --git a/net/BUILD.gn b/net/BUILD.gn index d19d814..48cbb81d 100644 --- a/net/BUILD.gn +++ b/net/BUILD.gn
@@ -1737,7 +1737,8 @@ if (is_win) { data += [ "$root_out_dir/net_unittests.exe.pdb" ] } else if (is_mac) { - data += [ "$root_out_dir/net_unittests.dSYM/" ] + # TODO(crbug.com/330301): make this conditional on mac_strip_release. + # data += [ "$root_out_dir/net_unittests.dSYM/" ] } } }