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 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1636 "core/fpdfapi/font/fpdf_font_unittest.cpp", | 1636 "core/fpdfapi/font/fpdf_font_unittest.cpp", |
1637 "core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp", | 1637 "core/fpdfapi/page/fpdf_page_parser_old_unittest.cpp", |
1638 "core/fpdfapi/page/fpdf_page_parser_unittest.cpp", | 1638 "core/fpdfapi/page/fpdf_page_parser_unittest.cpp", |
1639 "core/fpdfapi/parser/cpdf_array_unittest.cpp", | 1639 "core/fpdfapi/parser/cpdf_array_unittest.cpp", |
1640 "core/fpdfapi/parser/cpdf_document_unittest.cpp", | 1640 "core/fpdfapi/parser/cpdf_document_unittest.cpp", |
1641 "core/fpdfapi/parser/cpdf_object_unittest.cpp", | 1641 "core/fpdfapi/parser/cpdf_object_unittest.cpp", |
1642 "core/fpdfapi/parser/cpdf_parser_unittest.cpp", | 1642 "core/fpdfapi/parser/cpdf_parser_unittest.cpp", |
1643 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp", | 1643 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp", |
1644 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp", | 1644 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp", |
1645 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp", | 1645 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp", |
| 1646 "core/fpdfdoc/cpdf_dest_unittest.cpp", |
1646 "core/fpdfdoc/cpdf_filespec_unittest.cpp", | 1647 "core/fpdfdoc/cpdf_filespec_unittest.cpp", |
1647 "core/fpdfdoc/cpdf_formfield_unittest.cpp", | 1648 "core/fpdfdoc/cpdf_formfield_unittest.cpp", |
1648 "core/fpdftext/fpdf_text_int_unittest.cpp", | 1649 "core/fpdftext/fpdf_text_int_unittest.cpp", |
1649 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", | 1650 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", |
1650 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", | 1651 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", |
1651 "core/fxcrt/cfx_observable_unittest.cpp", | 1652 "core/fxcrt/cfx_observable_unittest.cpp", |
1652 "core/fxcrt/cfx_retain_ptr_unittest.cpp", | 1653 "core/fxcrt/cfx_retain_ptr_unittest.cpp", |
1653 "core/fxcrt/cfx_shared_copy_on_write_unittest.cpp", | 1654 "core/fxcrt/cfx_shared_copy_on_write_unittest.cpp", |
1654 "core/fxcrt/cfx_string_pool_template_unittest.cpp", | 1655 "core/fxcrt/cfx_string_pool_template_unittest.cpp", |
1655 "core/fxcrt/cfx_weak_ptr_unittest.cpp", | 1656 "core/fxcrt/cfx_weak_ptr_unittest.cpp", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1759 "//samples", | 1760 "//samples", |
1760 ] | 1761 ] |
1761 } | 1762 } |
1762 group("fuzzers") { | 1763 group("fuzzers") { |
1763 testonly = true | 1764 testonly = true |
1764 deps = [ | 1765 deps = [ |
1765 "//testing/libfuzzer", | 1766 "//testing/libfuzzer", |
1766 ] | 1767 ] |
1767 } | 1768 } |
1768 } | 1769 } |
OLD | NEW |