blob: 453e711b06abf1b6fc1c3898708dc9db84c42726 [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,
[email protected]b52fa342013-08-22 23:28:1025 'build_newlib': 0,
[email protected]c5707ee2013-08-04 06:32:2126 'build_irt': 1,
[email protected]21f97752012-06-16 00:35:0127 },
[email protected]94bd0a2e2012-06-23 12:13:5728 'include_dirs': [
[email protected]9ca8a5232012-08-07 22:34:3029 '..',
[email protected]94bd0a2e2012-06-23 12:13:5730 ],
[email protected]21f97752012-06-16 00:35:0131 'dependencies': [
[email protected]9ca8a5232012-08-07 22:34:3032 '../native_client/tools.gyp:prep_toolchain',
[email protected]21f97752012-06-16 00:35:0133 '../base/base_untrusted.gyp:base_untrusted',
[email protected]9ca8a5232012-08-07 22:34:3034 '../gpu/command_buffer/command_buffer_untrusted.gyp:gles2_utils_untrusted',
35 '../gpu/gpu_untrusted.gyp:command_buffer_client_untrusted',
36 '../gpu/gpu_untrusted.gyp:gles2_implementation_untrusted',
[email protected]403bcf822012-08-24 19:49:1737 '../media/media_untrusted.gyp:shared_memory_support_untrusted',
[email protected]7d51a7252012-11-28 10:33:4638 '../third_party/khronos/khronos.gyp:khronos_headers',
[email protected]21f97752012-06-16 00:35:0139 ],
40 },
41 ],
42 }],
43 ],
44}