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

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

Issue 2691923002: Create platform/wtf, and add initial contents. (Closed)
Patch Set: Fix comments text. 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
Index: third_party/WebKit/Source/wtf/DEPS
diff --git a/third_party/WebKit/Source/wtf/DEPS b/third_party/WebKit/Source/wtf/DEPS
index 8f13a90c345c5a4f426a200efadea64d1ff37677..e5e72802ee655ef6307c2a3cfa7afcebdc5bf568 100644
--- a/third_party/WebKit/Source/wtf/DEPS
+++ b/third_party/WebKit/Source/wtf/DEPS
@@ -20,4 +20,6 @@ include_rules = [
"+base/time/time.h",
"+base/tuple.h",
"+build",
+ # Allow redirection to platform/wtf. See crbug.com/691465.
+ "+platform/wtf",
haraken 2017/02/13 08:55:46 Won't this lead to a cyclic dependency? How does l
Yuta Kitamura 2017/02/13 09:25:02 platform/wtf does NOT depend on other platform stu
]

Powered by Google App Engine
This is Rietveld 408576698