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

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

Issue 2691923002: Create platform/wtf, and add initial contents. (Closed)
Patch Set: Be explicit on dependencies from platform/wtf. 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 | « no previous file | 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/wtf/DEPS b/third_party/WebKit/Source/platform/wtf/DEPS
similarity index 77%
copy from third_party/WebKit/Source/wtf/DEPS
copy to third_party/WebKit/Source/platform/wtf/DEPS
index 8f13a90c345c5a4f426a200efadea64d1ff37677..1b9314867867003adcda74d55a0d58140078419f 100644
--- a/third_party/WebKit/Source/wtf/DEPS
+++ b/third_party/WebKit/Source/platform/wtf/DEPS
@@ -20,4 +20,8 @@ include_rules = [
"+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",
]
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698