summaryrefslogtreecommitdiff
path: root/xfa/fxgraphics/BUILD.gn
blob: 99087f69e50275e5bbb46bcd8fdb1bf0a69b71dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2018 The PDFium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/config/jumbo.gni")
import("../../pdfium.gni")

assert(pdf_enable_xfa)

jumbo_source_set("fxgraphics") {
  sources = [
    "cxfa_gecolor.cpp",
    "cxfa_gecolor.h",
    "cxfa_gepath.cpp",
    "cxfa_gepath.h",
    "cxfa_gepattern.cpp",
    "cxfa_gepattern.h",
    "cxfa_geshading.cpp",
    "cxfa_geshading.h",
    "cxfa_graphics.cpp",
    "cxfa_graphics.h",
  ]
  configs += [
    "../../:pdfium_core_config",
    "../:xfa_warnings",
  ]
  visibility = [ "../../*" ]
}