Implement timers by posting delayed tasks
[chromium-blink-merge.git] / third_party / WebKit / Source / core / fetch / DEPS
blobc5dde17c4320cbd40e6088cb94937d8a08669ae1
1 include_rules = [
2     "-core",
3     "+core/CoreExport.h",
4     "+core/fetch",
6     # core/fetch/ shouldn't depend on anything else in core/,
7     # but has not been fully isolated yet.
8     # Do not add to this list.
9     "!core/css/StyleSheetContents.h",
10     "!core/dom/XMLDocument.h",
11     "!core/html/HTMLImageElement.h",
12     "!core/html/parser/TextResourceDecoder.h",
13     "!core/inspector/InspectorInstrumentation.h",
14     "!core/layout/LayoutObject.h",
15     "!core/svg/graphics/SVGImage.h",
16     "!core/svg/graphics/SVGImageForContainer.h",
17     "!core/timing/ResourceTimingInfo.h",