chromium/fuchsia_web/shell/DEPS

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",
  ],
}