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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Self-review Created 4 years 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_forward.h", 2 "+base/callback_forward.h",
3 "+base/location.h", 3 "+base/location.h",
4 "+base/logging.h", 4 "+base/logging.h",
5 "+base/metrics", 5 "+base/metrics",
6 "+base/trace_event", 6 "+base/trace_event",
7 "-bindings", 7 "-bindings",
8 "+cc", 8 "+cc",
9 "-cc/blink", 9 "-cc/blink",
10 "-core", 10 "-core",
11 "-modules", 11 "-modules",
12 # TODO(toyoshim): Remove following media/midi direct dependency in public 12 # TODO(toyoshim): Remove following media/midi direct dependency in public
13 # interface once Web MIDI starts calling the Mojo service inside Blink. 13 # interface once Web MIDI starts calling the Mojo service inside Blink.
14 # http://crbug.com/582327 14 # http://crbug.com/582327
15 "+media/midi/midi_service.mojom-shared.h", 15 "+media/midi/midi_service.mojom-shared.h",
16 "+mojo/public", 16 "+mojo/public",
17 "+platform", 17 "+platform",
18 "+platform/weborigin", 18 "+platform/weborigin",
19 "+public/platform", 19 "+public/platform",
20 "-public/web", 20 "-public/web",
21 "+services/service_manager/public/interfaces",
21 "+third_party/skia", 22 "+third_party/skia",
22 "+url", 23 "+url",
23 "-web", 24 "-web",
24 ] 25 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698