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 |
index d3d5f2a11a483c68b640fc23b84845576905673a..8ba522da0de71c2c49dd11aa830b810d8eee2708 100644 |
--- 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 |
@@ -12,7 +12,7 @@ |
# We keep the target names in this file short to avoid having really long |
# path names on Windows. |
# https://code.google.com/p/nativeclient/issues/detail?id=3846 |
- 'target_name': 'shim_aot', |
+ 'target_name': 'aot', |
'type': 'none', |
'variables': { |
'nlib_target': 'libpnacl_irt_shim.a', |
@@ -53,17 +53,17 @@ |
# If we ever change that hook interface or change the in-IRT shim's ABI, |
# we would need to clear the translation cache to match the new IRT. |
{ |
- 'target_name': 'shim_browser', |
+ 'target_name': 'browser', |
'type': 'none', |
'variables': { |
# Same output file name as shim_aot, so that we don't need to change |
# the linker commandlines, but output to the "for_browser" directory, |
# and have the pnacl_support_extension copy from that directory. |
'nlib_target': 'libpnacl_irt_shim.a', |
- 'out_pnacl_newlib_arm': '>(tc_lib_dir_pnacl_translate)/lib-arm/for_browser/>(nlib_target)', |
- 'out_pnacl_newlib_x86_32': '>(tc_lib_dir_pnacl_translate)/lib-x86-32/for_browser/>(nlib_target)', |
- 'out_pnacl_newlib_x86_64': '>(tc_lib_dir_pnacl_translate)/lib-x86-64/for_browser/>(nlib_target)', |
- 'out_pnacl_newlib_mips': '>(tc_lib_dir_pnacl_translate)/lib-mips32/for_browser/>(nlib_target)', |
+ 'out_pnacl_newlib_arm': '>(tc_lib_dir_pnacl_translate)/lib-arm/browser/>(nlib_target)', |
+ 'out_pnacl_newlib_x86_32': '>(tc_lib_dir_pnacl_translate)/lib-x86-32/browser/>(nlib_target)', |
+ 'out_pnacl_newlib_x86_64': '>(tc_lib_dir_pnacl_translate)/lib-x86-64/browser/>(nlib_target)', |
+ 'out_pnacl_newlib_mips': '>(tc_lib_dir_pnacl_translate)/lib-mips32/browser/>(nlib_target)', |
'build_glibc': 0, |
'build_newlib': 0, |
'build_pnacl_newlib': 1, |
@@ -88,7 +88,7 @@ |
# Second half of shim library for PNaCl in-browser translation. |
# This half goes into the IRT and is returned by the unstable |
# IRT hook interface. |
- 'target_name': 'shim_for_irt', |
+ 'target_name': 'irt', |
'type': 'none', |
'variables': { |
'nlib_target': 'libpnacl_irt_shim_for_irt.a', |