| include_rules = [ | |
| "+components/ukm/test_ukm_recorder.h", | |
| "+mojo/public", | |
| # For changing the bad message handler for tests. | |
| "+mojo/core/embedder/embedder.h", | |
| # TODO(xhwang): Ideally media should not worry about sandbox. Find a way to | |
| # remove this dependency. | |
| "+sandbox/mac", | |
| "+services/metrics", | |
| "+services/service_manager", | |
| # media/mojo is not part of "media" target and should not use MEDIA_EXPORT. | |
| "-media/base/media_export.h" | |
| ] |