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

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

Issue 2615713007: Change LayoutUnit to use saturated_cast (Closed)
Patch Set: Fix includes Created 3 years, 11 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/LayoutUnit.h » ('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/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/metrics/histogram.h", 13 "+base/metrics/histogram.h",
14 "+base/metrics/histogram_base.h", 14 "+base/metrics/histogram_base.h",
15 "+base/metrics/histogram_macros.h", 15 "+base/metrics/histogram_macros.h",
16 "+base/metrics/histogram_samples.h", 16 "+base/metrics/histogram_samples.h",
17 "+base/metrics/sparse_histogram.h", 17 "+base/metrics/sparse_histogram.h",
18 "+base/numerics/safe_conversions.h",
18 "+base/single_thread_task_runner.h", 19 "+base/single_thread_task_runner.h",
19 "+base/strings/string_util.h", 20 "+base/strings/string_util.h",
20 "+base/strings/stringprintf.h", 21 "+base/strings/stringprintf.h",
21 "+base/synchronization/waitable_event.h", 22 "+base/synchronization/waitable_event.h",
22 "+base/sys_info.h", 23 "+base/sys_info.h",
23 "+base/test", 24 "+base/test",
24 "+base/test/fuzzed_data_provider.h", 25 "+base/test/fuzzed_data_provider.h",
25 "+base/threading/thread_task_runner_handle.h", 26 "+base/threading/thread_task_runner_handle.h",
26 "+base/time", 27 "+base/time",
27 "+base/timer", 28 "+base/timer",
(...skipping 11 matching lines...) Expand all
39 "+third_party/khronos", 40 "+third_party/khronos",
40 "+third_party/skia", 41 "+third_party/skia",
41 "+ui/gfx", 42 "+ui/gfx",
42 "+url", 43 "+url",
43 "+webp", 44 "+webp",
44 "+build/win", 45 "+build/win",
45 "-bindings", 46 "-bindings",
46 "-core", 47 "-core",
47 "-modules", 48 "-modules",
48 ] 49 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/LayoutUnit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698