• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "libpdfiumfxjs",
3    defaults: ["pdfium-core"],
4
5    static_libs: [
6        "libpdfiumfxcrt"
7    ],
8
9    srcs: [
10        "fxjs/cjs_event_context_stub.cpp",
11        "fxjs/cjs_runtimestub.cpp",
12    ],
13}
14