Upload upstream chromium 73.0.3683.0
[platform/framework/web/chromium-efl.git] / media / mojo / DEPS
1 include_rules = [
2   "+components/ukm/test_ukm_recorder.h",
3   "+mojo/public",
4
5   # For changing the bad message handler for tests.
6   "+mojo/core/embedder/embedder.h",
7
8   # TODO(xhwang): Ideally media should not worry about sandbox. Find a way to
9   # remove this dependency.
10   "+sandbox/mac",
11
12   "+services/metrics",
13   "+services/service_manager",
14
15   # media/mojo is not part of "media" target and should not use MEDIA_EXPORT.
16   "-media/base/media_export.h"
17 ]