DEPS 595 B

1234567891011121314151617181920212223242526272829
  1. # cc/paint can only depends on some specific folders, so explicitly
  2. # write include rules here to be clear.
  3. include_rules = [
  4. "-cc",
  5. "+cc/base",
  6. "+cc/debug",
  7. "+cc/paint",
  8. "+skia/buildflags.h",
  9. ]
  10. specific_include_rules = {
  11. ".*(test|_fuzzer)\.cc": [
  12. "+cc",
  13. ],
  14. "paint_op_buffer_fuzzer.cc": [
  15. "+components/viz/test",
  16. "+gpu/command_buffer",
  17. ],
  18. "paint_op_reader.cc": [
  19. "+components/crash/core/common",
  20. ],
  21. "transfer_cache_fuzzer.cc": [
  22. "+components/viz/test",
  23. ],
  24. "oop_pixeltest.cc": [
  25. "+components/viz/service/gl",
  26. "+gpu/command_buffer",
  27. ],
  28. }