| 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/strings", |
| 6 "+base/trace_event", | 7 "+base/trace_event", |
| 7 "-bindings", | 8 "-bindings", |
| 8 "+cc", | 9 "+cc", |
| 9 "-cc/blink", | 10 "-cc/blink", |
| 10 "-core", | 11 "-core", |
| 11 "-modules", | 12 "-modules", |
| 12 # TODO(toyoshim): Remove following media/midi direct dependency in public | 13 # TODO(toyoshim): Remove following media/midi direct dependency in public |
| 13 # interface once Web MIDI starts calling the Mojo service inside Blink. | 14 # interface once Web MIDI starts calling the Mojo service inside Blink. |
| 14 # http://crbug.com/582327 | 15 # http://crbug.com/582327 |
| 15 "+media/midi/midi_service.mojom-shared.h", | 16 "+media/midi/midi_service.mojom-shared.h", |
| 16 "+mojo/public", | 17 "+mojo/public", |
| 17 "+platform", | 18 "+platform", |
| 18 "+platform/weborigin", | 19 "+platform/weborigin", |
| 19 "+public/platform", | 20 "+public/platform", |
| 20 "-public/web", | 21 "-public/web", |
| 21 "+third_party/skia", | 22 "+third_party/skia", |
| 22 "+url", | 23 "+url", |
| 23 "-web", | 24 "-web", |
| 24 ] | 25 ] |
| OLD | NEW |