Index: sandbox/mac/sandbox_mac.gypi |
diff --git a/sandbox/mac/sandbox_mac.gypi b/sandbox/mac/sandbox_mac.gypi |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a533ff2c4c04c0bc39948b54ae7bc4c68a6880e2 |
--- /dev/null |
+++ b/sandbox/mac/sandbox_mac.gypi |
@@ -0,0 +1,23 @@ |
+# Copyright 2014 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+{ |
+ 'targets': [ |
+ { |
+ 'target_name': 'sandbox_unittests', |
jln (very slow on Chromium)
2014/04/28 19:53:38
When I added sandbox_linux_unittests it was strong
|
+ 'type': 'executable', |
+ 'sources': [ |
+ 'temp_test.cc', |
+ ], |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ '../base/base.gyp:run_all_unittests', |
+ '../testing/gtest.gyp:gtest', |
+ ], |
+ 'include_dirs': [ |
+ '../', |
+ ], |
+ }, |
+ ], |
+} |