diff options
Diffstat (limited to 'xfa_test/pdf/DEPS')
-rw-r--r-- | xfa_test/pdf/DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xfa_test/pdf/DEPS b/xfa_test/pdf/DEPS new file mode 100644 index 0000000000..73f2f8f44d --- /dev/null +++ b/xfa_test/pdf/DEPS @@ -0,0 +1,9 @@ +include_rules = [ + "!chrome/browser/chrome_page_zoom_constants.h", + "!chrome/common/content_restriction.h", + "!content/public/common/page_zoom.h", + "+net", + "+ppapi", + "+third_party/pdfium/fpdfsdk/include", + "+ui/events/keycodes/keyboard_codes.h", +] |