blob: 2c0f8bd4cb301293cf5e0e8bcb3a07e375232c26 [file] [log] [blame]
[email protected]21f97752012-06-16 00:35:011# Copyright (c) 2012 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 '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_shared.gypi',
12 ],
13 'conditions': [
14 ['disable_nacl==0 and disable_nacl_untrusted==0', {
15 'targets': [
16 {
17 'target_name': 'ppapi_shared_untrusted',
18 'type': 'none',
19 'variables': {
20 'ppapi_shared_target': 1,
[email protected]246fc492012-08-27 20:28:1821 'nacl_win64_target': 0,
[email protected]21f97752012-06-16 00:35:0122 'nacl_untrusted_build': 1,
23 'nlib_target': 'libppapi_shared_untrusted.a',
24 'build_glibc': 0,
25 'build_newlib': 1,
26 },
[email protected]94bd0a2e2012-06-23 12:13:5727 'include_dirs': [
[email protected]9ca8a5232012-08-07 22:34:3028 '..',
[email protected]94bd0a2e2012-06-23 12:13:5729 ],
[email protected]21f97752012-06-16 00:35:0130 'dependencies': [
[email protected]9ca8a5232012-08-07 22:34:3031 '../native_client/tools.gyp:prep_toolchain',
[email protected]21f97752012-06-16 00:35:0132 '../base/base_untrusted.gyp:base_untrusted',
[email protected]9ca8a5232012-08-07 22:34:3033 '../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_untrusted',
34 '../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted',
35 '../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
[email protected]403bcf822012-08-24 19:49:1736 '../media/media_untrusted.gyp:shared_memory_support_untrusted',
[email protected]7d51a7252012-11-28 10:33:4637 '../third_party/khronos/khronos.gyp:khronos_headers',
[email protected]21f97752012-06-16 00:35:0138 ],
39 },
40 ],
41 }],
42 ],
43}