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

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

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 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/files", 6 "+base/files",
7 "+base/test/fuzzed_data_provider.h",
8 "+base/guid.h", 7 "+base/guid.h",
9 "+base/json", 8 "+base/json",
10 "+base/location.h", 9 "+base/location.h",
11 "+base/memory", 10 "+base/memory",
12 "+base/metrics/histogram.h", 11 "+base/metrics/histogram.h",
13 "+base/metrics/histogram_base.h", 12 "+base/metrics/histogram_base.h",
14 "+base/metrics/histogram_samples.h", 13 "+base/metrics/histogram_samples.h",
15 "+base/metrics/sparse_histogram.h", 14 "+base/metrics/sparse_histogram.h",
15 "+base/single_thread_task_runner.h",
16 "+base/strings/string_util.h", 16 "+base/strings/string_util.h",
17 "+base/strings/stringprintf.h", 17 "+base/strings/stringprintf.h",
18 "+base/synchronization/waitable_event.h", 18 "+base/synchronization/waitable_event.h",
19 "+base/sys_info.h", 19 "+base/sys_info.h",
20 "+base/test", 20 "+base/test",
21 "+base/test/fuzzed_data_provider.h",
21 "+base/threading/thread_task_runner_handle.h", 22 "+base/threading/thread_task_runner_handle.h",
22 "+base/time", 23 "+base/time",
23 "+base/timer", 24 "+base/timer",
24 "+base/trace_event", 25 "+base/trace_event",
25 "+base/values.h", 26 "+base/values.h",
26 "+device", 27 "+device",
27 "+gpu/GLES2", 28 "+gpu/GLES2",
28 "+mojo/public", 29 "+mojo/public",
29 "+mozilla", 30 "+mozilla",
30 "+platform", 31 "+platform",
31 "+public/platform", 32 "+public/platform",
32 "+skia/ext", 33 "+skia/ext",
33 "+third_party/ced/src/compact_enc_det/compact_enc_det.h", 34 "+third_party/ced/src/compact_enc_det/compact_enc_det.h",
34 "+third_party/khronos", 35 "+third_party/khronos",
35 "+third_party/skia", 36 "+third_party/skia",
36 "+ui/gfx", 37 "+ui/gfx",
37 "+url", 38 "+url",
38 "+webp", 39 "+webp",
39 "-bindings", 40 "-bindings",
40 "-core", 41 "-core",
41 "-modules", 42 "-modules",
42 ] 43 ]
OLDNEW
« no previous file with comments | « storage/browser/blob/blob_data_handle.cc ('k') | third_party/WebKit/Source/platform/WebTaskRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698