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

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

Issue 1246493002: Fix Resource Priorities and Scheduling (Blink Side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated comment Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/core/fetch/FetchContext.h » ('j') | Source/core/fetch/FetchContext.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "+core/frame/Settings.h",
Nate Chapin 2015/08/11 17:41:55 This is a layering violation, please plumb this th
Pat Meenan 2015/08/11 18:50:10 Done.
5 6
6 # core/fetch/ shouldn't depend on anything else in core/, 7 # core/fetch/ shouldn't depend on anything else in core/,
7 # but has not been fully isolated yet. 8 # but has not been fully isolated yet.
8 # Do not add to this list. 9 # Do not add to this list.
9 "!core/css/StyleSheetContents.h", 10 "!core/css/StyleSheetContents.h",
10 "!core/dom/XMLDocument.h", 11 "!core/dom/XMLDocument.h",
11 "!core/html/HTMLImageElement.h", 12 "!core/html/HTMLImageElement.h",
12 "!core/html/parser/TextResourceDecoder.h", 13 "!core/html/parser/TextResourceDecoder.h",
13 "!core/inspector/InspectorInstrumentation.h", 14 "!core/inspector/InspectorInstrumentation.h",
14 "!core/layout/LayoutObject.h", 15 "!core/layout/LayoutObject.h",
15 "!core/svg/graphics/SVGImage.h", 16 "!core/svg/graphics/SVGImage.h",
16 "!core/svg/graphics/SVGImageForContainer.h", 17 "!core/svg/graphics/SVGImageForContainer.h",
17 ] 18 ]
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/FetchContext.h » ('j') | Source/core/fetch/FetchContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698