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

Side by Side Diff: third_party/WebKit/Source/core/fetch/DEPS

Issue 1746673002: Node.h #include parsimony. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unrelated change Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-core", 2 "-core",
3 "+core/CoreExport.h", 3 "+core/CoreExport.h",
4 "+core/fetch", 4 "+core/fetch",
5 5
6 # core/fetch/ shouldn't depend on anything else in core/, 6 # core/fetch/ shouldn't depend on anything else in core/,
7 # but has not been fully isolated yet. 7 # but has not been fully isolated yet.
8 # Do not add to this list. 8 # Do not add to this list.
9 "!core/css/StyleSheetContents.h", 9 "!core/css/StyleSheetContents.h",
10 "!core/dom/XMLDocument.h", 10 "!core/dom/XMLDocument.h",
11 "!core/html/parser/TextResourceDecoder.h", 11 "!core/html/parser/TextResourceDecoder.h",
12 "!core/inspector/InspectorInstrumentation.h", 12 "!core/inspector/InspectorInstrumentation.h",
13 "!core/inspector/InstanceCounters.h",
sof 2016/02/29 09:27:00 Should InstanceCounters.h live somewhere else?
13 "!core/svg/graphics/SVGImage.h", 14 "!core/svg/graphics/SVGImage.h",
14 ] 15 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/shadow/InsertionPoint.cpp ('k') | third_party/WebKit/Source/core/fetch/Resource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698