| 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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 938 "xfa/fde/fde_render.h", | 938 "xfa/fde/fde_render.h", |
| 939 "xfa/fde/ifde_txtedtdorecord.h", | 939 "xfa/fde/ifde_txtedtdorecord.h", |
| 940 "xfa/fde/ifde_txtedtengine.h", | 940 "xfa/fde/ifde_txtedtengine.h", |
| 941 "xfa/fde/ifde_txtedtpage.h", | 941 "xfa/fde/ifde_txtedtpage.h", |
| 942 "xfa/fde/ifx_chariter.h", | 942 "xfa/fde/ifx_chariter.h", |
| 943 "xfa/fde/tto/fde_textout.cpp", | 943 "xfa/fde/tto/fde_textout.cpp", |
| 944 "xfa/fde/tto/fde_textout.h", | 944 "xfa/fde/tto/fde_textout.h", |
| 945 "xfa/fde/xml/fde_xml.h", | 945 "xfa/fde/xml/fde_xml.h", |
| 946 "xfa/fde/xml/fde_xml_imp.cpp", | 946 "xfa/fde/xml/fde_xml_imp.cpp", |
| 947 "xfa/fde/xml/fde_xml_imp.h", | 947 "xfa/fde/xml/fde_xml_imp.h", |
| 948 "xfa/fgas/crt/fgas_algorithm.cpp", | |
| 949 "xfa/fgas/crt/fgas_algorithm.h", | 948 "xfa/fgas/crt/fgas_algorithm.h", |
| 950 "xfa/fgas/crt/fgas_codepage.cpp", | 949 "xfa/fgas/crt/fgas_codepage.cpp", |
| 951 "xfa/fgas/crt/fgas_codepage.h", | 950 "xfa/fgas/crt/fgas_codepage.h", |
| 952 "xfa/fgas/crt/fgas_encode.cpp", | |
| 953 "xfa/fgas/crt/fgas_language.h", | 951 "xfa/fgas/crt/fgas_language.h", |
| 954 "xfa/fgas/crt/fgas_memory.cpp", | 952 "xfa/fgas/crt/fgas_memory.cpp", |
| 955 "xfa/fgas/crt/fgas_memory.h", | 953 "xfa/fgas/crt/fgas_memory.h", |
| 956 "xfa/fgas/crt/fgas_stream.cpp", | 954 "xfa/fgas/crt/fgas_stream.cpp", |
| 957 "xfa/fgas/crt/fgas_stream.h", | 955 "xfa/fgas/crt/fgas_stream.h", |
| 958 "xfa/fgas/crt/fgas_system.cpp", | 956 "xfa/fgas/crt/fgas_system.cpp", |
| 959 "xfa/fgas/crt/fgas_system.h", | 957 "xfa/fgas/crt/fgas_system.h", |
| 960 "xfa/fgas/crt/fgas_utils.cpp", | 958 "xfa/fgas/crt/fgas_utils.cpp", |
| 961 "xfa/fgas/crt/fgas_utils.h", | 959 "xfa/fgas/crt/fgas_utils.h", |
| 962 "xfa/fgas/font/fgas_font.h", | 960 "xfa/fgas/font/fgas_font.h", |
| (...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 } | 1704 } |
| 1707 | 1705 |
| 1708 if (pdf_is_standalone) { | 1706 if (pdf_is_standalone) { |
| 1709 source_set("samples") { | 1707 source_set("samples") { |
| 1710 testonly = true | 1708 testonly = true |
| 1711 deps = [ | 1709 deps = [ |
| 1712 "//samples", | 1710 "//samples", |
| 1713 ] | 1711 ] |
| 1714 } | 1712 } |
| 1715 } | 1713 } |
| OLD | NEW |