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

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

Issue 984713003: Add an IRT interface for subzero/compiler to serve_translate_requests. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: c void Created 5 years, 9 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 d71264221a23620b55bd17556acedcfa9386fb7f..3beb4d8057c8a6bd537e6cd7dde18006772ebcee 100644
--- a/src/untrusted/irt/irt.gyp
+++ b/src/untrusted/irt/irt.gyp
@@ -34,7 +34,8 @@
'irt_exception_handling.c',
'irt_dev_list_mappings.c',
'irt_random.c',
- 'irt_pnacl_translator.c',
+ 'irt_pnacl_translator_compile.c',
+ 'irt_pnacl_translator_link.c',
# support_srcs
# We also get nc_init_private.c, nc_thread.c and nc_tsd.c via
# #includes of .c files.
« 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