Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: BUILD.gn

Issue 1862243002: Remove IFWL_Grid and other grid classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "xfa/fwl/core/cfwl_themepart.h", 1034 "xfa/fwl/core/cfwl_themepart.h",
1035 "xfa/fwl/core/cfwl_themetext.h", 1035 "xfa/fwl/core/cfwl_themetext.h",
1036 "xfa/fwl/core/cfwl_widgetimpproperties.h", 1036 "xfa/fwl/core/cfwl_widgetimpproperties.h",
1037 "xfa/fwl/core/fwl_appimp.cpp", 1037 "xfa/fwl/core/fwl_appimp.cpp",
1038 "xfa/fwl/core/fwl_appimp.h", 1038 "xfa/fwl/core/fwl_appimp.h",
1039 "xfa/fwl/core/fwl_contentimp.cpp", 1039 "xfa/fwl/core/fwl_contentimp.cpp",
1040 "xfa/fwl/core/fwl_contentimp.h", 1040 "xfa/fwl/core/fwl_contentimp.h",
1041 "xfa/fwl/core/fwl_error.h", 1041 "xfa/fwl/core/fwl_error.h",
1042 "xfa/fwl/core/fwl_formimp.cpp", 1042 "xfa/fwl/core/fwl_formimp.cpp",
1043 "xfa/fwl/core/fwl_formimp.h", 1043 "xfa/fwl/core/fwl_formimp.h",
1044 "xfa/fwl/core/fwl_gridimp.cpp",
1045 "xfa/fwl/core/fwl_gridimp.h",
1046 "xfa/fwl/core/fwl_noteimp.cpp", 1044 "xfa/fwl/core/fwl_noteimp.cpp",
1047 "xfa/fwl/core/fwl_noteimp.h", 1045 "xfa/fwl/core/fwl_noteimp.h",
1048 "xfa/fwl/core/fwl_panelimp.cpp", 1046 "xfa/fwl/core/fwl_panelimp.cpp",
1049 "xfa/fwl/core/fwl_panelimp.h", 1047 "xfa/fwl/core/fwl_panelimp.h",
1050 "xfa/fwl/core/fwl_sdadapterimp.cpp", 1048 "xfa/fwl/core/fwl_sdadapterimp.cpp",
1051 "xfa/fwl/core/fwl_sdadapterimp.h", 1049 "xfa/fwl/core/fwl_sdadapterimp.h",
1052 "xfa/fwl/core/fwl_targetimp.cpp", 1050 "xfa/fwl/core/fwl_targetimp.cpp",
1053 "xfa/fwl/core/fwl_targetimp.h", 1051 "xfa/fwl/core/fwl_targetimp.h",
1054 "xfa/fwl/core/fwl_threadimp.cpp", 1052 "xfa/fwl/core/fwl_threadimp.cpp",
1055 "xfa/fwl/core/fwl_threadimp.h", 1053 "xfa/fwl/core/fwl_threadimp.h",
1056 "xfa/fwl/core/fwl_timerimp.cpp", 1054 "xfa/fwl/core/fwl_timerimp.cpp",
1057 "xfa/fwl/core/fwl_widgetdef.h", 1055 "xfa/fwl/core/fwl_widgetdef.h",
1058 "xfa/fwl/core/fwl_widgetimp.cpp", 1056 "xfa/fwl/core/fwl_widgetimp.cpp",
1059 "xfa/fwl/core/fwl_widgetimp.h", 1057 "xfa/fwl/core/fwl_widgetimp.h",
1060 "xfa/fwl/core/fwl_widgetmgrimp.cpp", 1058 "xfa/fwl/core/fwl_widgetmgrimp.cpp",
1061 "xfa/fwl/core/fwl_widgetmgrimp.h", 1059 "xfa/fwl/core/fwl_widgetmgrimp.h",
1062 "xfa/fwl/core/ifwl_adapternative.h", 1060 "xfa/fwl/core/ifwl_adapternative.h",
1063 "xfa/fwl/core/ifwl_adapterthreadmgr.h", 1061 "xfa/fwl/core/ifwl_adapterthreadmgr.h",
1064 "xfa/fwl/core/ifwl_adapterwidgetmgr.h", 1062 "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
1065 "xfa/fwl/core/ifwl_app.h", 1063 "xfa/fwl/core/ifwl_app.h",
1066 "xfa/fwl/core/ifwl_content.h", 1064 "xfa/fwl/core/ifwl_content.h",
1067 "xfa/fwl/core/ifwl_custom.h", 1065 "xfa/fwl/core/ifwl_custom.h",
1068 "xfa/fwl/core/ifwl_custompanel.h", 1066 "xfa/fwl/core/ifwl_custompanel.h",
1069 "xfa/fwl/core/ifwl_dataprovider.h", 1067 "xfa/fwl/core/ifwl_dataprovider.h",
1070 "xfa/fwl/core/ifwl_form.h", 1068 "xfa/fwl/core/ifwl_form.h",
1071 "xfa/fwl/core/ifwl_grid.h",
1072 "xfa/fwl/core/ifwl_notedriver.h", 1069 "xfa/fwl/core/ifwl_notedriver.h",
1073 "xfa/fwl/core/ifwl_noteloop.h", 1070 "xfa/fwl/core/ifwl_noteloop.h",
1074 "xfa/fwl/core/ifwl_notethread.h", 1071 "xfa/fwl/core/ifwl_notethread.h",
1075 "xfa/fwl/core/ifwl_panel.h", 1072 "xfa/fwl/core/ifwl_panel.h",
1076 "xfa/fwl/core/ifwl_proxy.h", 1073 "xfa/fwl/core/ifwl_proxy.h",
1077 "xfa/fwl/core/ifwl_target.h", 1074 "xfa/fwl/core/ifwl_target.h",
1078 "xfa/fwl/core/ifwl_themeprovider.h", 1075 "xfa/fwl/core/ifwl_themeprovider.h",
1079 "xfa/fwl/core/ifwl_thread.h", 1076 "xfa/fwl/core/ifwl_thread.h",
1080 "xfa/fwl/core/ifwl_timer.h", 1077 "xfa/fwl/core/ifwl_timer.h",
1081 "xfa/fwl/core/ifwl_tooltiptarget.h", 1078 "xfa/fwl/core/ifwl_tooltiptarget.h",
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 "//v8:v8_libplatform", 1725 "//v8:v8_libplatform",
1729 ] 1726 ]
1730 include_dirs += [ 1727 include_dirs += [
1731 "//v8", 1728 "//v8",
1732 "//v8/include", 1729 "//v8/include",
1733 ] 1730 ]
1734 configs += [ "//v8:external_startup_data" ] 1731 configs += [ "//v8:external_startup_data" ]
1735 } 1732 }
1736 configs += [ ":pdfium_config" ] 1733 configs += [ ":pdfium_config" ]
1737 } 1734 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698