1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'target_name': 'sandbox',
9 'type': '<(component)',
11 'bootstrap_sandbox.cc',
12 'bootstrap_sandbox.h',
13 'launchd_interception_server.cc',
14 'launchd_interception_server.h',
17 'os_compatibility.cc',
21 '../base/base.gyp:base',
27 'SANDBOX_IMPLEMENTATION',
31 '$(SDKROOT)/usr/lib/libbsm.dylib',
36 'target_name': 'sandbox_mac_unittests',
39 'bootstrap_sandbox_unittest.mm',
44 '../base/base.gyp:base',
45 '../base/base.gyp:run_all_unittests',
46 '../testing/gtest.gyp:gtest',
53 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
54 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',