| 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_common_config") { | 9 config("pdfium_common_config") { |
| 10 cflags = [] | 10 cflags = [] |
| (...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 "core/fxcrt/cfx_string_pool_template.h", | 723 "core/fxcrt/cfx_string_pool_template.h", |
| 724 "core/fxcrt/cfx_weak_ptr.h", | 724 "core/fxcrt/cfx_weak_ptr.h", |
| 725 "core/fxcrt/extension.h", | 725 "core/fxcrt/extension.h", |
| 726 "core/fxcrt/fx_basic.h", | 726 "core/fxcrt/fx_basic.h", |
| 727 "core/fxcrt/fx_basic_array.cpp", | 727 "core/fxcrt/fx_basic_array.cpp", |
| 728 "core/fxcrt/fx_basic_bstring.cpp", | 728 "core/fxcrt/fx_basic_bstring.cpp", |
| 729 "core/fxcrt/fx_basic_buffer.cpp", | 729 "core/fxcrt/fx_basic_buffer.cpp", |
| 730 "core/fxcrt/fx_basic_coords.cpp", | 730 "core/fxcrt/fx_basic_coords.cpp", |
| 731 "core/fxcrt/fx_basic_gcc.cpp", | 731 "core/fxcrt/fx_basic_gcc.cpp", |
| 732 "core/fxcrt/fx_basic_memmgr.cpp", | 732 "core/fxcrt/fx_basic_memmgr.cpp", |
| 733 "core/fxcrt/fx_basic_plex.cpp", | |
| 734 "core/fxcrt/fx_basic_utf.cpp", | 733 "core/fxcrt/fx_basic_utf.cpp", |
| 735 "core/fxcrt/fx_basic_util.cpp", | 734 "core/fxcrt/fx_basic_util.cpp", |
| 736 "core/fxcrt/fx_basic_wstring.cpp", | 735 "core/fxcrt/fx_basic_wstring.cpp", |
| 737 "core/fxcrt/fx_bidi.cpp", | 736 "core/fxcrt/fx_bidi.cpp", |
| 738 "core/fxcrt/fx_bidi.h", | 737 "core/fxcrt/fx_bidi.h", |
| 739 "core/fxcrt/fx_coordinates.h", | 738 "core/fxcrt/fx_coordinates.h", |
| 740 "core/fxcrt/fx_ext.h", | 739 "core/fxcrt/fx_ext.h", |
| 741 "core/fxcrt/fx_extension.cpp", | 740 "core/fxcrt/fx_extension.cpp", |
| 742 "core/fxcrt/fx_memory.h", | 741 "core/fxcrt/fx_memory.h", |
| 743 "core/fxcrt/fx_safe_types.h", | 742 "core/fxcrt/fx_safe_types.h", |
| 744 "core/fxcrt/fx_stream.h", | 743 "core/fxcrt/fx_stream.h", |
| 745 "core/fxcrt/fx_string.h", | 744 "core/fxcrt/fx_string.h", |
| 746 "core/fxcrt/fx_system.h", | 745 "core/fxcrt/fx_system.h", |
| 747 "core/fxcrt/fx_ucd.h", | 746 "core/fxcrt/fx_ucd.h", |
| 748 "core/fxcrt/fx_ucddata.cpp", | 747 "core/fxcrt/fx_ucddata.cpp", |
| 749 "core/fxcrt/fx_unicode.cpp", | 748 "core/fxcrt/fx_unicode.cpp", |
| 750 "core/fxcrt/fx_xml.h", | 749 "core/fxcrt/fx_xml.h", |
| 751 "core/fxcrt/fx_xml_composer.cpp", | 750 "core/fxcrt/fx_xml_composer.cpp", |
| 752 "core/fxcrt/fx_xml_parser.cpp", | 751 "core/fxcrt/fx_xml_parser.cpp", |
| 753 "core/fxcrt/fxcrt_posix.cpp", | 752 "core/fxcrt/fxcrt_posix.cpp", |
| 754 "core/fxcrt/fxcrt_posix.h", | 753 "core/fxcrt/fxcrt_posix.h", |
| 755 "core/fxcrt/fxcrt_stream.cpp", | 754 "core/fxcrt/fxcrt_stream.cpp", |
| 756 "core/fxcrt/fxcrt_windows.cpp", | 755 "core/fxcrt/fxcrt_windows.cpp", |
| 757 "core/fxcrt/fxcrt_windows.h", | 756 "core/fxcrt/fxcrt_windows.h", |
| 758 "core/fxcrt/plex.h", | |
| 759 "core/fxcrt/xml_int.h", | 757 "core/fxcrt/xml_int.h", |
| 760 ] | 758 ] |
| 761 configs += [ ":pdfium_core_config" ] | 759 configs += [ ":pdfium_core_config" ] |
| 762 visibility += [ "third_party:*" ] | 760 visibility += [ "third_party:*" ] |
| 763 deps = [ | 761 deps = [ |
| 764 "third_party:pdfium_base", | 762 "third_party:pdfium_base", |
| 765 ] | 763 ] |
| 766 public_deps = [ | 764 public_deps = [ |
| 767 "third_party:pdfium_base", | 765 "third_party:pdfium_base", |
| 768 ] | 766 ] |
| 769 | 767 |
| 770 if (pdf_enable_xfa) { | 768 if (pdf_enable_xfa) { |
| 771 sources += [ | 769 sources += [ |
| 772 "core/fxcrt/fx_arabic.cpp", | 770 "core/fxcrt/fx_arabic.cpp", |
| 773 "core/fxcrt/fx_arabic.h", | 771 "core/fxcrt/fx_arabic.h", |
| 774 "core/fxcrt/fx_arb.h", | 772 "core/fxcrt/fx_arb.h", |
| 775 "core/fxcrt/fx_basic_maps.cpp", | |
| 776 ] | 773 ] |
| 777 } | 774 } |
| 778 } | 775 } |
| 779 | 776 |
| 780 static_library("fxge") { | 777 static_library("fxge") { |
| 781 sources = [ | 778 sources = [ |
| 782 "core/fxge/android/cfpf_skiabufferfont.h", | 779 "core/fxge/android/cfpf_skiabufferfont.h", |
| 783 "core/fxge/android/cfpf_skiadevicemodule.cpp", | 780 "core/fxge/android/cfpf_skiadevicemodule.cpp", |
| 784 "core/fxge/android/cfpf_skiadevicemodule.h", | 781 "core/fxge/android/cfpf_skiadevicemodule.h", |
| 785 "core/fxge/android/cfpf_skiafilefont.h", | 782 "core/fxge/android/cfpf_skiafilefont.h", |
| (...skipping 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1819 "//samples", | 1816 "//samples", |
| 1820 ] | 1817 ] |
| 1821 } | 1818 } |
| 1822 group("fuzzers") { | 1819 group("fuzzers") { |
| 1823 testonly = true | 1820 testonly = true |
| 1824 deps = [ | 1821 deps = [ |
| 1825 "//testing/libfuzzer", | 1822 "//testing/libfuzzer", |
| 1826 ] | 1823 ] |
| 1827 } | 1824 } |
| 1828 } | 1825 } |
| OLD | NEW |