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

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: Use uppercase GUID for push messaging for crbug.com/461867 Created 4 years, 8 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/files", 5 "+base/files",
6 "+base/guid.h",
6 "+base/json", 7 "+base/json",
7 "+base/location.h", 8 "+base/location.h",
8 "+base/memory", 9 "+base/memory",
9 "+base/metrics/histogram.h", 10 "+base/metrics/histogram.h",
10 "+base/metrics/histogram_base.h", 11 "+base/metrics/histogram_base.h",
11 "+base/metrics/histogram_samples.h", 12 "+base/metrics/histogram_samples.h",
12 "+base/metrics/sparse_histogram.h", 13 "+base/metrics/sparse_histogram.h",
13 "+base/strings/stringprintf.h", 14 "+base/strings/stringprintf.h",
14 "+base/synchronization/waitable_event.h", 15 "+base/synchronization/waitable_event.h",
15 "+base/sys_info.h", 16 "+base/sys_info.h",
(...skipping 11 matching lines...) Expand all
27 "+skia/ext", 28 "+skia/ext",
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

Powered by Google App Engine
This is Rietveld 408576698