| Index: src/untrusted/irt/irt.gyp
|
| diff --git a/src/untrusted/irt/irt.gyp b/src/untrusted/irt/irt.gyp
|
| index 1a989452dfd086fb2ca523f320d78b7456f02027..a303af6ff4884780a9f93c62f14aa5663dce75d2 100644
|
| --- a/src/untrusted/irt/irt.gyp
|
| +++ b/src/untrusted/irt/irt.gyp
|
| @@ -34,6 +34,7 @@
|
| 'irt_exception_handling.c',
|
| 'irt_dev_list_mappings.c',
|
| 'irt_random.c',
|
| + 'irt_pnacl_translator.c',
|
| # support_srcs
|
| # We also get nc_init_private.c, nc_thread.c and nc_tsd.c via
|
| # #includes of .c files.
|
| @@ -59,6 +60,8 @@
|
| },
|
| 'sources': ['<@(irt_sources)', '<@(irt_nonbrowser)'],
|
| 'link_flags': [
|
| + '-lsrpc',
|
| + '-limc_syscalls',
|
| '-lplatform',
|
| '-lgio',
|
| '-lm',
|
| @@ -66,7 +69,9 @@
|
| 'dependencies': [
|
| '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
|
| '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
|
| + '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:srpc_lib',
|
| '<(DEPTH)/native_client/src/tools/tls_edit/tls_edit.gyp:tls_edit#host',
|
| + '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
|
| '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_lib_newlib',
|
| '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
|
| ],
|
|
|