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

Unified Diff: content/content_common.gypi

Issue 180783019: [Android] Define a baseline seccomp-bpf sandbox policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & address comments Created 6 years, 8 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 01b5f42ec555cbee429a7804f1b071c663e19dab..d66eb53c6d967e89116f7a1bd1274f6cfb7faa3a 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -134,6 +134,8 @@
'common/android/device_telephony_info.h',
'common/android/hash_set.cc',
'common/android/hash_set.h',
+ 'common/android/sandbox_bpf_base_policy_android.cc',
+ 'common/android/sandbox_bpf_base_policy_android.h',
'common/android/surface_texture_lookup.cc',
'common/android/surface_texture_lookup.h',
'common/android/surface_texture_peer.cc',
@@ -450,6 +452,14 @@
'common/zygote_commands_linux.h',
'port/common/input_event_ack_state.h',
],
+ 'target_conditions': [
+ ['OS=="android"', {
+ 'sources/': [
+ ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.cc$'],
+ ['include', '^common/sandbox_linux/sandbox_bpf_base_policy_linux\\.h$'],
+ ],
+ }],
+ ],
'conditions': [
['use_aura==1', {
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698