| 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 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1172 "xfa/fwl/core/cfwl_message.h", | 1172 "xfa/fwl/core/cfwl_message.h", |
| 1173 "xfa/fwl/core/cfwl_picturebox.cpp", | 1173 "xfa/fwl/core/cfwl_picturebox.cpp", |
| 1174 "xfa/fwl/core/cfwl_picturebox.h", | 1174 "xfa/fwl/core/cfwl_picturebox.h", |
| 1175 "xfa/fwl/core/cfwl_pushbutton.cpp", | 1175 "xfa/fwl/core/cfwl_pushbutton.cpp", |
| 1176 "xfa/fwl/core/cfwl_pushbutton.h", | 1176 "xfa/fwl/core/cfwl_pushbutton.h", |
| 1177 "xfa/fwl/core/cfwl_themebackground.h", | 1177 "xfa/fwl/core/cfwl_themebackground.h", |
| 1178 "xfa/fwl/core/cfwl_themepart.h", | 1178 "xfa/fwl/core/cfwl_themepart.h", |
| 1179 "xfa/fwl/core/cfwl_themetext.h", | 1179 "xfa/fwl/core/cfwl_themetext.h", |
| 1180 "xfa/fwl/core/cfwl_widget.cpp", | 1180 "xfa/fwl/core/cfwl_widget.cpp", |
| 1181 "xfa/fwl/core/cfwl_widget.h", | 1181 "xfa/fwl/core/cfwl_widget.h", |
| 1182 "xfa/fwl/core/cfwl_widgetimpproperties.h", | |
| 1183 "xfa/fwl/core/cfwl_widgetmgr.cpp", | 1182 "xfa/fwl/core/cfwl_widgetmgr.cpp", |
| 1184 "xfa/fwl/core/cfwl_widgetmgr.h", | 1183 "xfa/fwl/core/cfwl_widgetmgr.h", |
| 1185 "xfa/fwl/core/cfwl_widgetproperties.cpp", | |
| 1186 "xfa/fwl/core/cfwl_widgetproperties.h", | 1184 "xfa/fwl/core/cfwl_widgetproperties.h", |
| 1187 "xfa/fwl/core/cfx_barcode.cpp", | 1185 "xfa/fwl/core/cfx_barcode.cpp", |
| 1188 "xfa/fwl/core/cfx_barcode.h", | 1186 "xfa/fwl/core/cfx_barcode.h", |
| 1189 "xfa/fwl/core/fwl_error.h", | 1187 "xfa/fwl/core/fwl_error.h", |
| 1190 "xfa/fwl/core/fwl_noteimp.cpp", | 1188 "xfa/fwl/core/fwl_noteimp.cpp", |
| 1191 "xfa/fwl/core/fwl_noteimp.h", | 1189 "xfa/fwl/core/fwl_noteimp.h", |
| 1192 "xfa/fwl/core/fwl_widgetdef.h", | 1190 "xfa/fwl/core/fwl_widgetdef.h", |
| 1193 "xfa/fwl/core/fwl_widgethit.h", | 1191 "xfa/fwl/core/fwl_widgethit.h", |
| 1194 "xfa/fwl/core/ifwl_adaptertimermgr.h", | 1192 "xfa/fwl/core/ifwl_adaptertimermgr.h", |
| 1195 "xfa/fwl/core/ifwl_app.cpp", | 1193 "xfa/fwl/core/ifwl_app.cpp", |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1755 } | 1753 } |
| 1756 | 1754 |
| 1757 if (pdf_is_standalone) { | 1755 if (pdf_is_standalone) { |
| 1758 source_set("samples") { | 1756 source_set("samples") { |
| 1759 testonly = true | 1757 testonly = true |
| 1760 deps = [ | 1758 deps = [ |
| 1761 "//samples", | 1759 "//samples", |
| 1762 ] | 1760 ] |
| 1763 } | 1761 } |
| 1764 } | 1762 } |
| OLD | NEW |