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