Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: third_party/WebKit/Source/platform/wtf/DEPS

Issue 2712883003: Revert of Rename platform/wtf/ to platform/newwtf/. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/newwtf/README.md ('k') | third_party/WebKit/Source/platform/wtf/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+]
« no previous file with comments | « third_party/WebKit/Source/platform/newwtf/README.md ('k') | third_party/WebKit/Source/platform/wtf/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698