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

Unified Diff: components/nacl/loader/sandbox_linux/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/browser/BUILD.gn ('k') | components/nacl/renderer/plugin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/sandbox_linux/BUILD.gn
diff --git a/components/nacl/loader/sandbox_linux/BUILD.gn b/components/nacl/loader/sandbox_linux/BUILD.gn
index 8f61844d0bcf0bb46c5d4371cd6ad4df88218c61..96dc1dbdcec8ee70dcaa1b20953f505b05ad296b 100644
--- a/components/nacl/loader/sandbox_linux/BUILD.gn
+++ b/components/nacl/loader/sandbox_linux/BUILD.gn
@@ -11,6 +11,7 @@ assert(enable_nacl)
source_set("sandbox_linux") {
sources = [
"nacl_bpf_sandbox_linux.cc",
+ "nacl_bpf_sandbox_linux.h",
"nacl_sandbox_linux.cc",
]
« no previous file with comments | « components/nacl/browser/BUILD.gn ('k') | components/nacl/renderer/plugin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698