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/" ]
     }
   }
 }