summaryrefslogtreecommitdiffstats
path: root/pdf/DEPS
blob: 5c46815ea595ae90d98faf56b2d1ca62832a7cee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  "!chrome/common/content_restriction.h",
  "!content/public/common/page_zoom.h",
  "+components/ui/zoom/page_zoom_constants.h",
  "+gin/public/gin_embedders.h",
  "+net",
  "+ppapi",
  "+printing/units.h",
  "+third_party/pdfium/public",
  "+ui/events/keycodes/keyboard_codes.h",
  "+v8/include/v8.h"
]