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

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

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: Rename WebStuff into PlatformStuff Created 4 years, 9 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/json", 5 "+base/json",
6 "+base/location.h", 6 "+base/location.h",
7 "+base/memory", 7 "+base/memory",
8 "+base/metrics/histogram.h", 8 "+base/metrics/histogram.h",
9 "+base/metrics/sparse_histogram.h", 9 "+base/metrics/sparse_histogram.h",
10 "+base/strings/stringprintf.h", 10 "+base/strings/stringprintf.h",
11 "+base/synchronization/waitable_event.h", 11 "+base/synchronization/waitable_event.h",
12 "+base/sys_info.h", 12 "+base/sys_info.h",
13 "+base/test", 13 "+base/test",
14 "+base/thread_task_runner_handle.h", 14 "+base/thread_task_runner_handle.h",
15 "+base/time", 15 "+base/time",
16 "+base/trace_event", 16 "+base/trace_event",
17 "+base/values.h", 17 "+base/values.h",
18 "+components/payments",
18 "+device", 19 "+device",
20 "+mojo/public/cpp/bindings",
19 "+mozilla", 21 "+mozilla",
20 "+platform", 22 "+platform",
21 "+public/platform", 23 "+public/platform",
22 "+skia/ext", 24 "+skia/ext",
23 "+third_party/khronos", 25 "+third_party/khronos",
24 "+third_party/skia", 26 "+third_party/skia",
25 "+ui/gfx", 27 "+ui/gfx",
26 "+url", 28 "+url",
27 "+webp", 29 "+webp",
28 "-bindings", 30 "-bindings",
29 "-core", 31 "-core",
30 "-modules", 32 "-modules",
31 ] 33 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698