diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-03-19 14:35:22 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-03-19 14:35:22 -0700 |
commit | 76a61ca39a235dbe4c5df5fca93e1cfff8879113 (patch) | |
tree | 148b14c76db493bd1c91eec7254b156ec8fcd591 /DEPS | |
parent | d1f792ac1ba25494b44e664d4a427127299d05e6 (diff) | |
download | pdfium-76a61ca39a235dbe4c5df5fca93e1cfff8879113.tar.xz |
Pull in specific revision of PDF corpus via DEPS.
There are two reasons for doing this. The first is that adding files
to this repository doesn't trigger a rebuild on the bot, so the next
unrelated pdfium change will be the one to hit any issues with the
unversioned corpus.
The second is that we may need a specific version of the expected output
files (.pngs) to go with a specific pdfium build.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1019783003
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ deps = { "https://chromium.googlesource.com/external/gyp", "testing/corpus": - "https://pdfium.googlesource.com/pdfium_tests", + "https://pdfium.googlesource.com/pdfium_tests@1b25cea6e0472d89df747c9814ee4cb028c51247", "testing/gmock": "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f24565299976b936d1265cb6a271", |