| Index: ppapi/proxy/BUILD.gn
|
| diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
|
| index c9de2442f7eac3caa51d6a020f4d332f056ce962..62a5370cbb84ce8bc0dfc87d1f194103292fc64f 100644
|
| --- a/ppapi/proxy/BUILD.gn
|
| +++ b/ppapi/proxy/BUILD.gn
|
| @@ -198,6 +198,8 @@ component("proxy") {
|
| sources += [
|
| "../nacl_irt/irt_interfaces.cc",
|
| "../nacl_irt/irt_interfaces.h",
|
| + "../nacl_irt/irt_pnacl_translator_compile.cc",
|
| + "../nacl_irt/irt_pnacl_translator_link.cc",
|
| "../nacl_irt/irt_ppapi.cc",
|
| "../nacl_irt/irt_ppapi.h",
|
| "../nacl_irt/irt_start.cc",
|
|
|