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

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

Issue 1852633002: Add UMA stats for time in paint+layout, compositing, paint invalidation and paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 # To whitelist base/ stuff Blink is allowed to include, we list up all 2 # To whitelist base/ stuff Blink is allowed to include, we list up all
3 # directories and files instead of writing 'base/'. 3 # directories and files instead of writing 'base/'.
4 "+base/bind.h", 4 "+base/bind.h",
5 "+base/files", 5 "+base/files",
6 "+base/json", 6 "+base/json",
7 "+base/location.h", 7 "+base/location.h",
8 "+base/memory", 8 "+base/memory",
9 "+base/metrics/histogram.h", 9 "+base/metrics/histogram.h",
10 "+base/metrics/histogram_base.h", 10 "+base/metrics/histogram_base.h",
11 "+base/metrics/histogram_samples.h",
11 "+base/metrics/sparse_histogram.h", 12 "+base/metrics/sparse_histogram.h",
12 "+base/strings/stringprintf.h", 13 "+base/strings/stringprintf.h",
13 "+base/synchronization/waitable_event.h", 14 "+base/synchronization/waitable_event.h",
14 "+base/sys_info.h", 15 "+base/sys_info.h",
15 "+base/test", 16 "+base/test",
16 "+base/thread_task_runner_handle.h", 17 "+base/thread_task_runner_handle.h",
17 "+base/time", 18 "+base/time",
18 "+base/trace_event", 19 "+base/trace_event",
19 "+base/values.h", 20 "+base/values.h",
20 "+device", 21 "+device",
21 "+mozilla", 22 "+mozilla",
22 "+mojo/public/cpp/bindings/callback.h", 23 "+mojo/public/cpp/bindings/callback.h",
23 "+mojo/public/cpp/bindings/wtf_array.h", 24 "+mojo/public/cpp/bindings/wtf_array.h",
24 "+platform", 25 "+platform",
25 "+public/platform", 26 "+public/platform",
26 "+skia/ext", 27 "+skia/ext",
27 "+third_party/khronos", 28 "+third_party/khronos",
28 "+third_party/skia", 29 "+third_party/skia",
29 "+ui/gfx", 30 "+ui/gfx",
30 "+url", 31 "+url",
31 "+webp", 32 "+webp",
32 "-bindings", 33 "-bindings",
33 "-core", 34 "-core",
34 "-modules", 35 "-modules",
35 ] 36 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698