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