| 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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1181 "xfa/fwl/core/cfwl_event.cpp", | 1181 "xfa/fwl/core/cfwl_event.cpp", |
| 1182 "xfa/fwl/core/cfwl_event.h", | 1182 "xfa/fwl/core/cfwl_event.h", |
| 1183 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp", | 1183 "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp", |
| 1184 "xfa/fwl/core/cfwl_evtcheckstatechanged.h", | 1184 "xfa/fwl/core/cfwl_evtcheckstatechanged.h", |
| 1185 "xfa/fwl/core/cfwl_evtcheckword.cpp", | 1185 "xfa/fwl/core/cfwl_evtcheckword.cpp", |
| 1186 "xfa/fwl/core/cfwl_evtcheckword.h", | 1186 "xfa/fwl/core/cfwl_evtcheckword.h", |
| 1187 "xfa/fwl/core/cfwl_evtclick.cpp", | 1187 "xfa/fwl/core/cfwl_evtclick.cpp", |
| 1188 "xfa/fwl/core/cfwl_evtclick.h", | 1188 "xfa/fwl/core/cfwl_evtclick.h", |
| 1189 "xfa/fwl/core/cfwl_evtclose.cpp", | 1189 "xfa/fwl/core/cfwl_evtclose.cpp", |
| 1190 "xfa/fwl/core/cfwl_evtclose.h", | 1190 "xfa/fwl/core/cfwl_evtclose.h", |
| 1191 "xfa/fwl/core/cfwl_evteditchanged.cpp", |
| 1192 "xfa/fwl/core/cfwl_evteditchanged.h", |
| 1191 "xfa/fwl/core/cfwl_evtkey.cpp", | 1193 "xfa/fwl/core/cfwl_evtkey.cpp", |
| 1192 "xfa/fwl/core/cfwl_evtkey.h", | 1194 "xfa/fwl/core/cfwl_evtkey.h", |
| 1193 "xfa/fwl/core/cfwl_evtkillfocus.cpp", | 1195 "xfa/fwl/core/cfwl_evtkillfocus.cpp", |
| 1194 "xfa/fwl/core/cfwl_evtkillfocus.h", | 1196 "xfa/fwl/core/cfwl_evtkillfocus.h", |
| 1195 "xfa/fwl/core/cfwl_evtmouse.cpp", | 1197 "xfa/fwl/core/cfwl_evtmouse.cpp", |
| 1196 "xfa/fwl/core/cfwl_evtmouse.h", | 1198 "xfa/fwl/core/cfwl_evtmouse.h", |
| 1197 "xfa/fwl/core/cfwl_evtmousewheel.cpp", | 1199 "xfa/fwl/core/cfwl_evtmousewheel.cpp", |
| 1198 "xfa/fwl/core/cfwl_evtmousewheel.h", | 1200 "xfa/fwl/core/cfwl_evtmousewheel.h", |
| 1199 "xfa/fwl/core/cfwl_evtpostdropdown.cpp", | 1201 "xfa/fwl/core/cfwl_evtpostdropdown.cpp", |
| 1200 "xfa/fwl/core/cfwl_evtpostdropdown.h", | 1202 "xfa/fwl/core/cfwl_evtpostdropdown.h", |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 "//samples", | 1820 "//samples", |
| 1819 ] | 1821 ] |
| 1820 } | 1822 } |
| 1821 group("fuzzers") { | 1823 group("fuzzers") { |
| 1822 testonly = true | 1824 testonly = true |
| 1823 deps = [ | 1825 deps = [ |
| 1824 "//testing/libfuzzer", | 1826 "//testing/libfuzzer", |
| 1825 ] | 1827 ] |
| 1826 } | 1828 } |
| 1827 } | 1829 } |
| OLD | NEW |