| 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",
|
|
|