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

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

Issue 2795923002: Rewrite references to "wtf/" to "platform/wtf/" in platform/heap. (Closed)
Patch Set: Same as PS1; PS1 lacks some files for some reason. Created 3 years, 9 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/platform/heap/DEPS
diff --git a/third_party/WebKit/Source/platform/heap/DEPS b/third_party/WebKit/Source/platform/heap/DEPS
index 9b5d82f1a51e44d356b22e30e46c2f99ec87eea9..cca4a8a6846c1a109d909186ee5907a0a2ce2714 100644
--- a/third_party/WebKit/Source/platform/heap/DEPS
+++ b/third_party/WebKit/Source/platform/heap/DEPS
@@ -3,4 +3,7 @@ include_rules = [
# directories and files instead of writing 'base/'.
"+base/debug/alias.h",
"+base/sys_info.h",
+
+ # Use platform/wtf/ now (see crbug.com/691465).
+ "-wtf/",
]
« no previous file with comments | « third_party/WebKit/Source/platform/heap/CallbackStack.cpp ('k') | third_party/WebKit/Source/platform/heap/GCInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698