| Index: Source/core/fetch/DEPS
|
| diff --git a/Source/core/fetch/DEPS b/Source/core/fetch/DEPS
|
| index c5dde17c4320cbd40e6088cb94937d8a08669ae1..3f6774620a64436cf12be0bcffd78d699583afda 100644
|
| --- a/Source/core/fetch/DEPS
|
| +++ b/Source/core/fetch/DEPS
|
| @@ -1,4 +1,5 @@
|
| include_rules = [
|
| + "-bindings",
|
| "-core",
|
| "+core/CoreExport.h",
|
| "+core/fetch",
|
| @@ -6,13 +7,7 @@ include_rules = [
|
| # 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/HTMLImageElement.h",
|
| - "!core/html/parser/TextResourceDecoder.h",
|
| + "!bindings/core/v8/V8DOMActivityLogger.h",
|
| "!core/inspector/InspectorInstrumentation.h",
|
| - "!core/layout/LayoutObject.h",
|
| - "!core/svg/graphics/SVGImage.h",
|
| - "!core/svg/graphics/SVGImageForContainer.h",
|
| "!core/timing/ResourceTimingInfo.h",
|
| ]
|
|
|