OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium 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("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("pdfium.gni") | 7 import("pdfium.gni") |
8 | 8 |
9 config("pdfium_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 ] | 503 ] |
504 sources = [ | 504 sources = [ |
505 "core/fxcodec/codec/codec_int.h", | 505 "core/fxcodec/codec/codec_int.h", |
506 "core/fxcodec/codec/fx_codec.cpp", | 506 "core/fxcodec/codec/fx_codec.cpp", |
507 "core/fxcodec/codec/fx_codec_fax.cpp", | 507 "core/fxcodec/codec/fx_codec_fax.cpp", |
508 "core/fxcodec/codec/fx_codec_flate.cpp", | 508 "core/fxcodec/codec/fx_codec_flate.cpp", |
509 "core/fxcodec/codec/fx_codec_icc.cpp", | 509 "core/fxcodec/codec/fx_codec_icc.cpp", |
510 "core/fxcodec/codec/fx_codec_jbig.cpp", | 510 "core/fxcodec/codec/fx_codec_jbig.cpp", |
511 "core/fxcodec/codec/fx_codec_jpeg.cpp", | 511 "core/fxcodec/codec/fx_codec_jpeg.cpp", |
512 "core/fxcodec/codec/fx_codec_jpx_opj.cpp", | 512 "core/fxcodec/codec/fx_codec_jpx_opj.cpp", |
| 513 "core/fxcodec/include/fx_codec.h", |
| 514 "core/fxcodec/include/fx_codec_def.h", |
| 515 "core/fxcodec/include/fx_codec_flate.h", |
513 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", | 516 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", |
514 "core/fxcodec/jbig2/JBig2_ArithDecoder.h", | 517 "core/fxcodec/jbig2/JBig2_ArithDecoder.h", |
515 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", | 518 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", |
516 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h", | 519 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h", |
517 "core/fxcodec/jbig2/JBig2_BitStream.cpp", | 520 "core/fxcodec/jbig2/JBig2_BitStream.cpp", |
518 "core/fxcodec/jbig2/JBig2_BitStream.h", | 521 "core/fxcodec/jbig2/JBig2_BitStream.h", |
519 "core/fxcodec/jbig2/JBig2_Context.cpp", | 522 "core/fxcodec/jbig2/JBig2_Context.cpp", |
520 "core/fxcodec/jbig2/JBig2_Context.h", | 523 "core/fxcodec/jbig2/JBig2_Context.h", |
521 "core/fxcodec/jbig2/JBig2_Define.h", | 524 "core/fxcodec/jbig2/JBig2_Define.h", |
522 "core/fxcodec/jbig2/JBig2_GrdProc.cpp", | 525 "core/fxcodec/jbig2/JBig2_GrdProc.cpp", |
(...skipping 19 matching lines...) Expand all Loading... |
542 "core/fxcodec/jbig2/JBig2_PddProc.cpp", | 545 "core/fxcodec/jbig2/JBig2_PddProc.cpp", |
543 "core/fxcodec/jbig2/JBig2_PddProc.h", | 546 "core/fxcodec/jbig2/JBig2_PddProc.h", |
544 "core/fxcodec/jbig2/JBig2_SddProc.cpp", | 547 "core/fxcodec/jbig2/JBig2_SddProc.cpp", |
545 "core/fxcodec/jbig2/JBig2_SddProc.h", | 548 "core/fxcodec/jbig2/JBig2_SddProc.h", |
546 "core/fxcodec/jbig2/JBig2_Segment.cpp", | 549 "core/fxcodec/jbig2/JBig2_Segment.cpp", |
547 "core/fxcodec/jbig2/JBig2_Segment.h", | 550 "core/fxcodec/jbig2/JBig2_Segment.h", |
548 "core/fxcodec/jbig2/JBig2_SymbolDict.cpp", | 551 "core/fxcodec/jbig2/JBig2_SymbolDict.cpp", |
549 "core/fxcodec/jbig2/JBig2_SymbolDict.h", | 552 "core/fxcodec/jbig2/JBig2_SymbolDict.h", |
550 "core/fxcodec/jbig2/JBig2_TrdProc.cpp", | 553 "core/fxcodec/jbig2/JBig2_TrdProc.cpp", |
551 "core/fxcodec/jbig2/JBig2_TrdProc.h", | 554 "core/fxcodec/jbig2/JBig2_TrdProc.h", |
552 "core/include/fxcodec/fx_codec.h", | |
553 "core/include/fxcodec/fx_codec_def.h", | |
554 "core/include/fxcodec/fx_codec_flate.h", | |
555 ] | 555 ] |
556 include_dirs = [] | 556 include_dirs = [] |
557 if (pdf_enable_xfa) { | 557 if (pdf_enable_xfa) { |
558 sources += [ | 558 sources += [ |
559 "core/fxcodec/codec/fx_codec_bmp.cpp", | 559 "core/fxcodec/codec/fx_codec_bmp.cpp", |
560 "core/fxcodec/codec/fx_codec_gif.cpp", | 560 "core/fxcodec/codec/fx_codec_gif.cpp", |
561 "core/fxcodec/codec/fx_codec_png.cpp", | 561 "core/fxcodec/codec/fx_codec_png.cpp", |
562 "core/fxcodec/codec/fx_codec_progress.cpp", | 562 "core/fxcodec/codec/fx_codec_progress.cpp", |
563 "core/fxcodec/codec/fx_codec_progress.h", | 563 "core/fxcodec/codec/fx_codec_progress.h", |
564 "core/fxcodec/codec/fx_codec_tiff.cpp", | 564 "core/fxcodec/codec/fx_codec_tiff.cpp", |
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 "//v8:v8_libplatform", | 1728 "//v8:v8_libplatform", |
1729 ] | 1729 ] |
1730 include_dirs += [ | 1730 include_dirs += [ |
1731 "//v8", | 1731 "//v8", |
1732 "//v8/include", | 1732 "//v8/include", |
1733 ] | 1733 ] |
1734 configs += [ "//v8:external_startup_data" ] | 1734 configs += [ "//v8:external_startup_data" ] |
1735 } | 1735 } |
1736 configs += [ ":pdfium_config" ] | 1736 configs += [ ":pdfium_config" ] |
1737 } | 1737 } |
OLD | NEW |