summaryrefslogtreecommitdiffstats
path: root/pdf/DEPS
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2015-05-11 18:08:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-12 01:09:05 +0000
commit35024356bfff4fd374e69b733b77f38271a6107d (patch)
treeef5c8417989b25731f23803584169a7dd6d34a0c /pdf/DEPS
parent9ad94e6e06201059c08d67b9d9ab4a30a766b541 (diff)
downloadchromium_src-35024356bfff4fd374e69b733b77f38271a6107d.zip
chromium_src-35024356bfff4fd374e69b733b77f38271a6107d.tar.gz
chromium_src-35024356bfff4fd374e69b733b77f38271a6107d.tar.bz2
Roll PDFium to 2daf76f
The most significant change is to expose its public/ directory. This requires simultaneous path changes in src/pdf. This pulls in: 2daf76f Add owners file for PDFium ac19d2d Create top-level public/ header directory. 0627231 Move function prototypes to new doc_utils.h file 6661fd4 Fix compilation under chromium checkouts. 17ea732 Better error from pdfium_test when page too big to render. 470408c Fix errors from commit f0a169e. f0a169e Fix a bunch of -Wunused-but-set-variable warnings. 21031ad Support arrays in nonstd::unique_ptr<>. 1fd0b10 Manual revert of ad2a822ce5c3 9ea57a4 Remove FX_STRSIZE casts, use safe conversions BUG=pdfium:154 Review URL: https://codereview.chromium.org/1140603002 Cr-Commit-Position: refs/heads/master@{#329304}
Diffstat (limited to 'pdf/DEPS')
-rw-r--r--pdf/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf/DEPS b/pdf/DEPS
index 316f7e7..9813a3f 100644
--- a/pdf/DEPS
+++ b/pdf/DEPS
@@ -5,7 +5,8 @@ include_rules = [
"+net",
"+ppapi",
"+printing/units.h",
- "+third_party/pdfium/fpdfsdk/include",
+ "+third_party/pdfium/fpdfsdk/include/pdfwindow",
+ "+third_party/pdfium/public",
"+ui/events/keycodes/keyboard_codes.h",
"+v8/include/v8.h"
]