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 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1138 "xfa/fde/xml/fde_xml_imp.h", | 1138 "xfa/fde/xml/fde_xml_imp.h", |
1139 "xfa/fgas/crt/fgas_codepage.cpp", | 1139 "xfa/fgas/crt/fgas_codepage.cpp", |
1140 "xfa/fgas/crt/fgas_codepage.h", | 1140 "xfa/fgas/crt/fgas_codepage.h", |
1141 "xfa/fgas/crt/fgas_language.h", | 1141 "xfa/fgas/crt/fgas_language.h", |
1142 "xfa/fgas/crt/fgas_memory.cpp", | 1142 "xfa/fgas/crt/fgas_memory.cpp", |
1143 "xfa/fgas/crt/fgas_memory.h", | 1143 "xfa/fgas/crt/fgas_memory.h", |
1144 "xfa/fgas/crt/fgas_stream.cpp", | 1144 "xfa/fgas/crt/fgas_stream.cpp", |
1145 "xfa/fgas/crt/fgas_stream.h", | 1145 "xfa/fgas/crt/fgas_stream.h", |
1146 "xfa/fgas/crt/fgas_utils.cpp", | 1146 "xfa/fgas/crt/fgas_utils.cpp", |
1147 "xfa/fgas/crt/fgas_utils.h", | 1147 "xfa/fgas/crt/fgas_utils.h", |
1148 "xfa/fgas/font/fgas_font.h", | 1148 "xfa/fgas/font/cfgas_fontmgr.cpp", |
| 1149 "xfa/fgas/font/cfgas_fontmgr.h", |
1149 "xfa/fgas/font/fgas_fontutils.cpp", | 1150 "xfa/fgas/font/fgas_fontutils.cpp", |
1150 "xfa/fgas/font/fgas_fontutils.h", | 1151 "xfa/fgas/font/fgas_fontutils.h", |
1151 "xfa/fgas/font/fgas_gefont.cpp", | 1152 "xfa/fgas/font/fgas_gefont.cpp", |
1152 "xfa/fgas/font/fgas_gefont.h", | 1153 "xfa/fgas/font/fgas_gefont.h", |
1153 "xfa/fgas/font/fgas_stdfontmgr.cpp", | |
1154 "xfa/fgas/font/fgas_stdfontmgr.h", | |
1155 "xfa/fgas/layout/fgas_linebreak.cpp", | 1154 "xfa/fgas/layout/fgas_linebreak.cpp", |
1156 "xfa/fgas/layout/fgas_linebreak.h", | 1155 "xfa/fgas/layout/fgas_linebreak.h", |
1157 "xfa/fgas/layout/fgas_rtfbreak.cpp", | 1156 "xfa/fgas/layout/fgas_rtfbreak.cpp", |
1158 "xfa/fgas/layout/fgas_rtfbreak.h", | 1157 "xfa/fgas/layout/fgas_rtfbreak.h", |
1159 "xfa/fgas/layout/fgas_textbreak.cpp", | 1158 "xfa/fgas/layout/fgas_textbreak.cpp", |
1160 "xfa/fgas/layout/fgas_textbreak.h", | 1159 "xfa/fgas/layout/fgas_textbreak.h", |
1161 "xfa/fgas/layout/fgas_unicode.cpp", | 1160 "xfa/fgas/layout/fgas_unicode.cpp", |
1162 "xfa/fgas/layout/fgas_unicode.h", | 1161 "xfa/fgas/layout/fgas_unicode.h", |
1163 "xfa/fgas/localization/fgas_datetime.cpp", | 1162 "xfa/fgas/localization/fgas_datetime.cpp", |
1164 "xfa/fgas/localization/fgas_datetime.h", | 1163 "xfa/fgas/localization/fgas_datetime.h", |
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1772 "//samples", | 1771 "//samples", |
1773 ] | 1772 ] |
1774 } | 1773 } |
1775 group("fuzzers") { | 1774 group("fuzzers") { |
1776 testonly = true | 1775 testonly = true |
1777 deps = [ | 1776 deps = [ |
1778 "//testing/libfuzzer", | 1777 "//testing/libfuzzer", |
1779 ] | 1778 ] |
1780 } | 1779 } |
1781 } | 1780 } |
OLD | NEW |