DEPS 442 B

123456789101112131415
  1. include_rules = [
  2. "+components/crash/core/common/crash_key.h",
  3. "+components/zoom",
  4. "+content/public/browser",
  5. "+content/public/common",
  6. "+third_party/blink/public/common/page/page_zoom.h",
  7. "+third_party/blink/public/common/input/web_gesture_event.h",
  8. "+third_party/blink/public/common/input/web_input_event.h",
  9. ]
  10. specific_include_rules = {
  11. "^(test_|.*_(unit|pixel|perf)?test).*\.(cc|h)": [
  12. "+content/public/test",
  13. ],
  14. }