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

Side by Side Diff: BUILD.gn

Issue 2521303002: Rename IFWL_App to CFWL_App (Closed)
Patch Set: Rebase to master Created 4 years, 1 month 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 | fpdfsdk/cpdfsdk_xfawidgethandler.cpp » ('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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1173 "xfa/fgas/layout/fgas_rtfbreak.h", 1173 "xfa/fgas/layout/fgas_rtfbreak.h",
1174 "xfa/fgas/layout/fgas_textbreak.cpp", 1174 "xfa/fgas/layout/fgas_textbreak.cpp",
1175 "xfa/fgas/layout/fgas_textbreak.h", 1175 "xfa/fgas/layout/fgas_textbreak.h",
1176 "xfa/fgas/layout/fgas_unicode.cpp", 1176 "xfa/fgas/layout/fgas_unicode.cpp",
1177 "xfa/fgas/layout/fgas_unicode.h", 1177 "xfa/fgas/layout/fgas_unicode.h",
1178 "xfa/fgas/localization/fgas_datetime.cpp", 1178 "xfa/fgas/localization/fgas_datetime.cpp",
1179 "xfa/fgas/localization/fgas_datetime.h", 1179 "xfa/fgas/localization/fgas_datetime.h",
1180 "xfa/fgas/localization/fgas_locale.cpp", 1180 "xfa/fgas/localization/fgas_locale.cpp",
1181 "xfa/fgas/localization/fgas_locale.h", 1181 "xfa/fgas/localization/fgas_locale.h",
1182 "xfa/fgas/localization/fgas_localeimp.h", 1182 "xfa/fgas/localization/fgas_localeimp.h",
1183 "xfa/fwl/core/cfwl_app.cpp",
1184 "xfa/fwl/core/cfwl_app.h",
1183 "xfa/fwl/core/cfwl_barcode.cpp", 1185 "xfa/fwl/core/cfwl_barcode.cpp",
1184 "xfa/fwl/core/cfwl_barcode.h", 1186 "xfa/fwl/core/cfwl_barcode.h",
1185 "xfa/fwl/core/cfwl_checkbox.cpp", 1187 "xfa/fwl/core/cfwl_checkbox.cpp",
1186 "xfa/fwl/core/cfwl_checkbox.h", 1188 "xfa/fwl/core/cfwl_checkbox.h",
1187 "xfa/fwl/core/cfwl_combobox.cpp", 1189 "xfa/fwl/core/cfwl_combobox.cpp",
1188 "xfa/fwl/core/cfwl_combobox.h", 1190 "xfa/fwl/core/cfwl_combobox.h",
1189 "xfa/fwl/core/cfwl_datetimepicker.cpp", 1191 "xfa/fwl/core/cfwl_datetimepicker.cpp",
1190 "xfa/fwl/core/cfwl_datetimepicker.h", 1192 "xfa/fwl/core/cfwl_datetimepicker.h",
1191 "xfa/fwl/core/cfwl_edit.cpp", 1193 "xfa/fwl/core/cfwl_edit.cpp",
1192 "xfa/fwl/core/cfwl_edit.h", 1194 "xfa/fwl/core/cfwl_edit.h",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 "xfa/fwl/core/cfwl_widgetmgr.cpp", 1271 "xfa/fwl/core/cfwl_widgetmgr.cpp",
1270 "xfa/fwl/core/cfwl_widgetmgr.h", 1272 "xfa/fwl/core/cfwl_widgetmgr.h",
1271 "xfa/fwl/core/cfwl_widgetproperties.cpp", 1273 "xfa/fwl/core/cfwl_widgetproperties.cpp",
1272 "xfa/fwl/core/cfwl_widgetproperties.h", 1274 "xfa/fwl/core/cfwl_widgetproperties.h",
1273 "xfa/fwl/core/cfx_barcode.cpp", 1275 "xfa/fwl/core/cfx_barcode.cpp",
1274 "xfa/fwl/core/cfx_barcode.h", 1276 "xfa/fwl/core/cfx_barcode.h",
1275 "xfa/fwl/core/fwl_error.h", 1277 "xfa/fwl/core/fwl_error.h",
1276 "xfa/fwl/core/fwl_widgetdef.h", 1278 "xfa/fwl/core/fwl_widgetdef.h",
1277 "xfa/fwl/core/fwl_widgethit.h", 1279 "xfa/fwl/core/fwl_widgethit.h",
1278 "xfa/fwl/core/ifwl_adaptertimermgr.h", 1280 "xfa/fwl/core/ifwl_adaptertimermgr.h",
1279 "xfa/fwl/core/ifwl_app.cpp",
1280 "xfa/fwl/core/ifwl_app.h",
1281 "xfa/fwl/core/ifwl_barcode.cpp", 1281 "xfa/fwl/core/ifwl_barcode.cpp",
1282 "xfa/fwl/core/ifwl_barcode.h", 1282 "xfa/fwl/core/ifwl_barcode.h",
1283 "xfa/fwl/core/ifwl_caret.cpp", 1283 "xfa/fwl/core/ifwl_caret.cpp",
1284 "xfa/fwl/core/ifwl_caret.h", 1284 "xfa/fwl/core/ifwl_caret.h",
1285 "xfa/fwl/core/ifwl_checkbox.cpp", 1285 "xfa/fwl/core/ifwl_checkbox.cpp",
1286 "xfa/fwl/core/ifwl_checkbox.h", 1286 "xfa/fwl/core/ifwl_checkbox.h",
1287 "xfa/fwl/core/ifwl_combobox.cpp", 1287 "xfa/fwl/core/ifwl_combobox.cpp",
1288 "xfa/fwl/core/ifwl_combobox.h", 1288 "xfa/fwl/core/ifwl_combobox.h",
1289 "xfa/fwl/core/ifwl_comboboxproxy.cpp", 1289 "xfa/fwl/core/ifwl_comboboxproxy.cpp",
1290 "xfa/fwl/core/ifwl_comboboxproxy.h", 1290 "xfa/fwl/core/ifwl_comboboxproxy.h",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 "//samples", 1844 "//samples",
1845 ] 1845 ]
1846 } 1846 }
1847 group("fuzzers") { 1847 group("fuzzers") {
1848 testonly = true 1848 testonly = true
1849 deps = [ 1849 deps = [
1850 "//testing/libfuzzer", 1850 "//testing/libfuzzer",
1851 ] 1851 ]
1852 } 1852 }
1853 } 1853 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/cpdfsdk_xfawidgethandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698