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 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1691 "core/fpdfapi/parser/cpdf_document_unittest.cpp", | 1691 "core/fpdfapi/parser/cpdf_document_unittest.cpp", |
1692 "core/fpdfapi/parser/cpdf_object_unittest.cpp", | 1692 "core/fpdfapi/parser/cpdf_object_unittest.cpp", |
1693 "core/fpdfapi/parser/cpdf_parser_unittest.cpp", | 1693 "core/fpdfapi/parser/cpdf_parser_unittest.cpp", |
1694 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp", | 1694 "core/fpdfapi/parser/cpdf_simple_parser_unittest.cpp", |
1695 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp", | 1695 "core/fpdfapi/parser/cpdf_syntax_parser_unittest.cpp", |
1696 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp", | 1696 "core/fpdfapi/parser/fpdf_parser_decode_unittest.cpp", |
1697 "core/fpdfdoc/cpdf_dest_unittest.cpp", | 1697 "core/fpdfdoc/cpdf_dest_unittest.cpp", |
1698 "core/fpdfdoc/cpdf_filespec_unittest.cpp", | 1698 "core/fpdfdoc/cpdf_filespec_unittest.cpp", |
1699 "core/fpdfdoc/cpdf_formfield_unittest.cpp", | 1699 "core/fpdfdoc/cpdf_formfield_unittest.cpp", |
1700 "core/fpdftext/fpdf_text_int_unittest.cpp", | 1700 "core/fpdftext/fpdf_text_int_unittest.cpp", |
| 1701 "core/fxcodec/codec/fx_codec_a85_unittest.cpp", |
1701 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", | 1702 "core/fxcodec/codec/fx_codec_jpx_unittest.cpp", |
| 1703 "core/fxcodec/codec/fx_codec_rle_unittest.cpp", |
1702 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", | 1704 "core/fxcodec/jbig2/JBig2_Image_unittest.cpp", |
1703 "core/fxcrt/cfx_maybe_owned_unittest.cpp", | 1705 "core/fxcrt/cfx_maybe_owned_unittest.cpp", |
1704 "core/fxcrt/cfx_observable_unittest.cpp", | 1706 "core/fxcrt/cfx_observable_unittest.cpp", |
1705 "core/fxcrt/cfx_retain_ptr_unittest.cpp", | 1707 "core/fxcrt/cfx_retain_ptr_unittest.cpp", |
1706 "core/fxcrt/cfx_shared_copy_on_write_unittest.cpp", | 1708 "core/fxcrt/cfx_shared_copy_on_write_unittest.cpp", |
1707 "core/fxcrt/cfx_string_pool_template_unittest.cpp", | 1709 "core/fxcrt/cfx_string_pool_template_unittest.cpp", |
1708 "core/fxcrt/cfx_weak_ptr_unittest.cpp", | 1710 "core/fxcrt/cfx_weak_ptr_unittest.cpp", |
1709 "core/fxcrt/fx_basic_bstring_unittest.cpp", | 1711 "core/fxcrt/fx_basic_bstring_unittest.cpp", |
1710 "core/fxcrt/fx_basic_gcc_unittest.cpp", | 1712 "core/fxcrt/fx_basic_gcc_unittest.cpp", |
1711 "core/fxcrt/fx_basic_memmgr_unittest.cpp", | 1713 "core/fxcrt/fx_basic_memmgr_unittest.cpp", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1816 "//samples", | 1818 "//samples", |
1817 ] | 1819 ] |
1818 } | 1820 } |
1819 group("fuzzers") { | 1821 group("fuzzers") { |
1820 testonly = true | 1822 testonly = true |
1821 deps = [ | 1823 deps = [ |
1822 "//testing/libfuzzer", | 1824 "//testing/libfuzzer", |
1823 ] | 1825 ] |
1824 } | 1826 } |
1825 } | 1827 } |
OLD | NEW |