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

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

Issue 2404443002: Web MIDI: use midi_service.mojom for media::midi::Result (Closed)
Patch Set: fix layout test Created 4 years, 2 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_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
13 # interface once Web MIDI starts calling the Mojo service inside Blink.
14 # http://crbug.com/582327
15 "+media/midi/midi_service.mojom-shared.h",
Reilly Grant (use Gerrit) 2016/10/11 17:57:57 The shared header shouldn't be included directly.
Takashi Toyoshima 2016/10/12 05:01:44 WebMIDIAccessorClient.h includes this file, and it
Reilly Grant (use Gerrit) 2016/10/12 17:48:05 I checked with rockot@ and he says that including
12 "+mojo/public", 16 "+mojo/public",
13 "+platform", 17 "+platform",
14 "+platform/weborigin", 18 "+platform/weborigin",
15 "+public/platform", 19 "+public/platform",
16 "-public/web", 20 "-public/web",
17 "+third_party/skia", 21 "+third_party/skia",
18 "+url", 22 "+url",
19 "-web", 23 "-web",
20 ] 24 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698