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", | 3 "!content/public/common/page_zoom.h", |
4 "+components/ui/zoom/page_zoom_constants.h", | 4 "+components/ui/zoom/page_zoom_constants.h", |
5 "+net", | 5 "+net", |
6 "+ppapi", | 6 "+ppapi", |
7 "+printing/units.h", | 7 "+printing/units.h", |
8 "+third_party/pdfium/fpdfsdk/include", | 8 "+third_party/pdfium/fpdfsdk/include/pdfwindow", |
| 9 "+third_party/pdfium/public", |
9 "+ui/events/keycodes/keyboard_codes.h", | 10 "+ui/events/keycodes/keyboard_codes.h", |
10 "+v8/include/v8.h" | 11 "+v8/include/v8.h" |
11 ] | 12 ] |
OLD | NEW |