xref: /aosp_15_r20/external/pdfium/testing/image_diff/BUILD.gn (revision 3ac0a46f773bac49fa9476ec2b1cf3f8da5ec3a4)
1# Copyright 2018 The PDFium Authors
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 += [
14    "../../:pdfium_strict_config",
15    "../../:pdfium_noshorten_config",
16  ]
17  deps = [
18    "../../third_party:pdfium_base",
19    "../../third_party:png",
20    "../../third_party:zlib",
21  ]
22}
23