| Index: components/nacl/renderer/plugin/BUILD.gn
|
| diff --git a/components/nacl/renderer/plugin/BUILD.gn b/components/nacl/renderer/plugin/BUILD.gn
|
| index a0025956c75e4a3c404ed4ecd1cf312c82dbf4fa..46d654a0c8f1e2a36d1b7a04f067e7548f0c079f 100644
|
| --- a/components/nacl/renderer/plugin/BUILD.gn
|
| +++ b/components/nacl/renderer/plugin/BUILD.gn
|
| @@ -5,13 +5,20 @@
|
| static_library("nacl_trusted_plugin") {
|
| sources = [
|
| "module_ppapi.cc",
|
| + "module_ppapi.h",
|
| "nacl_subprocess.cc",
|
| + "nacl_subprocess.h",
|
| "plugin.cc",
|
| "pnacl_coordinator.cc",
|
| + "pnacl_coordinator.h",
|
| "pnacl_resources.cc",
|
| + "pnacl_resources.h",
|
| "pnacl_translate_thread.cc",
|
| + "pnacl_translate_thread.h",
|
| "ppapi_entrypoints.cc",
|
| + "ppapi_entrypoints.h",
|
| "service_runtime.cc",
|
| + "service_runtime.h",
|
| ]
|
|
|
| deps = [
|
|
|