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

Unified Diff: src/untrusted/irt/nacl.scons

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/irt_pnacl_translator.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/nacl.scons
diff --git a/src/untrusted/irt/nacl.scons b/src/untrusted/irt/nacl.scons
index 1962201288ecf735d44d93491fe61f6618157e3a..d6860284ee5c52482d21b9b08b0703eeabff3e49 100644
--- a/src/untrusted/irt/nacl.scons
+++ b/src/untrusted/irt/nacl.scons
@@ -44,6 +44,7 @@ irt_support_sources = [
'irt_dev_list_mappings.c',
'irt_random.c',
'irt_core_resource.c',
+ 'irt_pnacl_translator.c',
]
# These are the objects and libraries that go into every IRT image.
@@ -69,7 +70,7 @@ irt_support_objs += [
# cover IRT-internal code.
env.ComponentLibrary('libirt_support_private', irt_support_objs)
-irt_libs = ['platform', 'gio', 'm']
+irt_libs = ['srpc', 'imc_syscalls', 'platform', 'gio', 'm']
irt_core_raw = blob_env.ComponentProgram(
'irt_core_raw', irt_support_objs, EXTRA_LIBS=irt_libs)
« no previous file with comments | « src/untrusted/irt/irt_pnacl_translator.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698