summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/sandbox_linux.gypi
diff options
context:
space:
mode:
authorjln <jln@chromium.org>2015-02-11 19:18:10 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-12 03:19:01 +0000
commitaedcc3ee8d28d0354ad3106ef8deaa369506ab3c (patch)
tree2a01e05a3710812cc565e0c362bdec57d73c374e /sandbox/linux/sandbox_linux.gypi
parentb0d1a776a407a7aaf58e3291fbad1e99b7ebe5fa (diff)
downloadchromium_src-aedcc3ee8d28d0354ad3106ef8deaa369506ab3c.zip
chromium_src-aedcc3ee8d28d0354ad3106ef8deaa369506ab3c.tar.gz
chromium_src-aedcc3ee8d28d0354ad3106ef8deaa369506ab3c.tar.bz2
Linux Sandbox: reorganize
This CL creates a new integrations_tests/ directory, and splits bpf_dsl_more_unittests.cc into two files. Moreover, this creates a new system_headers/ directory and moves current system headers there. This helps organizing our dependencies better. BUG=449357 TBR=mseaborn Review URL: https://codereview.chromium.org/921563002 Cr-Commit-Position: refs/heads/master@{#315922}
Diffstat (limited to 'sandbox/linux/sandbox_linux.gypi')
-rw-r--r--sandbox/linux/sandbox_linux.gypi24
1 files changed, 12 insertions, 12 deletions
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi
index c03b024..2a01820 100644
--- a/sandbox/linux/sandbox_linux.gypi
+++ b/sandbox/linux/sandbox_linux.gypi
@@ -274,18 +274,18 @@
{ 'target_name': 'sandbox_services_headers',
'type': 'none',
'sources': [
- 'services/android_arm_ucontext.h',
- 'services/android_arm64_ucontext.h',
- 'services/android_futex.h',
- 'services/android_ucontext.h',
- 'services/android_i386_ucontext.h',
- 'services/android_mips_ucontext.h',
- 'services/arm_linux_syscalls.h',
- 'services/arm64_linux_syscalls.h',
- 'services/mips_linux_syscalls.h',
- 'services/linux_syscalls.h',
- 'services/x86_32_linux_syscalls.h',
- 'services/x86_64_linux_syscalls.h',
+ 'system_headers/android_arm_ucontext.h',
+ 'system_headers/android_arm64_ucontext.h',
+ 'system_headers/android_futex.h',
+ 'system_headers/android_ucontext.h',
+ 'system_headers/android_i386_ucontext.h',
+ 'system_headers/android_mips_ucontext.h',
+ 'system_headers/arm_linux_syscalls.h',
+ 'system_headers/arm64_linux_syscalls.h',
+ 'system_headers/mips_linux_syscalls.h',
+ 'system_headers/linux_syscalls.h',
+ 'system_headers/x86_32_linux_syscalls.h',
+ 'system_headers/x86_64_linux_syscalls.h',
],
'include_dirs': [
'..',