DEPS 259 B

123456789
  1. include_rules = [
  2. "+net",
  3. # The browser and renderer code may not depend on eachother, and can only
  4. # depend on shared "public" code.
  5. "-components/cast_streaming",
  6. "+components/cast_streaming/buildflags.h",
  7. "+components/cast_streaming/public",
  8. ]