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

Side by Side Diff: third_party/WebKit/Source/platform/scheduler/renderer/DEPS

Issue 2248283008: Fix recursion bug in blocking a fetch and add a test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « headless/public/util/url_fetcher.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+platform/scheduler/base", 2 \"+platform/scheduler/base\",
Sami 2016/08/19 16:29:18 Probably didn't mean to change these?
alex clarke (OOO till 29th) 2016/08/19 16:40:39 Done.
3 "+platform/scheduler/child", 3 \"+platform/scheduler/child\",
4 "+source/platform/scheduler/base", 4 \"+source/platform/scheduler/base\",
5 "+source/platform/scheduler/child", 5 \"+source/platform/scheduler/child\",
6 "+cc", 6 \"+cc\",
7 ] 7 ]
8 8
9 specific_include_rules = { 9 specific_include_rules = {
10 ".*test\.cc": [ 10 \".*test\.cc\": [
11 "+cc/test", 11 \"+cc/test\",
12 ], 12 ],
13 } 13 }
OLDNEW
« no previous file with comments | « headless/public/util/url_fetcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698