| 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 "xfa/fgas/layout/fgas_textbreak.h", | 962 "xfa/fgas/layout/fgas_textbreak.h", |
| 963 "xfa/fgas/layout/fgas_unicode.cpp", | 963 "xfa/fgas/layout/fgas_unicode.cpp", |
| 964 "xfa/fgas/layout/fgas_unicode.h", | 964 "xfa/fgas/layout/fgas_unicode.h", |
| 965 "xfa/fgas/localization/fgas_datetime.cpp", | 965 "xfa/fgas/localization/fgas_datetime.cpp", |
| 966 "xfa/fgas/localization/fgas_datetime.h", | 966 "xfa/fgas/localization/fgas_datetime.h", |
| 967 "xfa/fgas/localization/fgas_locale.cpp", | 967 "xfa/fgas/localization/fgas_locale.cpp", |
| 968 "xfa/fgas/localization/fgas_locale.h", | 968 "xfa/fgas/localization/fgas_locale.h", |
| 969 "xfa/fgas/localization/fgas_localeimp.h", | 969 "xfa/fgas/localization/fgas_localeimp.h", |
| 970 "xfa/fgas/localization/fgas_localemgr.cpp", | 970 "xfa/fgas/localization/fgas_localemgr.cpp", |
| 971 "xfa/fgas/localization/fgas_localemgr.h", | 971 "xfa/fgas/localization/fgas_localemgr.h", |
| 972 "xfa/fgas/xml/fgas_sax.cpp", |
| 972 "xfa/fgas/xml/fgas_sax.h", | 973 "xfa/fgas/xml/fgas_sax.h", |
| 973 "xfa/fgas/xml/fgas_sax_imp.cpp", | |
| 974 "xfa/fgas/xml/fgas_sax_imp.h", | |
| 975 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", | 974 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", |
| 976 "xfa/fwl/basewidget/fwl_barcodeimp.h", | 975 "xfa/fwl/basewidget/fwl_barcodeimp.h", |
| 977 "xfa/fwl/basewidget/fwl_caretimp.cpp", | 976 "xfa/fwl/basewidget/fwl_caretimp.cpp", |
| 978 "xfa/fwl/basewidget/fwl_caretimp.h", | 977 "xfa/fwl/basewidget/fwl_caretimp.h", |
| 979 "xfa/fwl/basewidget/fwl_checkboximp.cpp", | 978 "xfa/fwl/basewidget/fwl_checkboximp.cpp", |
| 980 "xfa/fwl/basewidget/fwl_checkboximp.h", | 979 "xfa/fwl/basewidget/fwl_checkboximp.h", |
| 981 "xfa/fwl/basewidget/fwl_comboboximp.cpp", | 980 "xfa/fwl/basewidget/fwl_comboboximp.cpp", |
| 982 "xfa/fwl/basewidget/fwl_comboboximp.h", | 981 "xfa/fwl/basewidget/fwl_comboboximp.h", |
| 983 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", | 982 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", |
| 984 "xfa/fwl/basewidget/fwl_datetimepickerimp.h", | 983 "xfa/fwl/basewidget/fwl_datetimepickerimp.h", |
| (...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1708 } | 1707 } |
| 1709 | 1708 |
| 1710 if (pdf_is_standalone) { | 1709 if (pdf_is_standalone) { |
| 1711 source_set("samples") { | 1710 source_set("samples") { |
| 1712 testonly = true | 1711 testonly = true |
| 1713 deps = [ | 1712 deps = [ |
| 1714 "//samples", | 1713 "//samples", |
| 1715 ] | 1714 ] |
| 1716 } | 1715 } |
| 1717 } | 1716 } |
| OLD | NEW |