[email protected] | 6a7da76 | 2012-03-31 02:12:33 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 19acec5 | 2009-03-09 22:56:42 | [diff] [blame] | 2 | # 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] | 012a674 | 2010-03-10 15:18:51 | [diff] [blame] | 6 | 'variables': { |
| 7 | 'chromium_code': 1, |
| 8 | }, |
[email protected] | 19acec5 | 2009-03-09 22:56:42 | [diff] [blame] | 9 | 'conditions': [ |
[email protected] | fbf9d14 | 2012-06-23 02:14:06 | [diff] [blame] | 10 | [ 'OS=="win"', { |
| 11 | 'includes': [ |
[email protected] | 18149178 | 2012-07-18 00:59:15 | [diff] [blame] | 12 | 'win/sandbox_win.gypi', |
[email protected] | fbf9d14 | 2012-06-23 02:14:06 | [diff] [blame] | 13 | ], |
| 14 | }], |
[email protected] | 73f4e93 | 2012-06-21 23:14:11 | [diff] [blame] | 15 | [ 'OS=="linux"', { |
| 16 | 'includes': [ |
[email protected] | 3cd057d | 2012-07-18 19:20:27 | [diff] [blame] | 17 | 'linux/sandbox_linux.gypi', |
[email protected] | 73f4e93 | 2012-06-21 23:14:11 | [diff] [blame] | 18 | ], |
| 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] | a13d6771 | 2010-05-14 22:27:30 | [diff] [blame] | 23 | 'targets': [ |
| 24 | { |
| 25 | 'target_name': 'sandbox', |
[email protected] | 50d8c0ee | 2011-09-22 17:59:43 | [diff] [blame] | 26 | 'type': 'none', |
[email protected] | 73f4e93 | 2012-06-21 23:14:11 | [diff] [blame] | 27 | } |
| 28 | ] |
[email protected] | 47cadc4 | 2012-06-21 19:53:20 | [diff] [blame] | 29 | }], |
[email protected] | 19acec5 | 2009-03-09 22:56:42 | [diff] [blame] | 30 | ], |
| 31 | } |