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

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

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: fix upstream Created 3 years, 7 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/bind_helpers.h", 5 "+base/bind_helpers.h",
6 "+base/callback.h", 6 "+base/callback.h",
7 "+base/callback_forward.h", 7 "+base/callback_forward.h",
8 "+base/files", 8 "+base/files",
9 "+base/guid.h", 9 "+base/guid.h",
10 "+base/json", 10 "+base/json",
11 "+base/location.h", 11 "+base/location.h",
12 "+base/memory", 12 "+base/memory",
13 "+base/message_loop/message_loop.h",
13 "+base/metrics/histogram.h", 14 "+base/metrics/histogram.h",
14 "+base/metrics/histogram_base.h", 15 "+base/metrics/histogram_base.h",
15 "+base/metrics/histogram_macros.h", 16 "+base/metrics/histogram_macros.h",
16 "+base/metrics/histogram_samples.h", 17 "+base/metrics/histogram_samples.h",
17 "+base/metrics/sparse_histogram.h", 18 "+base/metrics/sparse_histogram.h",
18 "+base/numerics/safe_conversions.h", 19 "+base/numerics/safe_conversions.h",
19 "+base/single_thread_task_runner.h", 20 "+base/single_thread_task_runner.h",
20 "+base/strings/string_util.h", 21 "+base/strings/string_util.h",
21 "+base/strings/stringprintf.h", 22 "+base/strings/stringprintf.h",
22 "+base/synchronization/waitable_event.h", 23 "+base/synchronization/waitable_event.h",
(...skipping 18 matching lines...) Expand all
41 "+third_party/skia", 42 "+third_party/skia",
42 "+ui/gfx", 43 "+ui/gfx",
43 "+url", 44 "+url",
44 "+webp", 45 "+webp",
45 "+build/mac", 46 "+build/mac",
46 "+build/win", 47 "+build/win",
47 "-bindings", 48 "-bindings",
48 "-core", 49 "-core",
49 "-modules", 50 "-modules",
50 ] 51 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698