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

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: haraken@'s + esprehn@'s comments 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",
kinuko 2016/04/22 01:31:03 Sorry, I just noticed this... so now we allow base
4 "+base/files", 5 "+base/files",
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/sparse_histogram.h", 11 "+base/metrics/sparse_histogram.h",
11 "+base/strings/stringprintf.h", 12 "+base/strings/stringprintf.h",
12 "+base/synchronization/waitable_event.h", 13 "+base/synchronization/waitable_event.h",
13 "+base/sys_info.h", 14 "+base/sys_info.h",
14 "+base/test", 15 "+base/test",
15 "+base/thread_task_runner_handle.h", 16 "+base/thread_task_runner_handle.h",
16 "+base/time", 17 "+base/time",
17 "+base/trace_event", 18 "+base/trace_event",
18 "+base/values.h", 19 "+base/values.h",
19 "+device", 20 "+device",
20 "+mozilla", 21 "+mozilla",
22 "+mojo/public/cpp/bindings/callback.h",
23 "+mojo/public/cpp/bindings/wtf_array.h",
21 "+platform", 24 "+platform",
22 "+public/platform", 25 "+public/platform",
23 "+skia/ext", 26 "+skia/ext",
24 "+third_party/khronos", 27 "+third_party/khronos",
25 "+third_party/skia", 28 "+third_party/skia",
26 "+ui/gfx", 29 "+ui/gfx",
27 "+url", 30 "+url",
28 "+webp", 31 "+webp",
29 "-bindings", 32 "-bindings",
30 "-core", 33 "-core",
31 "-modules", 34 "-modules",
32 ] 35 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/MojoHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698