From fa05e97fc4d796bd12e21c32634d9614f8edf607 Mon Sep 17 00:00:00 2001 From: stephana Date: Mon, 2 Jan 2017 06:19:41 -0800 Subject: Gold support in PDFium 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 --- samples/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'samples/DEPS') 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', ] -- cgit v1.2.3