diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-09 12:35:01 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-09 12:35:01 -0700 |
commit | 308e05e5f06bd8daabaed12c211f6e072810f8de (patch) | |
tree | 5fa92ed72fb93ff260b22c175f13cb8a775778b5 /DEPS | |
parent | 1ed2ceb70476b135a3dedbb45549d6b3bc6ecdea (diff) | |
download | pdfium-308e05e5f06bd8daabaed12c211f6e072810f8de.tar.xz |
Consider platform-specific expected .png files.
Rolls DEPS to pull in the first windows-specific .png files, and
unsupresses the corresponding tests.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1072613003
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@2a28930b52cc8a01cc84c21e8c81a80d028e5548", + "https://pdfium.googlesource.com/pdfium_tests@e733fe1d98fad50c9b5f4023f08db429143b1291", "testing/gmock": "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f24565299976b936d1265cb6a271", |