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