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

Unified Diff: chrome/chrome_utility.gypi

Issue 1018953004: Add SeccompSupportDetector for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More GN Created 5 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 1c0ef98455f8c23a9af90b53a31fe169975b23cc..8192e56e08895c7c6c0b13865804c2897217e8b0 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -155,6 +155,12 @@
'<@(chrome_utility_importer_sources)',
],
}],
+ ['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',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698