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/fde_render.h", | 943 "xfa/fde/fde_render.h", |
944 "xfa/fde/ifde_txtedtdorecord.h", | 944 "xfa/fde/ifde_txtedtdorecord.h", |
945 "xfa/fde/ifde_txtedtengine.h", | 945 "xfa/fde/ifde_txtedtengine.h", |
946 "xfa/fde/ifde_txtedtpage.h", | 946 "xfa/fde/ifde_txtedtpage.h", |
947 "xfa/fde/ifx_chariter.h", | 947 "xfa/fde/ifx_chariter.h", |
948 "xfa/fde/tto/fde_textout.cpp", | 948 "xfa/fde/tto/fde_textout.cpp", |
949 "xfa/fde/tto/fde_textout.h", | 949 "xfa/fde/tto/fde_textout.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.cpp", | |
954 "xfa/fgas/crt/fgas_algorithm.h", | 953 "xfa/fgas/crt/fgas_algorithm.h", |
955 "xfa/fgas/crt/fgas_codepage.cpp", | 954 "xfa/fgas/crt/fgas_codepage.cpp", |
956 "xfa/fgas/crt/fgas_codepage.h", | 955 "xfa/fgas/crt/fgas_codepage.h", |
957 "xfa/fgas/crt/fgas_encode.cpp", | |
958 "xfa/fgas/crt/fgas_language.h", | 956 "xfa/fgas/crt/fgas_language.h", |
959 "xfa/fgas/crt/fgas_memory.cpp", | 957 "xfa/fgas/crt/fgas_memory.cpp", |
960 "xfa/fgas/crt/fgas_memory.h", | 958 "xfa/fgas/crt/fgas_memory.h", |
961 "xfa/fgas/crt/fgas_stream.cpp", | 959 "xfa/fgas/crt/fgas_stream.cpp", |
962 "xfa/fgas/crt/fgas_stream.h", | 960 "xfa/fgas/crt/fgas_stream.h", |
963 "xfa/fgas/crt/fgas_system.cpp", | 961 "xfa/fgas/crt/fgas_system.cpp", |
964 "xfa/fgas/crt/fgas_system.h", | 962 "xfa/fgas/crt/fgas_system.h", |
965 "xfa/fgas/crt/fgas_utils.cpp", | 963 "xfa/fgas/crt/fgas_utils.cpp", |
966 "xfa/fgas/crt/fgas_utils.h", | 964 "xfa/fgas/crt/fgas_utils.h", |
967 "xfa/fgas/font/fgas_font.h", | 965 "xfa/fgas/font/fgas_font.h", |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1634 ] | 1632 ] |
1635 deps = [ | 1633 deps = [ |
1636 ":pdfium", | 1634 ":pdfium", |
1637 ":test_support", | 1635 ":test_support", |
1638 "//testing/gtest", | 1636 "//testing/gtest", |
1639 "//testing/gtest:gtest_main", | 1637 "//testing/gtest:gtest_main", |
1640 ] | 1638 ] |
1641 include_dirs = [] | 1639 include_dirs = [] |
1642 if (pdf_enable_xfa) { | 1640 if (pdf_enable_xfa) { |
1643 sources += [ | 1641 sources += [ |
| 1642 "xfa/fde/css/fde_cssdatatable_unittest.cpp", |
1644 "xfa/fde/xml/fde_xml_imp_unittest.cpp", | 1643 "xfa/fde/xml/fde_xml_imp_unittest.cpp", |
1645 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", | 1644 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", |
1646 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", | 1645 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", |
1647 ] | 1646 ] |
1648 } | 1647 } |
1649 if (pdf_enable_v8) { | 1648 if (pdf_enable_v8) { |
1650 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] | 1649 sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ] |
1651 include_dirs += [ | 1650 include_dirs += [ |
1652 "//v8", | 1651 "//v8", |
1653 "//v8/include", | 1652 "//v8/include", |
(...skipping 55 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 |