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_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 "xfa/fwl/core/fwl_widgetmgrimp.cpp", | 1045 "xfa/fwl/core/fwl_widgetmgrimp.cpp", |
1046 "xfa/fwl/core/fwl_widgetmgrimp.h", | 1046 "xfa/fwl/core/fwl_widgetmgrimp.h", |
1047 "xfa/fwl/core/ifwl_app.h", | 1047 "xfa/fwl/core/ifwl_app.h", |
1048 "xfa/fwl/core/ifwl_dataprovider.h", | 1048 "xfa/fwl/core/ifwl_dataprovider.h", |
1049 "xfa/fwl/core/ifwl_form.h", | 1049 "xfa/fwl/core/ifwl_form.h", |
1050 "xfa/fwl/core/ifwl_themeprovider.h", | 1050 "xfa/fwl/core/ifwl_themeprovider.h", |
1051 "xfa/fwl/core/ifwl_timer.h", | 1051 "xfa/fwl/core/ifwl_timer.h", |
1052 "xfa/fwl/core/ifwl_tooltiptarget.h", | 1052 "xfa/fwl/core/ifwl_tooltiptarget.h", |
1053 "xfa/fwl/core/ifwl_widget.h", | 1053 "xfa/fwl/core/ifwl_widget.h", |
1054 "xfa/fwl/core/ifwl_widgetdelegate.h", | 1054 "xfa/fwl/core/ifwl_widgetdelegate.h", |
1055 "xfa/fwl/core/ifwl_widgetmgr.h", | |
1056 "xfa/fwl/core/include/fwl_widgethit.h", | 1055 "xfa/fwl/core/include/fwl_widgethit.h", |
1057 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", | 1056 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", |
1058 "xfa/fwl/lightwidget/cfwl_barcode.cpp", | 1057 "xfa/fwl/lightwidget/cfwl_barcode.cpp", |
1059 "xfa/fwl/lightwidget/cfwl_barcode.h", | 1058 "xfa/fwl/lightwidget/cfwl_barcode.h", |
1060 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", | 1059 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", |
1061 "xfa/fwl/lightwidget/cfwl_checkbox.h", | 1060 "xfa/fwl/lightwidget/cfwl_checkbox.h", |
1062 "xfa/fwl/lightwidget/cfwl_combobox.cpp", | 1061 "xfa/fwl/lightwidget/cfwl_combobox.cpp", |
1063 "xfa/fwl/lightwidget/cfwl_combobox.h", | 1062 "xfa/fwl/lightwidget/cfwl_combobox.h", |
1064 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", | 1063 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", |
1065 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", | 1064 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1709 } | 1708 } |
1710 | 1709 |
1711 if (pdf_is_standalone) { | 1710 if (pdf_is_standalone) { |
1712 source_set("samples") { | 1711 source_set("samples") { |
1713 testonly = true | 1712 testonly = true |
1714 deps = [ | 1713 deps = [ |
1715 "//samples", | 1714 "//samples", |
1716 ] | 1715 ] |
1717 } | 1716 } |
1718 } | 1717 } |
OLD | NEW |