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

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

Issue 2805733003: Rewrite references to "wtf/" to "platform/wtf/" in web. (Closed)
Patch Set: Created 3 years, 8 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/web/DEPS
diff --git a/third_party/WebKit/Source/web/DEPS b/third_party/WebKit/Source/web/DEPS
index 0c64688482a93055530c559387876645beac2081..bdd4bc3503e0b884a6ef7aeb0785bb63faaa8642 100644
--- a/third_party/WebKit/Source/web/DEPS
+++ b/third_party/WebKit/Source/web/DEPS
@@ -13,4 +13,7 @@ include_rules = [
"+third_party/skia",
"+ui/gfx/geometry",
"+web",
+
+ # Use platform/wtf/ now (see crbug.com/691465).
+ "-wtf/",
]

Powered by Google App Engine
This is Rietveld 408576698