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

Unified Diff: content/BUILD.gn

Issue 2523253002: Convert use_seccomp_bpf to the BUILDFLAG system. (Closed)
Patch Set: Rebase Created 4 years 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/nacl_bpf_sandbox_linux.cc ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index e0124daba07affa423505745a8b1faa4c0e34082..53f64926b178c8dc20db926cf9e3bbd6ade5c43d 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -94,11 +94,10 @@ if (is_component_build) {
]
set_sources_assignment_filter(sources_assignment_filter)
- defines = [ "USE_SECCOMP_BPF=1" ]
-
deps = [
"//base",
"//media:media_features",
+ "//sandbox:sandbox_features",
"//sandbox/linux:sandbox",
]
}
« no previous file with comments | « components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698