[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 1 | # 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] | 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_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] | 246fc49 | 2012-08-27 20:28:18 | [diff] [blame] | 21 | 'nacl_win64_target': 0, |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 22 | 'nacl_untrusted_build': 1, |
| 23 | 'nlib_target': 'libppapi_shared_untrusted.a', |
| 24 | 'build_glibc': 0, |
| 25 | 'build_newlib': 1, |
[email protected] | c5707ee | 2013-08-04 06:32:21 | [diff] [blame^] | 26 | 'build_irt': 1, |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 27 | }, |
[email protected] | 94bd0a2e | 2012-06-23 12:13:57 | [diff] [blame] | 28 | 'include_dirs': [ |
[email protected] | 9ca8a523 | 2012-08-07 22:34:30 | [diff] [blame] | 29 | '..', |
[email protected] | 94bd0a2e | 2012-06-23 12:13:57 | [diff] [blame] | 30 | ], |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 31 | 'dependencies': [ |
[email protected] | 9ca8a523 | 2012-08-07 22:34:30 | [diff] [blame] | 32 | '../native_client/tools.gyp:prep_toolchain', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 33 | '../base/base_untrusted.gyp:base_untrusted', |
[email protected] | 9ca8a523 | 2012-08-07 22:34:30 | [diff] [blame] | 34 | '../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] | 403bcf82 | 2012-08-24 19:49:17 | [diff] [blame] | 37 | '../media/media_untrusted.gyp:shared_memory_support_untrusted', |
[email protected] | 7d51a725 | 2012-11-28 10:33:46 | [diff] [blame] | 38 | '../third_party/khronos/khronos.gyp:khronos_headers', |
[email protected] | 21f9775 | 2012-06-16 00:35:01 | [diff] [blame] | 39 | ], |
| 40 | }, |
| 41 | ], |
| 42 | }], |
| 43 | ], |
| 44 | } |