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

Unified Diff: third_party/WebKit/Source/core/fetch/DEPS

Issue 2558033002: Loading: move ImageResource and related classes to core/loader/resource (Closed)
Patch Set: rebase and format Created 4 years 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
Index: third_party/WebKit/Source/core/fetch/DEPS
diff --git a/third_party/WebKit/Source/core/fetch/DEPS b/third_party/WebKit/Source/core/fetch/DEPS
index f2a592e7a01adb03f312d7f5b7d1986f368f8ea2..a3fb599e5e6566f1ab71b954b689087d2e3d1f17 100644
--- a/third_party/WebKit/Source/core/fetch/DEPS
+++ b/third_party/WebKit/Source/core/fetch/DEPS
@@ -2,9 +2,4 @@ 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/svg/graphics/SVGImage.h",
]

Powered by Google App Engine
This is Rietveld 408576698