| 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 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1197 "xfa/fwl/core/cfwl_evtmouse.cpp", | 1197 "xfa/fwl/core/cfwl_evtmouse.cpp", |
| 1198 "xfa/fwl/core/cfwl_evtmouse.h", | 1198 "xfa/fwl/core/cfwl_evtmouse.h", |
| 1199 "xfa/fwl/core/cfwl_evtmousewheel.cpp", | 1199 "xfa/fwl/core/cfwl_evtmousewheel.cpp", |
| 1200 "xfa/fwl/core/cfwl_evtmousewheel.h", | 1200 "xfa/fwl/core/cfwl_evtmousewheel.h", |
| 1201 "xfa/fwl/core/cfwl_evtpostdropdown.cpp", | 1201 "xfa/fwl/core/cfwl_evtpostdropdown.cpp", |
| 1202 "xfa/fwl/core/cfwl_evtpostdropdown.h", | 1202 "xfa/fwl/core/cfwl_evtpostdropdown.h", |
| 1203 "xfa/fwl/core/cfwl_evtpredropdown.cpp", | 1203 "xfa/fwl/core/cfwl_evtpredropdown.cpp", |
| 1204 "xfa/fwl/core/cfwl_evtpredropdown.h", | 1204 "xfa/fwl/core/cfwl_evtpredropdown.h", |
| 1205 "xfa/fwl/core/cfwl_evtscroll.cpp", | 1205 "xfa/fwl/core/cfwl_evtscroll.cpp", |
| 1206 "xfa/fwl/core/cfwl_evtscroll.h", | 1206 "xfa/fwl/core/cfwl_evtscroll.h", |
| 1207 "xfa/fwl/core/cfwl_evtselectchanged.cpp", |
| 1208 "xfa/fwl/core/cfwl_evtselectchanged.h", |
| 1207 "xfa/fwl/core/cfwl_evtsetfocus.cpp", | 1209 "xfa/fwl/core/cfwl_evtsetfocus.cpp", |
| 1208 "xfa/fwl/core/cfwl_evtsetfocus.h", | 1210 "xfa/fwl/core/cfwl_evtsetfocus.h", |
| 1209 "xfa/fwl/core/cfwl_evtsizechanged.cpp", | 1211 "xfa/fwl/core/cfwl_evtsizechanged.cpp", |
| 1210 "xfa/fwl/core/cfwl_evtsizechanged.h", | 1212 "xfa/fwl/core/cfwl_evtsizechanged.h", |
| 1211 "xfa/fwl/core/cfwl_evttextchanged.cpp", | 1213 "xfa/fwl/core/cfwl_evttextchanged.cpp", |
| 1212 "xfa/fwl/core/cfwl_evttextchanged.h", | 1214 "xfa/fwl/core/cfwl_evttextchanged.h", |
| 1213 "xfa/fwl/core/cfwl_evttextfull.cpp", | 1215 "xfa/fwl/core/cfwl_evttextfull.cpp", |
| 1214 "xfa/fwl/core/cfwl_evttextfull.h", | 1216 "xfa/fwl/core/cfwl_evttextfull.h", |
| 1215 "xfa/fwl/core/cfwl_evtvalidate.cpp", | 1217 "xfa/fwl/core/cfwl_evtvalidate.cpp", |
| 1216 "xfa/fwl/core/cfwl_evtvalidate.h", | 1218 "xfa/fwl/core/cfwl_evtvalidate.h", |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1820 "//samples", | 1822 "//samples", |
| 1821 ] | 1823 ] |
| 1822 } | 1824 } |
| 1823 group("fuzzers") { | 1825 group("fuzzers") { |
| 1824 testonly = true | 1826 testonly = true |
| 1825 deps = [ | 1827 deps = [ |
| 1826 "//testing/libfuzzer", | 1828 "//testing/libfuzzer", |
| 1827 ] | 1829 ] |
| 1828 } | 1830 } |
| 1829 } | 1831 } |
| OLD | NEW |