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

Side by Side Diff: BUILD.gn

Issue 1874963002: Remove some FWL code. (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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 "xfa/fwl/core/ifwl_tooltiptarget.h", 1073 "xfa/fwl/core/ifwl_tooltiptarget.h",
1074 "xfa/fwl/core/ifwl_widget.h", 1074 "xfa/fwl/core/ifwl_widget.h",
1075 "xfa/fwl/core/ifwl_widgetdelegate.h", 1075 "xfa/fwl/core/ifwl_widgetdelegate.h",
1076 "xfa/fwl/core/ifwl_widgetmgr.h", 1076 "xfa/fwl/core/ifwl_widgetmgr.h",
1077 "xfa/fwl/core/ifwl_widgetmgrdelegate.h", 1077 "xfa/fwl/core/ifwl_widgetmgrdelegate.h",
1078 "xfa/fwl/core/include/ifwl_adaptertimermgr.h", 1078 "xfa/fwl/core/include/ifwl_adaptertimermgr.h",
1079 "xfa/fwl/lightwidget/cfwl_app.cpp", 1079 "xfa/fwl/lightwidget/cfwl_app.cpp",
1080 "xfa/fwl/lightwidget/cfwl_app.h", 1080 "xfa/fwl/lightwidget/cfwl_app.h",
1081 "xfa/fwl/lightwidget/cfwl_barcode.cpp", 1081 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
1082 "xfa/fwl/lightwidget/cfwl_barcode.h", 1082 "xfa/fwl/lightwidget/cfwl_barcode.h",
1083 "xfa/fwl/lightwidget/cfwl_caret.cpp",
1084 "xfa/fwl/lightwidget/cfwl_caret.h",
1085 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", 1083 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
1086 "xfa/fwl/lightwidget/cfwl_checkbox.h", 1084 "xfa/fwl/lightwidget/cfwl_checkbox.h",
1087 "xfa/fwl/lightwidget/cfwl_combobox.cpp", 1085 "xfa/fwl/lightwidget/cfwl_combobox.cpp",
1088 "xfa/fwl/lightwidget/cfwl_combobox.h", 1086 "xfa/fwl/lightwidget/cfwl_combobox.h",
1089 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", 1087 "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
1090 "xfa/fwl/lightwidget/cfwl_datetimepicker.h", 1088 "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
1091 "xfa/fwl/lightwidget/cfwl_edit.cpp", 1089 "xfa/fwl/lightwidget/cfwl_edit.cpp",
1092 "xfa/fwl/lightwidget/cfwl_edit.h", 1090 "xfa/fwl/lightwidget/cfwl_edit.h",
1093 "xfa/fwl/lightwidget/cfwl_listbox.cpp", 1091 "xfa/fwl/lightwidget/cfwl_listbox.cpp",
1094 "xfa/fwl/lightwidget/cfwl_listbox.h", 1092 "xfa/fwl/lightwidget/cfwl_listbox.h",
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1721 "//v8:v8_libplatform", 1719 "//v8:v8_libplatform",
1722 ] 1720 ]
1723 include_dirs += [ 1721 include_dirs += [
1724 "//v8", 1722 "//v8",
1725 "//v8/include", 1723 "//v8/include",
1726 ] 1724 ]
1727 configs += [ "//v8:external_startup_data" ] 1725 configs += [ "//v8:external_startup_data" ]
1728 } 1726 }
1729 configs += [ ":pdfium_config" ] 1727 configs += [ ":pdfium_config" ]
1730 } 1728 }
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