Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: BUILD.gn

Issue 2381063002: Move core/fxcodec/codec/include and core/fxcodec/include files up (Closed)
Patch Set: Rebase to master Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "core/fpdftext/unicodenormalizationdata.h", 562 "core/fpdftext/unicodenormalizationdata.h",
563 ] 563 ]
564 configs += [ ":pdfium_core_config" ] 564 configs += [ ":pdfium_core_config" ]
565 deps = [ 565 deps = [
566 ":fxcrt", 566 ":fxcrt",
567 ] 567 ]
568 } 568 }
569 569
570 static_library("fxcodec") { 570 static_library("fxcodec") {
571 sources = [ 571 sources = [
572 "core/fxcodec/JBig2_DocumentContext.h",
572 "core/fxcodec/codec/ccodec_basicmodule.h", 573 "core/fxcodec/codec/ccodec_basicmodule.h",
573 "core/fxcodec/codec/ccodec_faxmodule.h", 574 "core/fxcodec/codec/ccodec_faxmodule.h",
574 "core/fxcodec/codec/ccodec_flatemodule.h", 575 "core/fxcodec/codec/ccodec_flatemodule.h",
575 "core/fxcodec/codec/ccodec_iccmodule.h", 576 "core/fxcodec/codec/ccodec_iccmodule.h",
576 "core/fxcodec/codec/ccodec_jbig2module.h", 577 "core/fxcodec/codec/ccodec_jbig2module.h",
577 "core/fxcodec/codec/ccodec_jpegmodule.h", 578 "core/fxcodec/codec/ccodec_jpegmodule.h",
578 "core/fxcodec/codec/ccodec_jpxmodule.h", 579 "core/fxcodec/codec/ccodec_jpxmodule.h",
579 "core/fxcodec/codec/ccodec_scanlinedecoder.h", 580 "core/fxcodec/codec/ccodec_scanlinedecoder.h",
580 "core/fxcodec/codec/codec_int.h", 581 "core/fxcodec/codec/codec_int.h",
581 "core/fxcodec/codec/fx_codec.cpp", 582 "core/fxcodec/codec/fx_codec.cpp",
582 "core/fxcodec/codec/fx_codec_fax.cpp", 583 "core/fxcodec/codec/fx_codec_fax.cpp",
583 "core/fxcodec/codec/fx_codec_flate.cpp", 584 "core/fxcodec/codec/fx_codec_flate.cpp",
584 "core/fxcodec/codec/fx_codec_icc.cpp", 585 "core/fxcodec/codec/fx_codec_icc.cpp",
585 "core/fxcodec/codec/fx_codec_jbig.cpp", 586 "core/fxcodec/codec/fx_codec_jbig.cpp",
586 "core/fxcodec/codec/fx_codec_jpeg.cpp", 587 "core/fxcodec/codec/fx_codec_jpeg.cpp",
587 "core/fxcodec/codec/fx_codec_jpx_opj.cpp", 588 "core/fxcodec/codec/fx_codec_jpx_opj.cpp",
588 "core/fxcodec/include/JBig2_DocumentContext.h", 589 "core/fxcodec/fx_codec.h",
589 "core/fxcodec/include/fx_codec.h", 590 "core/fxcodec/fx_codec_def.h",
590 "core/fxcodec/include/fx_codec_def.h",
591 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", 591 "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp",
592 "core/fxcodec/jbig2/JBig2_ArithDecoder.h", 592 "core/fxcodec/jbig2/JBig2_ArithDecoder.h",
593 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", 593 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp",
594 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h", 594 "core/fxcodec/jbig2/JBig2_ArithIntDecoder.h",
595 "core/fxcodec/jbig2/JBig2_BitStream.cpp", 595 "core/fxcodec/jbig2/JBig2_BitStream.cpp",
596 "core/fxcodec/jbig2/JBig2_BitStream.h", 596 "core/fxcodec/jbig2/JBig2_BitStream.h",
597 "core/fxcodec/jbig2/JBig2_Context.cpp", 597 "core/fxcodec/jbig2/JBig2_Context.cpp",
598 "core/fxcodec/jbig2/JBig2_Context.h", 598 "core/fxcodec/jbig2/JBig2_Context.h",
599 "core/fxcodec/jbig2/JBig2_Define.h", 599 "core/fxcodec/jbig2/JBig2_Define.h",
600 "core/fxcodec/jbig2/JBig2_GrdProc.cpp", 600 "core/fxcodec/jbig2/JBig2_GrdProc.cpp",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 638
639 # This is a generic JPEG library dependency. 639 # This is a generic JPEG library dependency.
640 "//third_party:jpeg", 640 "//third_party:jpeg",
641 ] 641 ]
642 642
643 if (pdf_enable_xfa) { 643 if (pdf_enable_xfa) {
644 sources += [ 644 sources += [
645 "core/fxcodec/codec/ccodec_bmpmodule.h", 645 "core/fxcodec/codec/ccodec_bmpmodule.h",
646 "core/fxcodec/codec/ccodec_gifmodule.h", 646 "core/fxcodec/codec/ccodec_gifmodule.h",
647 "core/fxcodec/codec/ccodec_pngmodule.h", 647 "core/fxcodec/codec/ccodec_pngmodule.h",
648 "core/fxcodec/codec/ccodec_progressivedecoder.h",
648 "core/fxcodec/codec/ccodec_tiffmodule.h", 649 "core/fxcodec/codec/ccodec_tiffmodule.h",
649 "core/fxcodec/codec/fx_codec_bmp.cpp", 650 "core/fxcodec/codec/fx_codec_bmp.cpp",
650 "core/fxcodec/codec/fx_codec_gif.cpp", 651 "core/fxcodec/codec/fx_codec_gif.cpp",
651 "core/fxcodec/codec/fx_codec_png.cpp", 652 "core/fxcodec/codec/fx_codec_png.cpp",
652 "core/fxcodec/codec/fx_codec_progress.cpp", 653 "core/fxcodec/codec/fx_codec_progress.cpp",
653 "core/fxcodec/codec/fx_codec_tiff.cpp", 654 "core/fxcodec/codec/fx_codec_tiff.cpp",
654 "core/fxcodec/codec/include/ccodec_progressivedecoder.h",
655 "core/fxcodec/lbmp/fx_bmp.cpp", 655 "core/fxcodec/lbmp/fx_bmp.cpp",
656 "core/fxcodec/lbmp/fx_bmp.h", 656 "core/fxcodec/lbmp/fx_bmp.h",
657 "core/fxcodec/lgif/fx_gif.cpp", 657 "core/fxcodec/lgif/fx_gif.cpp",
658 "core/fxcodec/lgif/fx_gif.h", 658 "core/fxcodec/lgif/fx_gif.h",
659 ] 659 ]
660 deps += [ 660 deps += [
661 "third_party:fx_lpng", 661 "third_party:fx_lpng",
662 "third_party:fx_tiff", 662 "third_party:fx_tiff",
663 ] 663 ]
664 } 664 }
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 } 1756 }
1757 1757
1758 if (pdf_is_standalone) { 1758 if (pdf_is_standalone) {
1759 source_set("samples") { 1759 source_set("samples") {
1760 testonly = true 1760 testonly = true
1761 deps = [ 1761 deps = [
1762 "//samples", 1762 "//samples",
1763 ] 1763 ]
1764 } 1764 }
1765 } 1765 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698