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

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

Issue 2499263002: Add UMA to estimate deroppable memory usage of encoded data size in Resources (Closed)
Patch Set: Use platform/Histgram.h instead of adding depencency from core to base Created 4 years, 1 month 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/callback.h", 5 "+base/callback.h",
6 "+base/callback_forward.h", 6 "+base/callback_forward.h",
7 "+base/files", 7 "+base/files",
8 "+base/guid.h", 8 "+base/guid.h",
9 "+base/json", 9 "+base/json",
10 "+base/location.h", 10 "+base/location.h",
11 "+base/memory", 11 "+base/memory",
12 "+base/metrics/histogram.h", 12 "+base/metrics/histogram.h",
13 "+base/metrics/histogram_base.h", 13 "+base/metrics/histogram_base.h",
14 "+base/metrics/histogram_macros.h",
14 "+base/metrics/histogram_samples.h", 15 "+base/metrics/histogram_samples.h",
15 "+base/metrics/sparse_histogram.h", 16 "+base/metrics/sparse_histogram.h",
16 "+base/single_thread_task_runner.h", 17 "+base/single_thread_task_runner.h",
17 "+base/strings/string_util.h", 18 "+base/strings/string_util.h",
18 "+base/strings/stringprintf.h", 19 "+base/strings/stringprintf.h",
19 "+base/synchronization/waitable_event.h", 20 "+base/synchronization/waitable_event.h",
20 "+base/sys_info.h", 21 "+base/sys_info.h",
21 "+base/test", 22 "+base/test",
22 "+base/test/fuzzed_data_provider.h", 23 "+base/test/fuzzed_data_provider.h",
23 "+base/threading/thread_task_runner_handle.h", 24 "+base/threading/thread_task_runner_handle.h",
(...skipping 11 matching lines...) Expand all
35 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", 36 "+third_party/ced/src/compact_enc_det/compact_enc_det.h",
36 "+third_party/khronos", 37 "+third_party/khronos",
37 "+third_party/skia", 38 "+third_party/skia",
38 "+ui/gfx", 39 "+ui/gfx",
39 "+url", 40 "+url",
40 "+webp", 41 "+webp",
41 "-bindings", 42 "-bindings",
42 "-core", 43 "-core",
43 "-modules", 44 "-modules",
44 ] 45 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleFetchedImage.cpp ('k') | third_party/WebKit/Source/platform/Histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698