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 | 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 ] |
OLD | NEW |