OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "!chrome/common/content_restriction.h", | 2 "+chrome/common/content_restriction.h", |
3 "!content/public/common/page_zoom.h", | |
4 "+components/ui/zoom/page_zoom_constants.h", | |
5 "+gin/public/gin_embedders.h", | 3 "+gin/public/gin_embedders.h", |
6 "+net", | 4 "+net", |
7 "+ppapi", | 5 "+ppapi", |
8 "+printing/units.h", | 6 "+printing/units.h", |
9 "+third_party/pdfium/public", | 7 "+third_party/pdfium/public", |
10 "+ui/events/keycodes/keyboard_codes.h", | 8 "+ui/events/keycodes/keyboard_codes.h", |
11 "+v8/include/v8.h" | 9 "+v8/include/v8.h" |
12 ] | 10 ] |
OLD | NEW |