aboutsummaryrefslogtreecommitdiff
path: root/xfa/fgas/graphics/BUILD.gn
blob: a1408c41f375c1e23d0833f0ad6a1065937cac7b (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
29
30
31
32
# Copyright 2018 The PDFium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("../../../pdfium.gni")

assert(pdf_enable_xfa)

source_set("graphics") {
  sources = [
    "cfgas_gecolor.cpp",
    "cfgas_gecolor.h",
    "cfgas_gegraphics.cpp",
    "cfgas_gegraphics.h",
    "cfgas_gepath.cpp",
    "cfgas_gepath.h",
    "cfgas_gepattern.cpp",
    "cfgas_gepattern.h",
    "cfgas_geshading.cpp",
    "cfgas_geshading.h",
  ]
  configs += [
    "../../../:pdfium_strict_config",
    "../../../:pdfium_noshorten_config",
    "../../:xfa_warnings",
  ]
  deps = [
    "../../../core/fxcrt",
    "../../../core/fxge",
  ]
  visibility = [ "../../../*" ]
}