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

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

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (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
« no previous file with comments | « third_party/WebKit/Source/platform/Cursor.h ('k') | third_party/WebKit/Source/platform/DateComponents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/DEPS
diff --git a/third_party/WebKit/Source/platform/DEPS b/third_party/WebKit/Source/platform/DEPS
index cd7ace68c1f0203829e85b4cfd5a65f4b28db8d3..f87b3426bdb95668a3fc7dcb5fcda0d9ecf62d68 100644
--- a/third_party/WebKit/Source/platform/DEPS
+++ b/third_party/WebKit/Source/platform/DEPS
@@ -47,4 +47,7 @@ include_rules = [
"-bindings",
"-core",
"-modules",
+
+ # Use platform/wtf/ now (see crbug.com/691465).
+ "-wtf/",
]
« no previous file with comments | « third_party/WebKit/Source/platform/Cursor.h ('k') | third_party/WebKit/Source/platform/DateComponents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698