diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 02:30:12 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-29 02:30:12 +0000 |
commit | d948d7f93b1e8329c7448ccbe6df16933e150a83 (patch) | |
tree | a0cd7e0724d5f833c21c9a89a74522cb3d864007 /sandbox/sandbox.gyp | |
parent | a764cc973a3b88478f654a076163d43c99aa14a2 (diff) | |
download | chromium_src-d948d7f93b1e8329c7448ccbe6df16933e150a83.zip chromium_src-d948d7f93b1e8329c7448ccbe6df16933e150a83.tar.gz chromium_src-d948d7f93b1e8329c7448ccbe6df16933e150a83.tar.bz2 |
Create a dummy sandbox_mac_unittests target.
This will allow the test suite to be added to buildbot before any real code
lands, so it can be properly tested.
BUG=367863
Review URL: https://codereview.chromium.org/252073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index b48727a..f93fa18 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -17,6 +17,11 @@ 'linux/sandbox_linux.gypi', ], }], + [ 'OS=="mac" and OS!="ios"', { + 'includes': [ + 'mac/sandbox_mac.gypi', + ], + }], [ 'OS!="win" and OS!="mac" and OS!="linux" and OS!="android"', { # A 'default' to accomodate the "sandbox" target. 'targets': [ |