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!': [ |