1# Copyright 2018 The PDFium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5import("../../pdfium.gni") 6 7source_set("image_diff") { 8 testonly = true 9 sources = [ 10 "image_diff_png.cpp", 11 "image_diff_png.h", 12 ] 13 configs += [ "../../:pdfium_core_config" ] 14 deps = [ 15 "../../third_party:pdfium_base", 16 "../../third_party:png", 17 "../../third_party:zlib", 18 ] 19} 20