| 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 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1261 "xfa/fwl/cfwl_noteloop.cpp", | 1261 "xfa/fwl/cfwl_noteloop.cpp", |
| 1262 "xfa/fwl/cfwl_noteloop.h", | 1262 "xfa/fwl/cfwl_noteloop.h", |
| 1263 "xfa/fwl/cfwl_picturebox.cpp", | 1263 "xfa/fwl/cfwl_picturebox.cpp", |
| 1264 "xfa/fwl/cfwl_picturebox.h", | 1264 "xfa/fwl/cfwl_picturebox.h", |
| 1265 "xfa/fwl/cfwl_pushbutton.cpp", | 1265 "xfa/fwl/cfwl_pushbutton.cpp", |
| 1266 "xfa/fwl/cfwl_pushbutton.h", | 1266 "xfa/fwl/cfwl_pushbutton.h", |
| 1267 "xfa/fwl/cfwl_scrollbar.cpp", | 1267 "xfa/fwl/cfwl_scrollbar.cpp", |
| 1268 "xfa/fwl/cfwl_scrollbar.h", | 1268 "xfa/fwl/cfwl_scrollbar.h", |
| 1269 "xfa/fwl/cfwl_spinbutton.cpp", | 1269 "xfa/fwl/cfwl_spinbutton.cpp", |
| 1270 "xfa/fwl/cfwl_spinbutton.h", | 1270 "xfa/fwl/cfwl_spinbutton.h", |
| 1271 "xfa/fwl/cfwl_sysbtn.cpp", | |
| 1272 "xfa/fwl/cfwl_sysbtn.h", | |
| 1273 "xfa/fwl/cfwl_themebackground.h", | 1271 "xfa/fwl/cfwl_themebackground.h", |
| 1274 "xfa/fwl/cfwl_themepart.cpp", | 1272 "xfa/fwl/cfwl_themepart.cpp", |
| 1275 "xfa/fwl/cfwl_themepart.h", | 1273 "xfa/fwl/cfwl_themepart.h", |
| 1276 "xfa/fwl/cfwl_themetext.h", | 1274 "xfa/fwl/cfwl_themetext.h", |
| 1277 "xfa/fwl/cfwl_timer.cpp", | 1275 "xfa/fwl/cfwl_timer.cpp", |
| 1278 "xfa/fwl/cfwl_timer.h", | 1276 "xfa/fwl/cfwl_timer.h", |
| 1279 "xfa/fwl/cfwl_timerinfo.cpp", | 1277 "xfa/fwl/cfwl_timerinfo.cpp", |
| 1280 "xfa/fwl/cfwl_timerinfo.h", | 1278 "xfa/fwl/cfwl_timerinfo.h", |
| 1281 "xfa/fwl/cfwl_widget.cpp", | 1279 "xfa/fwl/cfwl_widget.cpp", |
| 1282 "xfa/fwl/cfwl_widget.h", | 1280 "xfa/fwl/cfwl_widget.h", |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1820 "//samples", | 1818 "//samples", |
| 1821 ] | 1819 ] |
| 1822 } | 1820 } |
| 1823 group("fuzzers") { | 1821 group("fuzzers") { |
| 1824 testonly = true | 1822 testonly = true |
| 1825 deps = [ | 1823 deps = [ |
| 1826 "//testing/libfuzzer", | 1824 "//testing/libfuzzer", |
| 1827 ] | 1825 ] |
| 1828 } | 1826 } |
| 1829 } | 1827 } |
| OLD | NEW |