Chromium Code Reviews

Unified Diff: src/untrusted/irt/BUILD.gn

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/untrusted/irt/irt.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/irt/BUILD.gn
diff --git a/src/untrusted/irt/BUILD.gn b/src/untrusted/irt/BUILD.gn
index d32b8ea3d518ca23e30643dac389b954707d2db8..afd89ea9c1b9cacb04f023a587c8b8734079c584 100644
--- a/src/untrusted/irt/BUILD.gn
+++ b/src/untrusted/irt/BUILD.gn
@@ -40,7 +40,8 @@ static_library("irt_core_lib") {
"irt_malloc.c",
"irt_memory.c",
"irt_mutex.c",
- "irt_pnacl_translator.c",
+ "irt_pnacl_translator_compile.c",
+ "irt_pnacl_translator_link.c",
"irt_private_pthread.c",
"irt_private_tls.c",
"irt_query_list.c",
« no previous file with comments | « no previous file | src/untrusted/irt/irt.gyp » ('j') | no next file with comments »

Powered by Google App Engine