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

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

Issue 2863973003: Expose RTT and downlink bandwidth using experimental Javascript API (Closed)
Patch Set: Rebased Created 3 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 "+base/callback.h", 2 "+base/callback.h",
3 "+base/callback_forward.h", 3 "+base/callback_forward.h",
4 "+base/location.h", 4 "+base/location.h",
5 "+base/logging.h", 5 "+base/logging.h",
6 "+base/metrics", 6 "+base/metrics",
7 "+base/optional.h", 7 "+base/optional.h",
8 "+base/strings", 8 "+base/strings",
9 "+base/time",
9 "+base/trace_event", 10 "+base/trace_event",
10 "-bindings", 11 "-bindings",
11 "+cc", 12 "+cc",
12 "-cc/blink", 13 "-cc/blink",
13 "-core", 14 "-core",
14 "-modules", 15 "-modules",
15 # TODO(toyoshim): Remove following media/midi direct dependency in public 16 # TODO(toyoshim): Remove following media/midi direct dependency in public
16 # interface once Web MIDI starts calling the Mojo service inside Blink. 17 # interface once Web MIDI starts calling the Mojo service inside Blink.
17 # http://crbug.com/582327 18 # http://crbug.com/582327
18 "+media/midi/midi_service.mojom-shared.h", 19 "+media/midi/midi_service.mojom-shared.h",
19 "+mojo/public", 20 "+mojo/public",
20 "+platform", 21 "+platform",
21 "+platform/weborigin", 22 "+platform/weborigin",
22 "+public/platform", 23 "+public/platform",
23 "-public/web", 24 "-public/web",
24 "+services/service_manager/public/interfaces", 25 "+services/service_manager/public/interfaces",
25 "+third_party/skia", 26 "+third_party/skia",
26 "+ui/gfx", 27 "+ui/gfx",
27 "+url", 28 "+url",
28 "-web", 29 "-web",
29 ] 30 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698