Index: third_party/WebKit/Source/platform/loader/Directories.md |
diff --git a/third_party/WebKit/Source/platform/loader/Directories.md b/third_party/WebKit/Source/platform/loader/Directories.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ab612ce20faf6ec61e5f7ac1bc19281d9d829c60 |
--- /dev/null |
+++ b/third_party/WebKit/Source/platform/loader/Directories.md |
@@ -0,0 +1,14 @@ |
+# platform/loader directories |
kouhei (in TOK)
2017/03/01 01:54:47
Having this doc is great!!! I love this.
|
+ |
+This document describes how files under platform/loader are organized. |
+ |
+## fetch |
+ |
+Contains files for low-level loading APIs. PLAYFORM_EXPORT is needed to use |
+them from core/. Otherwise they can be used only in platform/. |
+ |
+## testing |
+ |
+Contains helper files for testing that are available in both |
+blink_platform_unittests and webkit_unit_tests. |
+These files are built as a part of the platform test_support static library. |