summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2018-10-22Remove pdfium_diff target from pdf_is_standalone block.Tom Sepez
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Move fx_skia_device_unittest.cpp to pdfium_embeddertests.Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Split public/ headers into their own source_set.Lei Zhang
2018-10-15Make ":pdfium" pass gn check.Lei Zhang
2018-10-15Make fpdfsdk/ pass gn check.Lei Zhang
2018-10-12Make core/fxcrt pass gn check.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Split most core build rules into various BUILD.gn files in core.Lei Zhang
2018-10-12Move core/fdrm/crypto/* to core/fdrm/.Lei Zhang
2018-10-12Split constants and testing build rules into their own BUILD.gn files.Lei Zhang
2018-10-12Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk.Lei Zhang
2018-10-12Split fxjs build rules into fxjs/BUILD.gn.Lei Zhang
2018-10-12Split xfa build rules into various BUILD.gn files in xfa/.Lei Zhang
2018-10-12Split fxbarcode build rules into fxbarcode/BUILD.gn.Lei Zhang
2018-10-12Mark the bigint target as XFA only.chromium/3579Lei Zhang
2018-10-11Mark tests as testonly.Lei Zhang
2018-10-11Replace most static_library entries with source_set.Lei Zhang
2018-10-11Make a couple more source_sets into jumbo_source_sets.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-11Update build rules for CFX_CodecMemory.Lei Zhang
2018-10-10Rename CPDF_ContentMark to CPDF_ContentMarks.Henrique Nakashima
2018-10-05Add booleans for form flags in CPDF_FormField.Lei Zhang
2018-10-04Remove CPDFSDK_DateTime entirely.Tom Sepez
2018-10-03Split CFX_FontSourceEnum_File into its own file.Lei Zhang
2018-09-25Introduce CodecModuleIface for progressive decoder modules.Tom Sepez
2018-09-22Remove CBC_CommonByteArray and CBC_QRCoderBlockPair.Lei Zhang
2018-09-13Reland "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Revert "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Introduce FX_Number class as a replacement for FX_atonum().Tom Sepez
2018-08-30Add unit test for AutoRestorer<> on smart pointer types.Tom Sepez
2018-08-29Change explicit suppression of warning 4267 to a config based suppression.Will Harris
2018-08-28Rename remaining fx_codec*.cpp to match class and .h file nameTom Sepez
2018-08-28Use std::span<> in CCodec_JPEGModuleTom Sepez
2018-08-27Rework CCODEC_ProgressiveDecoder.Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-23Enable warnings for shadowed variablesRyan Harrison
2018-08-23BUILD.gn - put cfx_windowsrenderdevice.h in win-specific section.Tom Sepez
2018-08-17Remove CFPF_SkiaFontDescriptor.Lei Zhang
2018-08-17Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont.Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-16Add a way to save a barcode generated bitmap to a .png.Henrique Nakashima
2018-08-13Implement CFX_CodecMemory.Lei Zhang
2018-08-13Move CPDFSDK_MemoryAccess to fxcrt.Lei Zhang
2018-08-09Move all utf8 decoding under fx_string.hTom Sepez
2018-08-02Remove -Wno-pointer-to-int-cast from fxcodec target.Lei Zhang
2018-07-28Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506Tom Sepez
2018-07-25Only build cfx_fileaccess_windows.cpp on Windows.Lei Zhang
2018-07-24Rename JS_{METHOD,PROP} to JSE_{METHOD,PROP}Tom Sepez