1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
fuchsia_web / shell / DEPS [blame]
include_rules = [
"+components/fuchsia_component_support",
"+fuchsia_web/webinstance_host",
]
specific_include_rules = {
"cast_streaming_shell\.cc": [
"+components/cast/message_port",
"+components/cast_streaming",
"+fuchsia_web/cast_streaming",
"+fuchsia_web/webengine/switches.h",
# TODO(crbug.com/42050363): Remove once Structured Configuration is available
# and use of the switch is no longer required.
"+media/base",
"+media/gpu/test",
],
"web_engine_shell\.cc": [
"+third_party/widevine/cdm/buildflags.h",
],
}