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

Unified Diff: chrome/chrome_utility.gypi

Issue 1161053004: Move the SeccompSupportDetector to be in-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 6b1db2ff293ff71cb99afc78825e7d65ba0ff2d2..76cdbc8939fde0ca1f6bd529c5aaa5456417bf09 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -154,12 +154,6 @@
'utility/importer/nss_decryptor_system_nss.h',
],
}],
- ['OS=="android" and use_seccomp_bpf==1', {
- 'dependencies': [
- '../sandbox/sandbox.gyp:seccomp_bpf',
- ],
- 'defines': ['USE_SECCOMP_BPF'],
- }],
['enable_extensions==1', {
'dependencies': [
'../extensions/extensions.gyp:extensions_utility',

Powered by Google App Engine
This is Rietveld 408576698