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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/fetch/FetchContext.h » ('j') | Source/core/fetch/FetchContext.h » ('J')
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 8153c5a82e38f29ad50ba0466995c8a4be6eea7b..09373425925fed85f3915ae5980a7ec6e3ec4535 100644
--- a/Source/core/fetch/DEPS
+++ b/Source/core/fetch/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"-core",
"+core/CoreExport.h",
"+core/fetch",
+ "+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.
# core/fetch/ shouldn't depend on anything else in core/,
# but has not been fully isolated yet.
« 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