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 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 ] | 1721 ] |
1722 deps = [ | 1722 deps = [ |
1723 ":pdfium", | 1723 ":pdfium", |
1724 ":test_support", | 1724 ":test_support", |
1725 "//testing/gtest", | 1725 "//testing/gtest", |
1726 "//testing/gtest:gtest_main", | 1726 "//testing/gtest:gtest_main", |
1727 ] | 1727 ] |
1728 include_dirs = [] | 1728 include_dirs = [] |
1729 if (pdf_enable_xfa) { | 1729 if (pdf_enable_xfa) { |
1730 sources += [ | 1730 sources += [ |
| 1731 "xfa/fde/cfde_txtedtbuf_unittest.cpp", |
1731 "xfa/fde/css/fde_cssdatatable_unittest.cpp", | 1732 "xfa/fde/css/fde_cssdatatable_unittest.cpp", |
1732 "xfa/fde/xml/fde_xml_imp_unittest.cpp", | 1733 "xfa/fde/xml/fde_xml_imp_unittest.cpp", |
1733 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", | 1734 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", |
1734 "xfa/fxfa/app/xfa_ffapp_unittest.cpp", | 1735 "xfa/fxfa/app/xfa_ffapp_unittest.cpp", |
1735 "xfa/fxfa/app/xfa_textlayout_unittest.cpp", | 1736 "xfa/fxfa/app/xfa_textlayout_unittest.cpp", |
1736 "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp", | 1737 "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp", |
1737 "xfa/fxfa/parser/xfa_utils_unittest.cpp", | 1738 "xfa/fxfa/parser/xfa_utils_unittest.cpp", |
1738 ] | 1739 ] |
1739 } | 1740 } |
1740 if (pdf_use_skia || pdf_use_skia_paths) { | 1741 if (pdf_use_skia || pdf_use_skia_paths) { |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1816 "//samples", | 1817 "//samples", |
1817 ] | 1818 ] |
1818 } | 1819 } |
1819 group("fuzzers") { | 1820 group("fuzzers") { |
1820 testonly = true | 1821 testonly = true |
1821 deps = [ | 1822 deps = [ |
1822 "//testing/libfuzzer", | 1823 "//testing/libfuzzer", |
1823 ] | 1824 ] |
1824 } | 1825 } |
1825 } | 1826 } |
OLD | NEW |