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