OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+base/callback.h", | 2 "+base/callback.h", |
3 "+base/callback_forward.h", | 3 "+base/callback_forward.h", |
4 "+base/location.h", | 4 "+base/location.h", |
5 "+base/logging.h", | 5 "+base/logging.h", |
6 "+base/metrics", | 6 "+base/metrics", |
7 "+base/optional.h", | 7 "+base/optional.h", |
8 "+base/strings", | 8 "+base/strings", |
| 9 "+base/time", |
9 "+base/trace_event", | 10 "+base/trace_event", |
10 "-bindings", | 11 "-bindings", |
11 "+cc", | 12 "+cc", |
12 "-cc/blink", | 13 "-cc/blink", |
13 "-core", | 14 "-core", |
14 "-modules", | 15 "-modules", |
15 # TODO(toyoshim): Remove following media/midi direct dependency in public | 16 # TODO(toyoshim): Remove following media/midi direct dependency in public |
16 # interface once Web MIDI starts calling the Mojo service inside Blink. | 17 # interface once Web MIDI starts calling the Mojo service inside Blink. |
17 # http://crbug.com/582327 | 18 # http://crbug.com/582327 |
18 "+media/midi/midi_service.mojom-shared.h", | 19 "+media/midi/midi_service.mojom-shared.h", |
19 "+mojo/public", | 20 "+mojo/public", |
20 "+platform", | 21 "+platform", |
21 "+platform/weborigin", | 22 "+platform/weborigin", |
22 "+public/platform", | 23 "+public/platform", |
23 "-public/web", | 24 "-public/web", |
24 "+services/service_manager/public/interfaces", | 25 "+services/service_manager/public/interfaces", |
25 "+third_party/skia", | 26 "+third_party/skia", |
26 "+ui/gfx", | 27 "+ui/gfx", |
27 "+url", | 28 "+url", |
28 "-web", | 29 "-web", |
29 ] | 30 ] |
OLD | NEW |