| 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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1204 "xfa/fwl/core/cfwl_datetimeedit.cpp", | 1204 "xfa/fwl/core/cfwl_datetimeedit.cpp", |
| 1205 "xfa/fwl/core/cfwl_datetimeedit.h", | 1205 "xfa/fwl/core/cfwl_datetimeedit.h", |
| 1206 "xfa/fwl/core/cfwl_datetimepicker.cpp", | 1206 "xfa/fwl/core/cfwl_datetimepicker.cpp", |
| 1207 "xfa/fwl/core/cfwl_datetimepicker.h", | 1207 "xfa/fwl/core/cfwl_datetimepicker.h", |
| 1208 "xfa/fwl/core/cfwl_edit.cpp", | 1208 "xfa/fwl/core/cfwl_edit.cpp", |
| 1209 "xfa/fwl/core/cfwl_edit.h", | 1209 "xfa/fwl/core/cfwl_edit.h", |
| 1210 "xfa/fwl/core/cfwl_event.cpp", | 1210 "xfa/fwl/core/cfwl_event.cpp", |
| 1211 "xfa/fwl/core/cfwl_event.h", | 1211 "xfa/fwl/core/cfwl_event.h", |
| 1212 "xfa/fwl/core/cfwl_eventtarget.cpp", | 1212 "xfa/fwl/core/cfwl_eventtarget.cpp", |
| 1213 "xfa/fwl/core/cfwl_eventtarget.h", | 1213 "xfa/fwl/core/cfwl_eventtarget.h", |
| 1214 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp", | |
| 1215 "xfa/fwl/core/cfwl_evtcheckstatechanged.h", | |
| 1216 "xfa/fwl/core/cfwl_evtcheckword.cpp", | 1214 "xfa/fwl/core/cfwl_evtcheckword.cpp", |
| 1217 "xfa/fwl/core/cfwl_evtcheckword.h", | 1215 "xfa/fwl/core/cfwl_evtcheckword.h", |
| 1218 "xfa/fwl/core/cfwl_evtclick.cpp", | |
| 1219 "xfa/fwl/core/cfwl_evtclick.h", | |
| 1220 "xfa/fwl/core/cfwl_evtclose.cpp", | |
| 1221 "xfa/fwl/core/cfwl_evtclose.h", | |
| 1222 "xfa/fwl/core/cfwl_evteditchanged.cpp", | |
| 1223 "xfa/fwl/core/cfwl_evteditchanged.h", | |
| 1224 "xfa/fwl/core/cfwl_evtkey.cpp", | |
| 1225 "xfa/fwl/core/cfwl_evtkey.h", | |
| 1226 "xfa/fwl/core/cfwl_evtkillfocus.cpp", | |
| 1227 "xfa/fwl/core/cfwl_evtkillfocus.h", | |
| 1228 "xfa/fwl/core/cfwl_evtmouse.cpp", | 1216 "xfa/fwl/core/cfwl_evtmouse.cpp", |
| 1229 "xfa/fwl/core/cfwl_evtmouse.h", | 1217 "xfa/fwl/core/cfwl_evtmouse.h", |
| 1230 "xfa/fwl/core/cfwl_evtmousewheel.cpp", | |
| 1231 "xfa/fwl/core/cfwl_evtmousewheel.h", | |
| 1232 "xfa/fwl/core/cfwl_evtpostdropdown.cpp", | |
| 1233 "xfa/fwl/core/cfwl_evtpostdropdown.h", | |
| 1234 "xfa/fwl/core/cfwl_evtpredropdown.cpp", | |
| 1235 "xfa/fwl/core/cfwl_evtpredropdown.h", | |
| 1236 "xfa/fwl/core/cfwl_evtscroll.cpp", | 1218 "xfa/fwl/core/cfwl_evtscroll.cpp", |
| 1237 "xfa/fwl/core/cfwl_evtscroll.h", | 1219 "xfa/fwl/core/cfwl_evtscroll.h", |
| 1238 "xfa/fwl/core/cfwl_evtselectchanged.cpp", | 1220 "xfa/fwl/core/cfwl_evtselectchanged.cpp", |
| 1239 "xfa/fwl/core/cfwl_evtselectchanged.h", | 1221 "xfa/fwl/core/cfwl_evtselectchanged.h", |
| 1240 "xfa/fwl/core/cfwl_evtsetfocus.cpp", | |
| 1241 "xfa/fwl/core/cfwl_evtsetfocus.h", | |
| 1242 "xfa/fwl/core/cfwl_evtsizechanged.cpp", | |
| 1243 "xfa/fwl/core/cfwl_evtsizechanged.h", | |
| 1244 "xfa/fwl/core/cfwl_evttextchanged.cpp", | 1222 "xfa/fwl/core/cfwl_evttextchanged.cpp", |
| 1245 "xfa/fwl/core/cfwl_evttextchanged.h", | 1223 "xfa/fwl/core/cfwl_evttextchanged.h", |
| 1246 "xfa/fwl/core/cfwl_evttextfull.cpp", | |
| 1247 "xfa/fwl/core/cfwl_evttextfull.h", | |
| 1248 "xfa/fwl/core/cfwl_evtvalidate.cpp", | 1224 "xfa/fwl/core/cfwl_evtvalidate.cpp", |
| 1249 "xfa/fwl/core/cfwl_evtvalidate.h", | 1225 "xfa/fwl/core/cfwl_evtvalidate.h", |
| 1250 "xfa/fwl/core/cfwl_form.cpp", | 1226 "xfa/fwl/core/cfwl_form.cpp", |
| 1251 "xfa/fwl/core/cfwl_form.h", | 1227 "xfa/fwl/core/cfwl_form.h", |
| 1252 "xfa/fwl/core/cfwl_formproxy.cpp", | 1228 "xfa/fwl/core/cfwl_formproxy.cpp", |
| 1253 "xfa/fwl/core/cfwl_formproxy.h", | 1229 "xfa/fwl/core/cfwl_formproxy.h", |
| 1254 "xfa/fwl/core/cfwl_listbox.cpp", | 1230 "xfa/fwl/core/cfwl_listbox.cpp", |
| 1255 "xfa/fwl/core/cfwl_listbox.h", | 1231 "xfa/fwl/core/cfwl_listbox.h", |
| 1256 "xfa/fwl/core/cfwl_listitem.cpp", | 1232 "xfa/fwl/core/cfwl_listitem.cpp", |
| 1257 "xfa/fwl/core/cfwl_listitem.h", | 1233 "xfa/fwl/core/cfwl_listitem.h", |
| (...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1833 "//samples", | 1809 "//samples", |
| 1834 ] | 1810 ] |
| 1835 } | 1811 } |
| 1836 group("fuzzers") { | 1812 group("fuzzers") { |
| 1837 testonly = true | 1813 testonly = true |
| 1838 deps = [ | 1814 deps = [ |
| 1839 "//testing/libfuzzer", | 1815 "//testing/libfuzzer", |
| 1840 ] | 1816 ] |
| 1841 } | 1817 } |
| 1842 } | 1818 } |
| OLD | NEW |