1 # Copyright (c) 2012 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.
12 'win/sandbox_win.gypi',
15 [ 'OS=="linux" or OS=="android"', {
17 'linux/sandbox_linux.gypi',
20 [ 'OS=="mac" and OS!="ios"', {
22 'mac/sandbox_mac.gypi',
25 [ 'OS!="win" and OS!="mac" and OS!="linux" and OS!="android"', {
26 # A 'default' to accomodate the "sandbox" target.
29 'target_name': 'sandbox',