summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/media/DEPS
blob: a8906ade4a025f2a5d57be8fe3d574005cc17b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
    "+media/base/logging_override_if_enabled.h",
    "+media/base/media_content_type.h",
    "+media/base/media_switches.h",
    "+media/base/video_frame.h",
    "+media/mojo/mojom/media_player.mojom-blink.h",
]

specific_include_rules = {
    # Tests need to wait to check mojo messages are correctly sent.
    "html_media_element_test\.cc": [
        "+base/run_loop.h",
    ],
}