From 71a878ba42e06ee982c15eabf21aa562d4b9aa50 Mon Sep 17 00:00:00 2001 From: "noamsml@google.com" Date: Thu, 1 May 2014 19:16:36 +0000 Subject: Revert 267599 "Linux sandbox: add basic DEPS files." Seems to cause issues with Linux bots > Linux sandbox: add basic DEPS files. > > TBR=brettw > NOTRY=true > > Review URL: https://codereview.chromium.org/260833002 TBR=jln@chromium.org Review URL: https://codereview.chromium.org/266673007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267604 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/linux/DEPS | 25 ------------------------- sandbox/linux/seccomp-bpf-helpers/DEPS | 4 ---- sandbox/linux/seccomp-bpf/DEPS | 3 --- sandbox/linux/suid/client/DEPS | 3 --- 4 files changed, 35 deletions(-) delete mode 100644 sandbox/linux/DEPS delete mode 100644 sandbox/linux/seccomp-bpf-helpers/DEPS delete mode 100644 sandbox/linux/seccomp-bpf/DEPS delete mode 100644 sandbox/linux/suid/client/DEPS (limited to 'sandbox/linux') diff --git a/sandbox/linux/DEPS b/sandbox/linux/DEPS deleted file mode 100644 index cfd4d8f..0000000 --- a/sandbox/linux/DEPS +++ /dev/null @@ -1,25 +0,0 @@ -include_rules = [ - # First, exclude everything. - # Exclude a few dependencies that are included in the root DEPS and that we - # don't need. - # Sadly, there is no way to exclude all root DEPS since the root has no name. - "-ipc", - "-library_loaders", - "-third_party", - "-url", - # Make sure that each subdirectory has to declare its dependencies in - # sandbox/ explicitly. - "-sandbox/linux", - - # Second, add what we want to allow. - # Anything included from sandbox/linux must be declared after this line or in - # a more specific DEPS file. - # base/, build/ and testing/ are already included in the global DEPS file, - # but be explicit. - "+base" - "+build" - "+testing" - "+sandbox/linux/sandbox_export.h", - # Everyone can use tests/ - "+sandbox/linux/tests", -] diff --git a/sandbox/linux/seccomp-bpf-helpers/DEPS b/sandbox/linux/seccomp-bpf-helpers/DEPS deleted file mode 100644 index e8000d3..0000000 --- a/sandbox/linux/seccomp-bpf-helpers/DEPS +++ /dev/null @@ -1,4 +0,0 @@ -include_rules = [ - "+sandbox/linux/services", - "+sandbox/linux/seccomp-bpf", -] diff --git a/sandbox/linux/seccomp-bpf/DEPS b/sandbox/linux/seccomp-bpf/DEPS deleted file mode 100644 index 15b2b36..0000000 --- a/sandbox/linux/seccomp-bpf/DEPS +++ /dev/null @@ -1,3 +0,0 @@ -include_rules = [ - "+sandbox/linux/services" -] diff --git a/sandbox/linux/suid/client/DEPS b/sandbox/linux/suid/client/DEPS deleted file mode 100644 index 99a337d..0000000 --- a/sandbox/linux/suid/client/DEPS +++ /dev/null @@ -1,3 +0,0 @@ -include_rules = [ - "+sandbox/linux/services", -] -- cgit v1.1