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

Side by Side Diff: BUILD.gn

Issue 2430563003: Merge IFWL_App and FWL_AppImp together (Closed)
Patch Set: Cleanup Created 4 years, 2 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/fwl/basewidget/fwl_comboboximp.cpp » ('j') | xfa/fwl/core/fwl_widgetimp.cpp » ('J')
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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 "xfa/fwl/basewidget/ifwl_spinbutton.h", 1197 "xfa/fwl/basewidget/ifwl_spinbutton.h",
1198 "xfa/fwl/basewidget/ifwl_tooltip.h", 1198 "xfa/fwl/basewidget/ifwl_tooltip.h",
1199 "xfa/fwl/core/cfwl_event.h", 1199 "xfa/fwl/core/cfwl_event.h",
1200 "xfa/fwl/core/cfwl_message.h", 1200 "xfa/fwl/core/cfwl_message.h",
1201 "xfa/fwl/core/cfwl_themebackground.h", 1201 "xfa/fwl/core/cfwl_themebackground.h",
1202 "xfa/fwl/core/cfwl_themepart.h", 1202 "xfa/fwl/core/cfwl_themepart.h",
1203 "xfa/fwl/core/cfwl_themetext.h", 1203 "xfa/fwl/core/cfwl_themetext.h",
1204 "xfa/fwl/core/cfwl_widgetimpproperties.h", 1204 "xfa/fwl/core/cfwl_widgetimpproperties.h",
1205 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1205 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1206 "xfa/fwl/core/cfwl_widgetmgr.h", 1206 "xfa/fwl/core/cfwl_widgetmgr.h",
1207 "xfa/fwl/core/fwl_appimp.cpp",
1208 "xfa/fwl/core/fwl_appimp.h",
1209 "xfa/fwl/core/fwl_error.h", 1207 "xfa/fwl/core/fwl_error.h",
1210 "xfa/fwl/core/fwl_formimp.cpp", 1208 "xfa/fwl/core/fwl_formimp.cpp",
1211 "xfa/fwl/core/fwl_formimp.h", 1209 "xfa/fwl/core/fwl_formimp.h",
1212 "xfa/fwl/core/fwl_noteimp.cpp", 1210 "xfa/fwl/core/fwl_noteimp.cpp",
1213 "xfa/fwl/core/fwl_noteimp.h", 1211 "xfa/fwl/core/fwl_noteimp.h",
1214 "xfa/fwl/core/fwl_timerimp.cpp", 1212 "xfa/fwl/core/fwl_timerimp.cpp",
1215 "xfa/fwl/core/fwl_widgetdef.h", 1213 "xfa/fwl/core/fwl_widgetdef.h",
1216 "xfa/fwl/core/fwl_widgethit.h", 1214 "xfa/fwl/core/fwl_widgethit.h",
1217 "xfa/fwl/core/fwl_widgetimp.cpp", 1215 "xfa/fwl/core/fwl_widgetimp.cpp",
1218 "xfa/fwl/core/fwl_widgetimp.h", 1216 "xfa/fwl/core/fwl_widgetimp.h",
1219 "xfa/fwl/core/ifwl_adaptertimermgr.h", 1217 "xfa/fwl/core/ifwl_adaptertimermgr.h",
1218 "xfa/fwl/core/ifwl_app.cpp",
1220 "xfa/fwl/core/ifwl_app.h", 1219 "xfa/fwl/core/ifwl_app.h",
1221 "xfa/fwl/core/ifwl_dataprovider.h", 1220 "xfa/fwl/core/ifwl_dataprovider.h",
1222 "xfa/fwl/core/ifwl_form.h", 1221 "xfa/fwl/core/ifwl_form.h",
1223 "xfa/fwl/core/ifwl_themeprovider.h", 1222 "xfa/fwl/core/ifwl_themeprovider.h",
1224 "xfa/fwl/core/ifwl_timer.h", 1223 "xfa/fwl/core/ifwl_timer.h",
1225 "xfa/fwl/core/ifwl_widget.h", 1224 "xfa/fwl/core/ifwl_widget.h",
1226 "xfa/fwl/core/ifwl_widgetdelegate.h", 1225 "xfa/fwl/core/ifwl_widgetdelegate.h",
1227 "xfa/fwl/lightwidget/cfwl_barcode.cpp", 1226 "xfa/fwl/lightwidget/cfwl_barcode.cpp",
1228 "xfa/fwl/lightwidget/cfwl_barcode.h", 1227 "xfa/fwl/lightwidget/cfwl_barcode.h",
1229 "xfa/fwl/lightwidget/cfwl_checkbox.cpp", 1228 "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 } 1756 }
1758 1757
1759 if (pdf_is_standalone) { 1758 if (pdf_is_standalone) {
1760 source_set("samples") { 1759 source_set("samples") {
1761 testonly = true 1760 testonly = true
1762 deps = [ 1761 deps = [
1763 "//samples", 1762 "//samples",
1764 ] 1763 ]
1765 } 1764 }
1766 } 1765 }
OLDNEW
« no previous file with comments | « no previous file | xfa/fwl/basewidget/fwl_comboboximp.cpp » ('j') | xfa/fwl/core/fwl_widgetimp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698