Home | History | Annotate | Download | only in third_party
      1 cc_library_static {
      2     name: "libpdfiumbigint",
      3     defaults: ["pdfium-third-party"],
      4 
      5     srcs: [
      6         "bigint/BigInteger.cc",
      7         "bigint/BigIntegerUtils.cc",
      8         "bigint/BigUnsigned.cc",
      9         "bigint/BigUnsignedInABase.cc",
     10     ],
     11 }
     12