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

Unified Diff: Source/core/fetch/DEPS

Issue 1167583003: Move Resource subclasses out of fetch/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/core/fetch/CachingCorrectnessTest.cpp ('k') | Source/core/fetch/DocumentResource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « Source/core/fetch/CachingCorrectnessTest.cpp ('k') | Source/core/fetch/DocumentResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698