| Index: third_party/WebKit/Source/platform/wtf/DEPS
|
| diff --git a/third_party/WebKit/Source/platform/wtf/DEPS b/third_party/WebKit/Source/platform/wtf/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..255ca521d5b1fdae6f258eb8b0c5fd56bbaafdd4
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/platform/wtf/DEPS
|
| @@ -0,0 +1,28 @@
|
| +include_rules = [
|
| + # To whitelist base/ stuff Blink is allowed to include, we list up all
|
| + # directories and files instead of writing 'base/'.
|
| + "+base/allocator/oom.h",
|
| + "+base/allocator/partition_allocator",
|
| + "+base/auto_reset.h",
|
| + "+base/bind.h",
|
| + "+base/bits.h",
|
| + "+base/compiler_specific.h",
|
| + "+base/debug",
|
| + "+base/logging.h",
|
| + "+base/memory/ptr_util.h",
|
| + "+base/memory/weak_ptr.h",
|
| + "+base/numerics",
|
| + "+base/optional.h",
|
| + "+base/rand_util.h",
|
| + "+base/strings",
|
| + "+base/synchronization/spin_lock.h",
|
| + "+base/threading/thread_checker.h",
|
| + "+base/time/time.h",
|
| + "+base/tuple.h",
|
| + "+build",
|
| + # To avoid recursive dependency, we impose a blanket ban on using other
|
| + # platform files. Think carefully if you want to relax this restriction.
|
| + "-platform",
|
| + "+platform/wtf",
|
| + "-v8",
|
| +]
|
|
|