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 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1154 "xfa/fgas/crt/fgas_codepage.h", | 1154 "xfa/fgas/crt/fgas_codepage.h", |
1155 "xfa/fgas/crt/fgas_language.h", | 1155 "xfa/fgas/crt/fgas_language.h", |
1156 "xfa/fgas/crt/fgas_memory.cpp", | 1156 "xfa/fgas/crt/fgas_memory.cpp", |
1157 "xfa/fgas/crt/fgas_memory.h", | 1157 "xfa/fgas/crt/fgas_memory.h", |
1158 "xfa/fgas/crt/fgas_stream.cpp", | 1158 "xfa/fgas/crt/fgas_stream.cpp", |
1159 "xfa/fgas/crt/fgas_stream.h", | 1159 "xfa/fgas/crt/fgas_stream.h", |
1160 "xfa/fgas/crt/fgas_utils.cpp", | 1160 "xfa/fgas/crt/fgas_utils.cpp", |
1161 "xfa/fgas/crt/fgas_utils.h", | 1161 "xfa/fgas/crt/fgas_utils.h", |
1162 "xfa/fgas/font/cfgas_fontmgr.cpp", | 1162 "xfa/fgas/font/cfgas_fontmgr.cpp", |
1163 "xfa/fgas/font/cfgas_fontmgr.h", | 1163 "xfa/fgas/font/cfgas_fontmgr.h", |
| 1164 "xfa/fgas/font/cfgas_gefont.cpp", |
| 1165 "xfa/fgas/font/cfgas_gefont.h", |
1164 "xfa/fgas/font/fgas_fontutils.cpp", | 1166 "xfa/fgas/font/fgas_fontutils.cpp", |
1165 "xfa/fgas/font/fgas_fontutils.h", | 1167 "xfa/fgas/font/fgas_fontutils.h", |
1166 "xfa/fgas/font/fgas_gefont.cpp", | |
1167 "xfa/fgas/font/fgas_gefont.h", | |
1168 "xfa/fgas/layout/fgas_linebreak.cpp", | 1168 "xfa/fgas/layout/fgas_linebreak.cpp", |
1169 "xfa/fgas/layout/fgas_linebreak.h", | 1169 "xfa/fgas/layout/fgas_linebreak.h", |
1170 "xfa/fgas/layout/fgas_rtfbreak.cpp", | 1170 "xfa/fgas/layout/fgas_rtfbreak.cpp", |
1171 "xfa/fgas/layout/fgas_rtfbreak.h", | 1171 "xfa/fgas/layout/fgas_rtfbreak.h", |
1172 "xfa/fgas/layout/fgas_textbreak.cpp", | 1172 "xfa/fgas/layout/fgas_textbreak.cpp", |
1173 "xfa/fgas/layout/fgas_textbreak.h", | 1173 "xfa/fgas/layout/fgas_textbreak.h", |
1174 "xfa/fgas/layout/fgas_unicode.cpp", | 1174 "xfa/fgas/layout/fgas_unicode.cpp", |
1175 "xfa/fgas/layout/fgas_unicode.h", | 1175 "xfa/fgas/layout/fgas_unicode.h", |
1176 "xfa/fgas/localization/fgas_datetime.cpp", | 1176 "xfa/fgas/localization/fgas_datetime.cpp", |
1177 "xfa/fgas/localization/fgas_datetime.h", | 1177 "xfa/fgas/localization/fgas_datetime.h", |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1837 "//samples", | 1837 "//samples", |
1838 ] | 1838 ] |
1839 } | 1839 } |
1840 group("fuzzers") { | 1840 group("fuzzers") { |
1841 testonly = true | 1841 testonly = true |
1842 deps = [ | 1842 deps = [ |
1843 "//testing/libfuzzer", | 1843 "//testing/libfuzzer", |
1844 ] | 1844 ] |
1845 } | 1845 } |
1846 } | 1846 } |
OLD | NEW |