summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa/BUILD.gn
blob: 14a82818d7d5e5aec10cbee8ca1e0852827fdb13 (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("fpdfxfa") {
  sources = [
    "cpdfxfa_context.cpp",
    "cpdfxfa_context.h",
    "cpdfxfa_docenvironment.cpp",
    "cpdfxfa_docenvironment.h",
    "cpdfxfa_page.cpp",
    "cpdfxfa_page.h",
    "cxfa_fwladaptertimermgr.cpp",
    "cxfa_fwladaptertimermgr.h",
  ]
  deps = [
    "../../:fxcrt",
    "../../fxjs",
    "../../xfa",
  ]
  configs += [ "../../:pdfium_core_config" ]
  visibility = [ "../../*" ]
}