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

Unified Diff: sandbox/linux/BUILD.gn

Issue 559653004: Convert sandbox_bpf_unittest.cc to use bpf_dsl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ARM build (maybe?) Created 6 years, 3 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 | « no previous file | sandbox/linux/bpf_dsl/DEPS » ('j') | sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/BUILD.gn
diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
index 708543f13249ab70d21be1905b103f7a247751ea..fafd70a9a66589a97bddc4541fe131a0e4e50e31 100644
--- a/sandbox/linux/BUILD.gn
+++ b/sandbox/linux/BUILD.gn
@@ -93,13 +93,13 @@ test("sandbox_linux_unittests") {
}
if (use_seccomp_bpf) {
sources += [
+ "bpf_dsl/bpf_dsl_more_unittest.cc",
Jorge Lucangeli Obes 2014/09/12 20:34:51 MOAR UNITTESTS!!!1 =)
mdempsky 2014/09/12 21:10:46 I *almost* named it that. ;)
"bpf_dsl/bpf_dsl_unittest.cc",
"bpf_dsl/cons_unittest.cc",
"seccomp-bpf-helpers/baseline_policy_unittest.cc",
"seccomp-bpf/bpf_tests_unittest.cc",
"seccomp-bpf/codegen_unittest.cc",
"seccomp-bpf/errorcode_unittest.cc",
- "seccomp-bpf/sandbox_bpf_unittest.cc",
"seccomp-bpf/syscall_iterator_unittest.cc",
"seccomp-bpf/syscall_unittest.cc",
]
« no previous file with comments | « no previous file | sandbox/linux/bpf_dsl/DEPS » ('j') | sandbox/linux/bpf_dsl/bpf_dsl_more_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698