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

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

Issue 2890173002: EQT: Record the max queueing time from navigation start to navigation away (Closed)
Patch Set: flush hist in OnCommitProvitionalLoad Created 3 years, 7 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 "+platform/scheduler/base", 2 "+platform/scheduler/base",
3 "+platform/scheduler/child", 3 "+platform/scheduler/child",
4 "+base/metrics",
Liquan (Max) Gu 2017/05/25 16:34:40 Not sure whether it's OK to include base/metrics h
tdresser 2017/05/25 19:43:38 Looks like we're being careful here. https://cs.ch
Liquan (Max) Gu 2017/05/29 23:44:10 Done.
5 "+components/metrics",
4 "+source/platform/scheduler/base", 6 "+source/platform/scheduler/base",
5 "+source/platform/scheduler/child", 7 "+source/platform/scheduler/child",
6 "+cc", 8 "+cc",
7 ] 9 ]
8 10
9 specific_include_rules = { 11 specific_include_rules = {
10 ".*test\.cc": [ 12 ".*test\.cc": [
11 "+cc/test", 13 "+cc/test",
12 ], 14 ],
13 } 15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698