Chromium Code Reviews| Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp |
| diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fcab8597748adb02b162bd2c62bdbce24aadead3 |
| --- /dev/null |
| +++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp |
| @@ -0,0 +1,30 @@ |
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +{ |
| + 'includes': [ |
| + '../../../../../native_client/build/untrusted.gypi', |
| + ], |
| + 'targets': [ |
| + { |
| + 'target_name': 'pnacl_irt_shim', |
| + 'type': 'none', |
| + 'variables': { |
| + 'nlib_target': 'pnacl_irt_shim.a', |
| + 'out_newlib64': '<(PRODUCT_DIR)/libpnacl_irt_shim.a', |
| + 'build_glibc': 0, |
| + 'build_newlib': 1, |
| + 'enable_x86_32': 0, |
|
jvoung (off chromium)
2012/09/05 16:37:19
Should you set 'enable_arm': 0, for now too?
bradn
2012/09/05 16:43:39
Done.
|
| + 'sources': [ |
| + 'pnacl_shim.c', |
| + 'shim_entry.c', |
| + 'shim_ppapi.c', |
| + ], |
| + }, |
| + 'dependencies': [ |
| + '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| + ], |
| + }, |
| + ], |
| +} |