DEPS 595 B

12345678910111213141516171819202122
  1. include_rules = [
  2. "+components/dom_distiller/core",
  3. "+components/strings",
  4. "+components/security_interstitials/core",
  5. "+content/public/browser",
  6. "+content/public/common",
  7. "+content/public/test",
  8. "+services/network/public/cpp/is_potentially_trustworthy.h",
  9. "+third_party/boringssl/src/include",
  10. # Allow inclusion of blink API headers (POD/enum only).
  11. "+third_party/blink/public/common/security/security_style.h",
  12. "+ui/base",
  13. ]
  14. specific_include_rules = {
  15. "content_utils_browsertest\.cc": [
  16. "+content/shell",
  17. ],
  18. "content_utils_unittest\.cc": [
  19. "+crypto",
  20. ]
  21. }