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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 # platform/loader directories
kouhei (in TOK) 2017/03/01 01:54:47 Having this doc is great!!! I love this.
2
3 This document describes how files under platform/loader are organized.
4
5 ## fetch
6
7 Contains files for low-level loading APIs. PLAYFORM_EXPORT is needed to use
8 them from core/. Otherwise they can be used only in platform/.
9
10 ## testing
11
12 Contains helper files for testing that are available in both
13 blink_platform_unittests and webkit_unit_tests.
14 These files are built as a part of the platform test_support static library.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698