OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/common/content_restriction.h", | 2 "+chrome/common/content_restriction.h", |
3 "+gin", | 3 "+gin", |
4 "+net", | 4 "+net", |
5 "+ppapi", | 5 "+ppapi", |
6 "+printing/pdf_transform.h", | |
6 "+printing/units.h", | 7 "+printing/units.h", |
7 "+third_party/pdfium/public", | 8 "+third_party/pdfium/public", |
8 "+ui/events/keycodes/keyboard_codes.h", | 9 "+ui/events/keycodes/keyboard_codes.h", |
10 "+ui/gfx/geometry/rect.h", | |
danakj
2015/10/28 18:16:04
you might wanna include all of geometry/.
Lei Zhang
2015/10/28 18:50:26
This code changes very slowly. I'll bug you again
| |
9 "+v8/include/v8.h" | 11 "+v8/include/v8.h" |
10 ] | 12 ] |
OLD | NEW |