diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-17 10:48:05 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-17 10:48:05 -0700 |
commit | 16a0b24fb35b6cb2e7e57a42735c0081fb9f2a20 (patch) | |
tree | bc99c2e191736376fef0637cc1106d1d97351e7d /BUILD.gn | |
parent | 2ca8fcbc8a7a3ef6adfac154c47068c1696205d0 (diff) | |
download | pdfium-16a0b24fb35b6cb2e7e57a42735c0081fb9f2a20.tar.xz |
Move lcms2 into third_party
Second CL to apply less restrictive flags to third party.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1181943008.
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 30 |
1 files changed, 5 insertions, 25 deletions
@@ -335,6 +335,9 @@ static_library("fpdftext") { } static_library("fxcodec") { + deps = [ + "third_party:fx_lcms2", + ] sources = [ "core/include/fxcodec/fx_codec.h", "core/include/fxcodec/fx_codec_def.h", @@ -414,31 +417,8 @@ static_library("fxcodec") { "core/src/fxcodec/jbig2/JBig2_Segment.h", "core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp", "core/src/fxcodec/jbig2/JBig2_SymbolDict.h", - "core/src/fxcodec/lcms2/src/fx_cmscam02.c", - "core/src/fxcodec/lcms2/src/fx_cmscgats.c", - "core/src/fxcodec/lcms2/src/fx_cmscnvrt.c", - "core/src/fxcodec/lcms2/src/fx_cmserr.c", - "core/src/fxcodec/lcms2/src/fx_cmsgamma.c", - "core/src/fxcodec/lcms2/src/fx_cmsgmt.c", - "core/src/fxcodec/lcms2/src/fx_cmshalf.c", - "core/src/fxcodec/lcms2/src/fx_cmsintrp.c", - "core/src/fxcodec/lcms2/src/fx_cmsio0.c", - "core/src/fxcodec/lcms2/src/fx_cmsio1.c", - "core/src/fxcodec/lcms2/src/fx_cmslut.c", - "core/src/fxcodec/lcms2/src/fx_cmsmd5.c", - "core/src/fxcodec/lcms2/src/fx_cmsmtrx.c", - "core/src/fxcodec/lcms2/src/fx_cmsnamed.c", - "core/src/fxcodec/lcms2/src/fx_cmsopt.c", - "core/src/fxcodec/lcms2/src/fx_cmspack.c", - "core/src/fxcodec/lcms2/src/fx_cmspcs.c", - "core/src/fxcodec/lcms2/src/fx_cmsplugin.c", - "core/src/fxcodec/lcms2/src/fx_cmsps2.c", - "core/src/fxcodec/lcms2/src/fx_cmssamp.c", - "core/src/fxcodec/lcms2/src/fx_cmssm.c", - "core/src/fxcodec/lcms2/src/fx_cmstypes.c", - "core/src/fxcodec/lcms2/src/fx_cmsvirt.c", - "core/src/fxcodec/lcms2/src/fx_cmswtpnt.c", - "core/src/fxcodec/lcms2/src/fx_cmsxform.c", + "core/src/fxcodec/lcms2/fx_lcms2.h", + "core/src/fxcodec/lcms2/fx_lcms2_plugin.h", "core/src/fxcodec/libjpeg/cderror.h", "core/src/fxcodec/libjpeg/cdjpeg.h", "core/src/fxcodec/libjpeg/fpdfapi_jcapimin.c", |