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