blob: e3ec08b4af7f0657a9dbcf93adfa4d1d3253f048 [file] [log] [blame]
[email protected]0c678ce2014-02-27 00:46:111# Copyright 2014 The Chromium Authors. All rights reserved.
[email protected]cbadb282012-05-22 00:45:182# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
[email protected]cbadb282012-05-22 00:45:185{
[email protected]21f97752012-06-16 00:35:016 'variables': {
7 'chromium_code': 1,
8 },
9 'includes': [
[email protected]12d5e6f7f2012-08-23 21:27:4510 '../build/common_untrusted.gypi',
[email protected]21f97752012-06-16 00:35:0111 'ppapi_proxy.gypi',
12 ],
[email protected]cbadb282012-05-22 00:45:1813 'conditions': [
[email protected]21f97752012-06-16 00:35:0114 ['disable_nacl==0 and disable_nacl_untrusted==0', {
15 'targets': [
16 {
[email protected]0c678ce2014-02-27 00:46:1117 'target_name': 'ppapi_proxy_nacl',
[email protected]21f97752012-06-16 00:35:0118 'type': 'none',
19 'variables': {
20 'ppapi_proxy_target': 1,
21 'nacl_untrusted_build': 1,
[email protected]0c678ce2014-02-27 00:46:1122 'nlib_target': 'libppapi_proxy_nacl.a',
[email protected]21f97752012-06-16 00:35:0123 'build_glibc': 0,
[email protected]b52fa342013-08-22 23:28:1024 'build_newlib': 0,
[email protected]c5707ee2013-08-04 06:32:2125 'build_irt': 1,
hidehikob0c306202014-10-30 01:51:0926 'build_pnacl_newlib': 0,
27 'build_nonsfi_helper': 1,
[email protected]21f97752012-06-16 00:35:0128 },
[email protected]9ca8a5232012-08-07 22:34:3029 'include_dirs': [
30 '..',
[email protected]9ca8a5232012-08-07 22:34:3031 ],
[email protected]21f97752012-06-16 00:35:0132 'dependencies': [
[email protected]754bcf12014-02-22 02:29:5033 '../base/base_nacl.gyp:base_nacl',
hidehikob0c306202014-10-30 01:51:0934 '../base/base_nacl.gyp:base_nacl_nonsfi',
[email protected]312c58b42014-03-16 05:05:1935 '../components/tracing_nacl.gyp:tracing_nacl',
[email protected]c847f002014-02-21 01:59:2436 '../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]c847f002014-02-21 01:59:2439 '../gpu/gpu_nacl.gyp:gles2_cmd_helper_nacl',
[email protected]312c58b42014-03-16 05:05:1940 '../gpu/gpu_nacl.gyp:gles2_implementation_nacl',
[email protected]c847f002014-02-21 01:59:2441 '../gpu/gpu_nacl.gyp:gpu_ipc_nacl',
[email protected]260e35b2014-02-26 14:42:2242 '../ipc/ipc_nacl.gyp:ipc_nacl',
hidehikob0c306202014-10-30 01:51:0943 '../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
[email protected]0c678ce2014-02-27 00:46:1144 '../ppapi/ppapi_ipc_nacl.gyp:ppapi_ipc_nacl',
[email protected]312c58b42014-03-16 05:05:1945 '../ppapi/ppapi_shared_nacl.gyp:ppapi_shared_nacl',
46 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
[email protected]7d51a7252012-11-28 10:33:4647 '../third_party/khronos/khronos.gyp:khronos_headers',
[email protected]21f97752012-06-16 00:35:0148 ],
49 },
50 ],
[email protected]cbadb282012-05-22 00:45:1851 }],
52 ],
[email protected]cbadb282012-05-22 00:45:1853}