summaryrefslogtreecommitdiff
path: root/samples/DEPS
diff options
context:
space:
mode:
authorstephana <stephana@google.com>2017-01-02 06:19:41 -0800
committerCommit bot <commit-bot@chromium.org>2017-01-02 06:19:41 -0800
commitfa05e97fc4d796bd12e21c32634d9614f8edf607 (patch)
tree51ce6dd564bf9129bac591813da6ccfc8dc9edb3 /samples/DEPS
parentaea77059d309820dbcea9ec3e583fa673960a0b9 (diff)
downloadpdfium-fa05e97fc4d796bd12e21c32634d9614f8edf607.tar.xz
Gold support in PDFiumchromium/2970
Extends the PDFium tests to collect images and meta data to be uploaded to Gold. This feature is triggered by adding the --gold_* flags. It extends pdfium_test to output the MD5 hash of the underlying pixel buffer for each page it renders. That output is then processed by test_runner.py to generate the gold meta data. This behavior is modeled after the 'dm' tool in skia. See https://skia.googlesource.com/skia/+/master/dm/DM.cpp#1090 This should not cause any change in the current behavior of the tests, it will be trigger once we update the buildbot recipe. BUG=skia:5973 Review-Url: https://codereview.chromium.org/2578893004
Diffstat (limited to 'samples/DEPS')
-rw-r--r--samples/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/DEPS b/samples/DEPS
index f38daab263..4a926a7cf2 100644
--- a/samples/DEPS
+++ b/samples/DEPS
@@ -4,4 +4,5 @@ include_rules = [
'+third_party/skia/include',
'+third_party/zlib_v128',
'+v8',
+ '+core/fdrm/crypto/fx_crypt.h',
]