| 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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1211 "xfa/fwl/core/ifwl_checkbox.h", | 1211 "xfa/fwl/core/ifwl_checkbox.h", |
| 1212 "xfa/fwl/core/ifwl_combobox.cpp", | 1212 "xfa/fwl/core/ifwl_combobox.cpp", |
| 1213 "xfa/fwl/core/ifwl_combobox.h", | 1213 "xfa/fwl/core/ifwl_combobox.h", |
| 1214 "xfa/fwl/core/ifwl_comboboxproxy.cpp", | 1214 "xfa/fwl/core/ifwl_comboboxproxy.cpp", |
| 1215 "xfa/fwl/core/ifwl_comboboxproxy.h", | 1215 "xfa/fwl/core/ifwl_comboboxproxy.h", |
| 1216 "xfa/fwl/core/ifwl_comboedit.cpp", | 1216 "xfa/fwl/core/ifwl_comboedit.cpp", |
| 1217 "xfa/fwl/core/ifwl_comboedit.h", | 1217 "xfa/fwl/core/ifwl_comboedit.h", |
| 1218 "xfa/fwl/core/ifwl_combolist.cpp", | 1218 "xfa/fwl/core/ifwl_combolist.cpp", |
| 1219 "xfa/fwl/core/ifwl_combolist.h", | 1219 "xfa/fwl/core/ifwl_combolist.h", |
| 1220 "xfa/fwl/core/ifwl_dataprovider.h", | 1220 "xfa/fwl/core/ifwl_dataprovider.h", |
| 1221 "xfa/fwl/core/ifwl_datetimecalendar.cpp", | |
| 1222 "xfa/fwl/core/ifwl_datetimecalendar.h", | |
| 1223 "xfa/fwl/core/ifwl_datetimeedit.cpp", | 1221 "xfa/fwl/core/ifwl_datetimeedit.cpp", |
| 1224 "xfa/fwl/core/ifwl_datetimeedit.h", | 1222 "xfa/fwl/core/ifwl_datetimeedit.h", |
| 1225 "xfa/fwl/core/ifwl_datetimepicker.cpp", | 1223 "xfa/fwl/core/ifwl_datetimepicker.cpp", |
| 1226 "xfa/fwl/core/ifwl_datetimepicker.h", | 1224 "xfa/fwl/core/ifwl_datetimepicker.h", |
| 1227 "xfa/fwl/core/ifwl_edit.cpp", | 1225 "xfa/fwl/core/ifwl_edit.cpp", |
| 1228 "xfa/fwl/core/ifwl_edit.h", | 1226 "xfa/fwl/core/ifwl_edit.h", |
| 1229 "xfa/fwl/core/ifwl_form.cpp", | 1227 "xfa/fwl/core/ifwl_form.cpp", |
| 1230 "xfa/fwl/core/ifwl_form.h", | 1228 "xfa/fwl/core/ifwl_form.h", |
| 1231 "xfa/fwl/core/ifwl_formproxy.cpp", | 1229 "xfa/fwl/core/ifwl_formproxy.cpp", |
| 1232 "xfa/fwl/core/ifwl_formproxy.h", | 1230 "xfa/fwl/core/ifwl_formproxy.h", |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1772 "//samples", | 1770 "//samples", |
| 1773 ] | 1771 ] |
| 1774 } | 1772 } |
| 1775 group("fuzzers") { | 1773 group("fuzzers") { |
| 1776 testonly = true | 1774 testonly = true |
| 1777 deps = [ | 1775 deps = [ |
| 1778 "//testing/libfuzzer", | 1776 "//testing/libfuzzer", |
| 1779 ] | 1777 ] |
| 1780 } | 1778 } |
| 1781 } | 1779 } |
| OLD | NEW |