OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "!chrome/browser/chrome_page_zoom_constants.h", | |
3 "!chrome/common/content_restriction.h", | |
4 "!content/public/common/page_zoom.h", | |
2 "+net", | 5 "+net", |
3 "+ppapi", | 6 "+ppapi", |
4 "+third_party/pdfium/fpdfsdk/include", | 7 "+third_party/pdfium/fpdfsdk/include", |
8 "+ui/events", | |
Lei Zhang
2014/06/04 22:34:33
Just ui/events/keycodes/keyboard_codes.h ?
tfarina
2014/06/04 22:45:28
Do you want to restrict it to only that file? I'm
tfarina
2014/06/05 02:08:13
Done.
| |
5 ] | 9 ] |
OLD | NEW |