[email protected] | 0c678ce | 2014-02-27 00:46:11 | [diff] [blame] | 1 | # Copyright 2014 The Chromium Authors. All rights reserved. |
[email protected] | cbadb28 | 2012-05-22 00:45:18 | [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 | |
[email protected] | cbadb28 | 2012-05-22 00:45:18 | [diff] [blame] | 5 | { |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 6 | 'variables': { |
| 7 | 'chromium_code': 1, |
| 8 | }, |
| 9 | 'includes': [ |
[email protected] | 12d5e6f7f | 2012-08-23 21:27:45 | [diff] [blame] | 10 | '../build/common_untrusted.gypi', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 11 | 'ppapi_proxy.gypi', |
| 12 | ], |
[email protected] | cbadb28 | 2012-05-22 00:45:18 | [diff] [blame] | 13 | 'conditions': [ |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 14 | ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 15 | 'targets': [ |
| 16 | { |
[email protected] | 0c678ce | 2014-02-27 00:46:11 | [diff] [blame] | 17 | 'target_name': 'ppapi_proxy_nacl', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 18 | 'type': 'none', |
| 19 | 'variables': { |
| 20 | 'ppapi_proxy_target': 1, |
| 21 | 'nacl_untrusted_build': 1, |
[email protected] | 0c678ce | 2014-02-27 00:46:11 | [diff] [blame] | 22 | 'nlib_target': 'libppapi_proxy_nacl.a', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 23 | 'build_glibc': 0, |
[email protected] | b52fa34 | 2013-08-22 23:28:10 | [diff] [blame] | 24 | 'build_newlib': 0, |
[email protected] | c5707ee | 2013-08-04 06:32:21 | [diff] [blame] | 25 | 'build_irt': 1, |
hidehiko | b0c30620 | 2014-10-30 01:51:09 | [diff] [blame] | 26 | 'build_pnacl_newlib': 0, |
| 27 | 'build_nonsfi_helper': 1, |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 28 | }, |
[email protected] | 9ca8a523 | 2012-08-07 22:34:30 | [diff] [blame] | 29 | 'include_dirs': [ |
| 30 | '..', |
[email protected] | 9ca8a523 | 2012-08-07 22:34:30 | [diff] [blame] | 31 | ], |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 32 | 'dependencies': [ |
[email protected] | 754bcf1 | 2014-02-22 02:29:50 | [diff] [blame] | 33 | '../base/base_nacl.gyp:base_nacl', |
hidehiko | b0c30620 | 2014-10-30 01:51:09 | [diff] [blame] | 34 | '../base/base_nacl.gyp:base_nacl_nonsfi', |
[email protected] | 312c58b4 | 2014-03-16 05:05:19 | [diff] [blame] | 35 | '../components/tracing_nacl.gyp:tracing_nacl', |
[email protected] | c847f00 | 2014-02-21 01:59:24 | [diff] [blame] | 36 | '../gpu/command_buffer/command_buffer_nacl.gyp:gles2_utils_nacl', |
| 37 | '../gpu/gpu_nacl.gyp:command_buffer_client_nacl', |
| 38 | '../gpu/gpu_nacl.gyp:command_buffer_common_nacl', |
[email protected] | c847f00 | 2014-02-21 01:59:24 | [diff] [blame] | 39 | '../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl', |
[email protected] | 312c58b4 | 2014-03-16 05:05:19 | [diff] [blame] | 40 | '../gpu/gpu_nacl.gyp:gles2_implementation_nacl', |
[email protected] | c847f00 | 2014-02-21 01:59:24 | [diff] [blame] | 41 | '../gpu/gpu_nacl.gyp:gpu_ipc_nacl', |
[email protected] | 260e35b | 2014-02-26 14:42:22 | [diff] [blame] | 42 | '../ipc/ipc_nacl.gyp:ipc_nacl', |
hidehiko | b0c30620 | 2014-10-30 01:51:09 | [diff] [blame] | 43 | '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi', |
[email protected] | 0c678ce | 2014-02-27 00:46:11 | [diff] [blame] | 44 | '../ppapi/ppapi_ipc_nacl.gyp:ppapi_ipc_nacl', |
[email protected] | 312c58b4 | 2014-03-16 05:05:19 | [diff] [blame] | 45 | '../ppapi/ppapi_shared_nacl.gyp:ppapi_shared_nacl', |
| 46 | '../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
[email protected] | 7d51a725 | 2012-11-28 10:33:46 | [diff] [blame] | 47 | '../third_party/khronos/khronos.gyp:khronos_headers', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 48 | ], |
| 49 | }, |
| 50 | ], |
[email protected] | cbadb28 | 2012-05-22 00:45:18 | [diff] [blame] | 51 | }], |
| 52 | ], |
[email protected] | cbadb28 | 2012-05-22 00:45:18 | [diff] [blame] | 53 | } |