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

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: Move to //content Created 6 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 16efa4b5d02ce2c646024fd76ca318b091241f6a..43b782922d3b610d27f5996a0d1e96f654d0b7bc 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -132,6 +132,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',
jln (very slow on Chromium) 2014/03/31 22:57:43 Shouldn't we have this in common/sandbox_linux/ wi
Robert Sesek 2014/04/08 20:33:45 I don't know if it makes more sense to organize th
jln (very slow on Chromium) 2014/04/09 05:11:07 Maybe //content/common/sandbox_bpf/{linux,android}
Robert Sesek 2014/04/09 21:00:58 OK that SG. I've moved these into //content/common
+ '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',
@@ -447,6 +449,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