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

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

Issue 1906723003: Unify UUID/GUID generation code across base and blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ASSERT, use StringPiece Created 4 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/files", 4 "+base/files",
5 "+base/guid.h",
5 "+base/json", 6 "+base/json",
6 "+base/location.h", 7 "+base/location.h",
7 "+base/memory", 8 "+base/memory",
8 "+base/metrics/histogram.h", 9 "+base/metrics/histogram.h",
9 "+base/metrics/histogram_base.h", 10 "+base/metrics/histogram_base.h",
10 "+base/metrics/histogram_samples.h", 11 "+base/metrics/histogram_samples.h",
11 "+base/metrics/sparse_histogram.h", 12 "+base/metrics/sparse_histogram.h",
12 "+base/strings/stringprintf.h", 13 "+base/strings/stringprintf.h",
13 "+base/synchronization/waitable_event.h", 14 "+base/synchronization/waitable_event.h",
14 "+base/sys_info.h", 15 "+base/sys_info.h",
15 "+base/test", 16 "+base/test",
16 "+base/thread_task_runner_handle.h", 17 "+base/thread_task_runner_handle.h",
17 "+base/time", 18 "+base/time",
18 "+base/trace_event", 19 "+base/trace_event",
19 "+base/values.h", 20 "+base/values.h",
20 "+device", 21 "+device",
21 "+mozilla", 22 "+mozilla",
22 "+platform", 23 "+platform",
23 "+public/platform", 24 "+public/platform",
24 "+skia/ext", 25 "+skia/ext",
25 "+third_party/khronos", 26 "+third_party/khronos",
26 "+third_party/skia", 27 "+third_party/skia",
27 "+ui/gfx", 28 "+ui/gfx",
28 "+url", 29 "+url",
29 "+webp", 30 "+webp",
30 "-bindings", 31 "-bindings",
31 "-core", 32 "-core",
32 "-modules", 33 "-modules",
33 ] 34 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698