blob: c953f08aa659d68879bdcab45055b2ebe11a16b0 [file] [log] [blame]
[email protected]6a7da762012-03-31 02:12:331# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]19acec52009-03-09 22:56:422# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
[email protected]012a6742010-03-10 15:18:516 'variables': {
7 'chromium_code': 1,
8 },
[email protected]19acec52009-03-09 22:56:429 'conditions': [
[email protected]fbf9d142012-06-23 02:14:0610 [ 'OS=="win"', {
11 'includes': [
[email protected]181491782012-07-18 00:59:1512 'win/sandbox_win.gypi',
[email protected]fbf9d142012-06-23 02:14:0613 ],
14 }],
[email protected]73f4e932012-06-21 23:14:1115 [ 'OS=="linux"', {
16 'includes': [
[email protected]3cd057d2012-07-18 19:20:2717 'linux/sandbox_linux.gypi',
[email protected]73f4e932012-06-21 23:14:1118 ],
19 }],
20 [ 'OS!="win" and OS!="mac" and OS!="linux"', {
21 # We need a 'default' to accomodate the "sandbox" target, for instance
22 # on Android.
[email protected]a13d67712010-05-14 22:27:3023 'targets': [
24 {
25 'target_name': 'sandbox',
[email protected]50d8c0ee2011-09-22 17:59:4326 'type': 'none',
[email protected]73f4e932012-06-21 23:14:1127 }
28 ]
[email protected]47cadc42012-06-21 19:53:2029 }],
[email protected]19acec52009-03-09 22:56:4230 ],
31}