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

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

Issue 1738463004: Improve test coveage of WebProcessMemoryDumpImplTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Primiano's review Created 4 years, 9 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 | « no previous file | third_party/WebKit/Source/platform/web_process_memory_dump_impl_test.cc » ('j') | 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 # 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/files", 4 "+base/files",
5 "+base/json", 5 "+base/json",
6 "+base/location.h", 6 "+base/location.h",
7 "+base/memory", 7 "+base/memory",
8 "+base/metrics/histogram.h", 8 "+base/metrics/histogram.h",
9 "+base/metrics/sparse_histogram.h", 9 "+base/metrics/sparse_histogram.h",
10 "+base/strings/stringprintf.h", 10 "+base/strings/stringprintf.h",
11 "+base/synchronization/waitable_event.h", 11 "+base/synchronization/waitable_event.h",
12 "+base/sys_info.h", 12 "+base/sys_info.h",
13 "+base/test",
13 "+base/thread_task_runner_handle.h", 14 "+base/thread_task_runner_handle.h",
14 "+base/time", 15 "+base/time",
15 "+base/trace_event", 16 "+base/trace_event",
16 "+base/values.h", 17 "+base/values.h",
17 "+device", 18 "+device",
18 "+mozilla", 19 "+mozilla",
19 "+platform", 20 "+platform",
20 "+public/platform", 21 "+public/platform",
21 "+skia/ext", 22 "+skia/ext",
22 "+third_party/khronos", 23 "+third_party/khronos",
23 "+third_party/skia", 24 "+third_party/skia",
24 "+ui/gfx", 25 "+ui/gfx",
25 "+url", 26 "+url",
26 "+webp", 27 "+webp",
27 "-bindings", 28 "-bindings",
28 "-core", 29 "-core",
29 "-modules", 30 "-modules",
30 ] 31 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/web_process_memory_dump_impl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698