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

Unified Diff: components/nacl/renderer/plugin/BUILD.gn

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 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 | « components/nacl/loader/sandbox_linux/BUILD.gn ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « components/nacl/loader/sandbox_linux/BUILD.gn ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698