OLD | NEW |
1 # Copyright 2014 PDFium Authors. All rights reserved. | 1 # Copyright 2014 PDFium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("../pdfium.gni") | 5 import("../pdfium.gni") |
6 | 6 |
7 group("third_party") { | 7 group("third_party") { |
8 deps = [ | 8 deps = [ |
9 ":bigint", | 9 ":bigint", |
10 ":fx_freetype", | 10 ":fx_freetype", |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 } | 298 } |
299 | 299 |
300 if (pdf_enable_xfa) { | 300 if (pdf_enable_xfa) { |
301 source_set("fx_tiff") { | 301 source_set("fx_tiff") { |
302 configs -= [ "//build/config/compiler:chromium_code" ] | 302 configs -= [ "//build/config/compiler:chromium_code" ] |
303 configs += [ | 303 configs += [ |
304 "//build/config/compiler:no_chromium_code", | 304 "//build/config/compiler:no_chromium_code", |
305 "//third_party/pdfium:pdfium_config", | 305 "//third_party/pdfium:pdfium_config", |
306 ] | 306 ] |
307 sources = [ | 307 sources = [ |
308 "tiff_v403/tiffiop.h", | 308 "libtiff/tiffiop.h", |
309 "tiff_v403/tif_aux.c", | 309 "libtiff/tif_aux.c", |
310 "tiff_v403/tif_close.c", | 310 "libtiff/tif_close.c", |
311 "tiff_v403/tif_codec.c", | 311 "libtiff/tif_codec.c", |
312 "tiff_v403/tif_color.c", | 312 "libtiff/tif_color.c", |
313 "tiff_v403/tif_compress.c", | 313 "libtiff/tif_compress.c", |
314 "tiff_v403/tif_dir.c", | 314 "libtiff/tif_dir.c", |
315 "tiff_v403/tif_dirinfo.c", | 315 "libtiff/tif_dirinfo.c", |
316 "tiff_v403/tif_dirread.c", | 316 "libtiff/tif_dirread.c", |
317 "tiff_v403/tif_dirwrite.c", | 317 "libtiff/tif_dirwrite.c", |
318 "tiff_v403/tif_dumpmode.c", | 318 "libtiff/tif_dumpmode.c", |
319 "tiff_v403/tif_error.c", | 319 "libtiff/tif_error.c", |
320 "tiff_v403/tif_extension.c", | 320 "libtiff/tif_extension.c", |
321 "tiff_v403/tif_fax3.c", | 321 "libtiff/tif_fax3.c", |
322 "tiff_v403/tif_fax3sm.c", | 322 "libtiff/tif_fax3sm.c", |
323 "tiff_v403/tif_flush.c", | 323 "libtiff/tif_flush.c", |
324 "tiff_v403/tif_getimage.c", | 324 "libtiff/tif_getimage.c", |
325 "tiff_v403/tif_jpeg.c", | 325 "libtiff/tif_jpeg.c", |
326 "tiff_v403/tif_luv.c", | 326 "libtiff/tif_luv.c", |
327 "tiff_v403/tif_lzw.c", | 327 "libtiff/tif_lzw.c", |
328 "tiff_v403/tif_next.c", | 328 "libtiff/tif_next.c", |
329 "tiff_v403/tif_ojpeg.c", | 329 "libtiff/tif_ojpeg.c", |
330 "tiff_v403/tif_open.c", | 330 "libtiff/tif_open.c", |
331 "tiff_v403/tif_packbits.c", | 331 "libtiff/tif_packbits.c", |
332 "tiff_v403/tif_pixarlog.c", | 332 "libtiff/tif_pixarlog.c", |
333 "tiff_v403/tif_predict.c", | 333 "libtiff/tif_predict.c", |
334 "tiff_v403/tif_print.c", | 334 "libtiff/tif_print.c", |
335 "tiff_v403/tif_read.c", | 335 "libtiff/tif_read.c", |
336 "tiff_v403/tif_strip.c", | 336 "libtiff/tif_strip.c", |
337 "tiff_v403/tif_swab.c", | 337 "libtiff/tif_swab.c", |
338 "tiff_v403/tif_thunder.c", | 338 "libtiff/tif_thunder.c", |
339 "tiff_v403/tif_tile.c", | 339 "libtiff/tif_tile.c", |
340 "tiff_v403/tif_version.c", | 340 "libtiff/tif_version.c", |
341 "tiff_v403/tif_warning.c", | 341 "libtiff/tif_warning.c", |
342 "tiff_v403/tif_write.c", | 342 "libtiff/tif_write.c", |
343 "tiff_v403/tif_zip.c", | 343 "libtiff/tif_zip.c", |
344 ] | 344 ] |
345 } | 345 } |
346 } | 346 } |
347 | 347 |
348 source_set("fx_zlib") { | 348 source_set("fx_zlib") { |
349 configs -= [ "//build/config/compiler:chromium_code" ] | 349 configs -= [ "//build/config/compiler:chromium_code" ] |
350 configs += [ | 350 configs += [ |
351 "//build/config/compiler:no_chromium_code", | 351 "//build/config/compiler:no_chromium_code", |
352 "//third_party/pdfium:pdfium_config", | 352 "//third_party/pdfium:pdfium_config", |
353 ] | 353 ] |
(...skipping 25 matching lines...) Expand all Loading... |
379 sources = [ | 379 sources = [ |
380 "base/logging.h", | 380 "base/logging.h", |
381 "base/macros.h", | 381 "base/macros.h", |
382 "base/numerics/safe_conversions.h", | 382 "base/numerics/safe_conversions.h", |
383 "base/numerics/safe_conversions_impl.h", | 383 "base/numerics/safe_conversions_impl.h", |
384 "base/numerics/safe_math.h", | 384 "base/numerics/safe_math.h", |
385 "base/numerics/safe_math_impl.h", | 385 "base/numerics/safe_math_impl.h", |
386 "base/stl_util.h", | 386 "base/stl_util.h", |
387 ] | 387 ] |
388 } | 388 } |
OLD | NEW |