DEPS 227 B

123456789
  1. include_rules = [
  2. # chromecast/public should not depend on anything Chromium specific
  3. # Disallow all chromium-wide dependencies listed in chromium/src/DEPS.
  4. "-base",
  5. "-build",
  6. "-ipc",
  7. "-testing",
  8. "-url",
  9. ]