1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

fuchsia_web / DEPS [blame]

include_rules = [
  # //build is allowed by default, but most code should not vary based on
  # ENABLE_CAST_RECEIVER. This is especially true for CastRunner.
  "-build/chromecast_buildflags.h",

  # Require explicit include rules for sub-directories.
  "-fuchsia_web",

  # Everything can access the common directory.
  "+fuchsia_web/common",
]