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

Unified Diff: chrome/browser/android/DEPS

Issue 1161053004: Move the SeccompSupportDetector to be in-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 6 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/seccomp_support_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/DEPS
diff --git a/chrome/browser/android/DEPS b/chrome/browser/android/DEPS
index 2b8a00e489d90d5232bb240becd2c77706ad9569..1b7b3628cae757f2fc767e921d29aa6ddb99490a 100644
--- a/chrome/browser/android/DEPS
+++ b/chrome/browser/android/DEPS
@@ -4,5 +4,6 @@ include_rules = [
"+components/devtools_http_handler",
"+components/service_tab_launcher",
"+components/web_contents_delegate_android",
- "+cc/layers/layer.h"
+ "+cc/layers/layer.h",
+ "+sandbox/linux/seccomp-bpf/sandbox_bpf.h",
]
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/seccomp_support_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698