diff options
author | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 19:16:36 +0000 |
---|---|---|
committer | noamsml@google.com <noamsml@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 19:16:36 +0000 |
commit | 71a878ba42e06ee982c15eabf21aa562d4b9aa50 (patch) | |
tree | f9ca55349d27edf55e1bcde2bc09bc4546a6544c /sandbox/linux | |
parent | b8d03daf2bc0f4172c271abfb8435d42ec8a1e36 (diff) | |
download | chromium_src-71a878ba42e06ee982c15eabf21aa562d4b9aa50.zip chromium_src-71a878ba42e06ee982c15eabf21aa562d4b9aa50.tar.gz chromium_src-71a878ba42e06ee982c15eabf21aa562d4b9aa50.tar.bz2 |
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
Diffstat (limited to 'sandbox/linux')
-rw-r--r-- | sandbox/linux/DEPS | 25 | ||||
-rw-r--r-- | sandbox/linux/seccomp-bpf-helpers/DEPS | 4 | ||||
-rw-r--r-- | sandbox/linux/seccomp-bpf/DEPS | 3 | ||||
-rw-r--r-- | sandbox/linux/suid/client/DEPS | 3 |
4 files changed, 0 insertions, 35 deletions
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", -] |