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

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

Issue 2081653007: Replace ICU with CED for auto encoding detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: hint encoding Created 4 years, 5 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/files", 4 "+base/files",
5 "+base/guid.h", 5 "+base/guid.h",
6 "+base/json", 6 "+base/json",
7 "+base/location.h", 7 "+base/location.h",
8 "+base/memory", 8 "+base/memory",
9 "+base/metrics/histogram.h", 9 "+base/metrics/histogram.h",
10 "+base/metrics/histogram_base.h", 10 "+base/metrics/histogram_base.h",
11 "+base/metrics/histogram_samples.h", 11 "+base/metrics/histogram_samples.h",
12 "+base/metrics/sparse_histogram.h", 12 "+base/metrics/sparse_histogram.h",
13 "+base/strings/string_util.h", 13 "+base/strings/string_util.h",
14 "+base/strings/stringprintf.h", 14 "+base/strings/stringprintf.h",
15 "+base/synchronization/waitable_event.h", 15 "+base/synchronization/waitable_event.h",
16 "+base/sys_info.h", 16 "+base/sys_info.h",
17 "+base/test", 17 "+base/test",
18 "+base/threading/thread_task_runner_handle.h", 18 "+base/threading/thread_task_runner_handle.h",
19 "+base/time", 19 "+base/time",
20 "+base/trace_event", 20 "+base/trace_event",
21 "+base/values.h", 21 "+base/values.h",
22 "+device", 22 "+device",
23 "+gpu/GLES2", 23 "+gpu/GLES2",
24 "+mozilla", 24 "+mozilla",
25 "+platform", 25 "+platform",
26 "+public/platform", 26 "+public/platform",
27 "+skia/ext", 27 "+skia/ext",
28 "+third_party/ced/src/compact_enc_det/compact_enc_det.h",
28 "+third_party/khronos", 29 "+third_party/khronos",
29 "+third_party/skia", 30 "+third_party/skia",
30 "+ui/gfx", 31 "+ui/gfx",
31 "+url", 32 "+url",
32 "+webp", 33 "+webp",
33 "-bindings", 34 "-bindings",
34 "-core", 35 "-core",
35 "-modules", 36 "-modules",
36 ] 37 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698