| 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/ifwl_app.cpp", | 1197 "xfa/fwl/core/ifwl_app.cpp", |
| 1198 "xfa/fwl/core/ifwl_app.h", | 1198 "xfa/fwl/core/ifwl_app.h", |
| 1199 "xfa/fwl/core/ifwl_barcode.cpp", | 1199 "xfa/fwl/core/ifwl_barcode.cpp", |
| 1200 "xfa/fwl/core/ifwl_barcode.h", | 1200 "xfa/fwl/core/ifwl_barcode.h", |
| 1201 "xfa/fwl/core/ifwl_caret.cpp", | 1201 "xfa/fwl/core/ifwl_caret.cpp", |
| 1202 "xfa/fwl/core/ifwl_caret.h", | 1202 "xfa/fwl/core/ifwl_caret.h", |
| 1203 "xfa/fwl/core/ifwl_checkbox.cpp", | 1203 "xfa/fwl/core/ifwl_checkbox.cpp", |
| 1204 "xfa/fwl/core/ifwl_checkbox.h", | 1204 "xfa/fwl/core/ifwl_checkbox.h", |
| 1205 "xfa/fwl/core/ifwl_combobox.cpp", | 1205 "xfa/fwl/core/ifwl_combobox.cpp", |
| 1206 "xfa/fwl/core/ifwl_combobox.h", | 1206 "xfa/fwl/core/ifwl_combobox.h", |
| 1207 "xfa/fwl/core/ifwl_comboboxproxy.cpp", |
| 1208 "xfa/fwl/core/ifwl_comboboxproxy.h", |
| 1207 "xfa/fwl/core/ifwl_comboedit.cpp", | 1209 "xfa/fwl/core/ifwl_comboedit.cpp", |
| 1208 "xfa/fwl/core/ifwl_comboedit.h", | 1210 "xfa/fwl/core/ifwl_comboedit.h", |
| 1209 "xfa/fwl/core/ifwl_combolist.cpp", | 1211 "xfa/fwl/core/ifwl_combolist.cpp", |
| 1210 "xfa/fwl/core/ifwl_combolist.h", | 1212 "xfa/fwl/core/ifwl_combolist.h", |
| 1211 "xfa/fwl/core/ifwl_dataprovider.h", | 1213 "xfa/fwl/core/ifwl_dataprovider.h", |
| 1212 "xfa/fwl/core/ifwl_datetimecalendar.cpp", | 1214 "xfa/fwl/core/ifwl_datetimecalendar.cpp", |
| 1213 "xfa/fwl/core/ifwl_datetimecalendar.h", | 1215 "xfa/fwl/core/ifwl_datetimecalendar.h", |
| 1214 "xfa/fwl/core/ifwl_datetimeedit.cpp", | 1216 "xfa/fwl/core/ifwl_datetimeedit.cpp", |
| 1215 "xfa/fwl/core/ifwl_datetimeedit.h", | 1217 "xfa/fwl/core/ifwl_datetimeedit.h", |
| 1216 "xfa/fwl/core/ifwl_datetimepicker.cpp", | 1218 "xfa/fwl/core/ifwl_datetimepicker.cpp", |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1755 } | 1757 } |
| 1756 | 1758 |
| 1757 if (pdf_is_standalone) { | 1759 if (pdf_is_standalone) { |
| 1758 source_set("samples") { | 1760 source_set("samples") { |
| 1759 testonly = true | 1761 testonly = true |
| 1760 deps = [ | 1762 deps = [ |
| 1761 "//samples", | 1763 "//samples", |
| 1762 ] | 1764 ] |
| 1763 } | 1765 } |
| 1764 } | 1766 } |
| OLD | NEW |