summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/DEPS
blob: 18c0a3f4c9debdfd302f0a1ad11b1c18465a13be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include_rules = [
    "-core",
    "+core/CoreExport.h",
    "+core/fetch",

    # core/fetch/ shouldn't depend on anything else in core/,
    # but has not been fully isolated yet.
    # Do not add to this list.
    "!core/css/StyleSheetContents.h",
    "!core/dom/XMLDocument.h",
    "!core/html/parser/TextResourceDecoder.h",
    "!core/inspector/InspectorInstrumentation.h",
    "!core/inspector/InstanceCounters.h",
    "!core/svg/graphics/SVGImage.h",
]