[go: nahoru, domu]

blob: f93fa1862a78504e60047f5a4952f3035682e843 [file] [log] [blame]
jschuh@chromium.org6a7da762012-03-31 02:12:331# Copyright (c) 2012 The Chromium Authors. All rights reserved.
bradnelson@google.com19acec52009-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{
craig.schlenter@chromium.org012a6742010-03-10 15:18:516 'variables': {
7 'chromium_code': 1,
8 },
bradnelson@google.com19acec52009-03-09 22:56:429 'conditions': [
jln@chromium.orgfbf9d142012-06-23 02:14:0610 [ 'OS=="win"', {
11 'includes': [
jln@chromium.org181491782012-07-18 00:59:1512 'win/sandbox_win.gypi',
jln@chromium.orgfbf9d142012-06-23 02:14:0613 ],
14 }],
jln@chromium.org079598282012-12-19 18:26:1815 [ 'OS=="linux" or OS=="android"', {
jln@chromium.org73f4e932012-06-21 23:14:1116 'includes': [
jln@chromium.org3cd057d2012-07-18 19:20:2717 'linux/sandbox_linux.gypi',
jln@chromium.org73f4e932012-06-21 23:14:1118 ],
19 }],
rsesek@chromium.orgd948d7f2014-04-29 02:30:1220 [ 'OS=="mac" and OS!="ios"', {
21 'includes': [
22 'mac/sandbox_mac.gypi',
23 ],
24 }],
jln@chromium.org079598282012-12-19 18:26:1825 [ 'OS!="win" and OS!="mac" and OS!="linux" and OS!="android"', {
26 # A 'default' to accomodate the "sandbox" target.
pvalchev@google.coma13d67712010-05-14 22:27:3027 'targets': [
28 {
29 'target_name': 'sandbox',
evan@chromium.org50d8c0ee2011-09-22 17:59:4330 'type': 'none',
jln@chromium.org73f4e932012-06-21 23:14:1131 }
32 ]
sky@chromium.org47cadc42012-06-21 19:53:2033 }],
bradnelson@google.com19acec52009-03-09 22:56:4234 ],
35}