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

Unified Diff: third_party/WebKit/Source/platform/wtf/README.md

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 | « third_party/WebKit/Source/platform/wtf/OWNERS ('k') | third_party/WebKit/Source/wtf/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/README.md
diff --git a/third_party/WebKit/Source/platform/wtf/README.md b/third_party/WebKit/Source/platform/wtf/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e61a5014f0d6bbc169d9331187148bbd547af52a
--- /dev/null
+++ b/third_party/WebKit/Source/platform/wtf/README.md
@@ -0,0 +1,14 @@
+# platform/wtf
+
+This is the location where all the files under Source/wtf will be moved
+eventually. See
+[the proposal](https://docs.google.com/document/d/1shS1IZe__auYxjm9FhPbTY2P01FbNTMYRh-nen5gkDo/edit?usp=sharing)
+and
+[the design doc](https://docs.google.com/document/d/1JK26H-1-cD9-s9QLvEfY55H2kgSxRFNPLfjs049Us5w/edit?usp=sharing)
+regarding the relocation project. For the project's progress, see
+[bug 691465](https://bugs.chromium.org/p/chromium/issues/detail?id=691465).
+
+During the project, files in wtf/ are moved to platform/wtf incrementally, and
+redirection headers will be placed in wtf/. So nothing should break in the
+meantime. You can continue including WTF headers like `#include "wtf/Xxx.h"`
+till the next announce in blink-dev.
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/OWNERS ('k') | third_party/WebKit/Source/wtf/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698