DEPS 420 B

12345678910111213141516
  1. include_rules = [
  2. "+fuchsia_web/webinstance_host",
  3. ]
  4. specific_include_rules = {
  5. "cast_streaming_shell\.cc": [
  6. "+components/cast/message_port",
  7. "+components/cast_streaming",
  8. "+fuchsia_web/cast_streaming",
  9. "+fuchsia_web/webengine/switches.h",
  10. # TODO(crbug.com/1255292): Remove once Structured Configuration is available
  11. # and use of the switch is no longer required.
  12. "+media/base",
  13. ]
  14. }