Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 ] |
| OLD | NEW |