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

Side by Side Diff: third_party/WebKit/Source/web/DEPS

Issue 2620463002: Show service worker navigation preload requests in DevTools Network tab (Closed)
Patch Set: rebase and include time.h in ServiceWorkerGlobalScopeProxy.* Created 3 years, 11 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 "+..", 2 "+..",
3 "+base/time/time.h",
3 "+bindings", 4 "+bindings",
4 "+core", 5 "+core",
5 "+gin/public", 6 "+gin/public",
6 "+modules", 7 "+modules",
7 "+painting", 8 "+painting",
8 "+platform", 9 "+platform",
9 "+public", 10 "+public",
10 "+public/platform", 11 "+public/platform",
11 "+skia", 12 "+skia",
12 "+third_party/khronos", 13 "+third_party/khronos",
13 "+third_party/skia", 14 "+third_party/skia",
14 "+ui/gfx/geometry", 15 "+ui/gfx/geometry",
15 "+web", 16 "+web",
16 ] 17 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698