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