Chromium Code Reviews| Index: pdf/DEPS |
| diff --git a/pdf/DEPS b/pdf/DEPS |
| index f6b076e66a1460c9a64f2b6625271f60a3bfa5f2..cbfcfbfe9f60bbbf4451c4447a326ad3841ee0e9 100644 |
| --- a/pdf/DEPS |
| +++ b/pdf/DEPS |
| @@ -3,8 +3,10 @@ include_rules = [ |
| "+gin", |
| "+net", |
| "+ppapi", |
| + "+printing/pdf_transform.h", |
| "+printing/units.h", |
| "+third_party/pdfium/public", |
| "+ui/events/keycodes/keyboard_codes.h", |
| + "+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
|
| "+v8/include/v8.h" |
| ] |