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

Unified Diff: sandbox/mac/sandbox_mac.gypi

Issue 252073002: Create a dummy sandbox_unittests target on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « build/all.gyp ('k') | sandbox/mac/temp_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
+ '../',
+ ],
+ },
+ ],
+}
« no previous file with comments | « build/all.gyp ('k') | sandbox/mac/temp_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698