Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: src/untrusted/irt/irt.gyp

Issue 883393005: Add IRT interface for PNaCl's sandboxed linker to use to talk to Chromium (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Cleanup Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/untrusted/irt/BUILD.gn ('k') | src/untrusted/irt/irt_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « src/untrusted/irt/BUILD.gn ('k') | src/untrusted/irt/irt_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698