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

Unified Diff: third_party/WebKit/Source/platform/loader/Directories.md

Issue 2723923002: Yukari: organize platform/loader/testing (Closed)
Patch Set: add missed files 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
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.

Powered by Google App Engine
This is Rietveld 408576698