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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 "xfa/fde/ifde_txtedtengine.h", | 943 "xfa/fde/ifde_txtedtengine.h", |
944 "xfa/fde/ifde_txtedtpage.h", | 944 "xfa/fde/ifde_txtedtpage.h", |
945 "xfa/fde/ifx_chariter.h", | 945 "xfa/fde/ifx_chariter.h", |
946 "xfa/fde/tto/fde_textout.cpp", | 946 "xfa/fde/tto/fde_textout.cpp", |
947 "xfa/fde/tto/fde_textout.h", | 947 "xfa/fde/tto/fde_textout.h", |
948 "xfa/fde/xml/cfx_saxreader.cpp", | 948 "xfa/fde/xml/cfx_saxreader.cpp", |
949 "xfa/fde/xml/cfx_saxreader.h", | 949 "xfa/fde/xml/cfx_saxreader.h", |
950 "xfa/fde/xml/fde_xml.h", | 950 "xfa/fde/xml/fde_xml.h", |
951 "xfa/fde/xml/fde_xml_imp.cpp", | 951 "xfa/fde/xml/fde_xml_imp.cpp", |
952 "xfa/fde/xml/fde_xml_imp.h", | 952 "xfa/fde/xml/fde_xml_imp.h", |
953 "xfa/fgas/crt/fgas_algorithm.h", | |
954 "xfa/fgas/crt/fgas_codepage.cpp", | 953 "xfa/fgas/crt/fgas_codepage.cpp", |
955 "xfa/fgas/crt/fgas_codepage.h", | 954 "xfa/fgas/crt/fgas_codepage.h", |
956 "xfa/fgas/crt/fgas_language.h", | 955 "xfa/fgas/crt/fgas_language.h", |
957 "xfa/fgas/crt/fgas_memory.cpp", | 956 "xfa/fgas/crt/fgas_memory.cpp", |
958 "xfa/fgas/crt/fgas_memory.h", | 957 "xfa/fgas/crt/fgas_memory.h", |
959 "xfa/fgas/crt/fgas_stream.cpp", | 958 "xfa/fgas/crt/fgas_stream.cpp", |
960 "xfa/fgas/crt/fgas_stream.h", | 959 "xfa/fgas/crt/fgas_stream.h", |
961 "xfa/fgas/crt/fgas_system.cpp", | 960 "xfa/fgas/crt/fgas_system.cpp", |
962 "xfa/fgas/crt/fgas_system.h", | 961 "xfa/fgas/crt/fgas_system.h", |
963 "xfa/fgas/crt/fgas_utils.cpp", | 962 "xfa/fgas/crt/fgas_utils.cpp", |
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1709 } | 1708 } |
1710 | 1709 |
1711 if (pdf_is_standalone) { | 1710 if (pdf_is_standalone) { |
1712 source_set("samples") { | 1711 source_set("samples") { |
1713 testonly = true | 1712 testonly = true |
1714 deps = [ | 1713 deps = [ |
1715 "//samples", | 1714 "//samples", |
1716 ] | 1715 ] |
1717 } | 1716 } |
1718 } | 1717 } |
OLD | NEW |