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.
7 '../../../../../native_client/build/untrusted.gypi',
11 # The full library, which PNaCl uses for offline .pexe -> .nexe.
12 # We keep the target names in this file short to avoid having really long
13 # path names on Windows.
14 # https://code.google.com/p/nativeclient/issues/detail?id=3846
18 'nlib_target': 'libpnacl_irt_shim.a',
19 'out_pnacl_newlib_arm': '>(tc_lib_dir_pnacl_translate)/lib-arm/>(nlib_target)',
20 'out_pnacl_newlib_x86_32': '>(tc_lib_dir_pnacl_translate)/lib-x86-32/>(nlib_target)',
21 'out_pnacl_newlib_x86_64': '>(tc_lib_dir_pnacl_translate)/lib-x86-64/>(nlib_target)',
22 'out_pnacl_newlib_mips': '>(tc_lib_dir_pnacl_translate)/lib-mips32/>(nlib_target)',
23 'out_pnacl_newlib_x86_32_nonsfi': '>(tc_lib_dir_pnacl_translate)/lib-x86-32-nonsfi/>(nlib_target)',
26 'build_pnacl_newlib': 1,
27 'pnacl_native_biased': 1,
32 'enable_x86_32_nonsfi': 1,
42 # Indicate that shim should not depend on unstable IRT hook interface.
48 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
51 # Smaller shim library for PNaCl in-browser translation.
52 # Uses an unstable IRT hook interface to get the shim from the IRT itself.
53 # If we ever change that hook interface or change the in-IRT shim's ABI,
54 # we would need to clear the translation cache to match the new IRT.
56 'target_name': 'browser',
59 # Same output file name as shim_aot, so that we don't need to change
60 # the linker commandlines, but output to the "for_browser" directory,
61 # and have the pnacl_support_extension copy from that directory.
62 'nlib_target': 'libpnacl_irt_shim.a',
63 'out_pnacl_newlib_arm': '>(tc_lib_dir_pnacl_translate)/lib-arm/browser/>(nlib_target)',
64 'out_pnacl_newlib_x86_32': '>(tc_lib_dir_pnacl_translate)/lib-x86-32/browser/>(nlib_target)',
65 'out_pnacl_newlib_x86_64': '>(tc_lib_dir_pnacl_translate)/lib-x86-64/browser/>(nlib_target)',
66 'out_pnacl_newlib_mips': '>(tc_lib_dir_pnacl_translate)/lib-mips32/browser/>(nlib_target)',
69 'build_pnacl_newlib': 1,
70 'pnacl_native_biased': 1,
84 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
88 # Second half of shim library for PNaCl in-browser translation.
89 # This half goes into the IRT and is returned by the unstable
94 'nlib_target': 'libpnacl_irt_shim_for_irt.a',
97 # Unlike the above, build this the way the IRT is built so that the
98 # output library directories match the IRT linking search paths.
106 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',