blob: 37203f0bcec20aaee339a1d2acf0537bc9076a4e (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"!chrome/browser/chrome_page_zoom_constants.h",
"!chrome/common/content_restriction.h",
"!content/public/common/page_zoom.h",
"+net",
"+ppapi",
"+third_party/pdfium/fpdfsdk/include",
"+ui/events/keycodes/keyboard_codes.h",
"+v8/include/v8.h"
]
|