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

Side by Side Diff: BUILD.gn

Issue 1991143003: Cleanup unused fgas/ code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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') | xfa/fgas/crt/fgas_utils.h » ('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_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 "xfa/fgas/layout/fgas_rtfbreak.h", 972 "xfa/fgas/layout/fgas_rtfbreak.h",
973 "xfa/fgas/layout/fgas_textbreak.cpp", 973 "xfa/fgas/layout/fgas_textbreak.cpp",
974 "xfa/fgas/layout/fgas_textbreak.h", 974 "xfa/fgas/layout/fgas_textbreak.h",
975 "xfa/fgas/layout/fgas_unicode.cpp", 975 "xfa/fgas/layout/fgas_unicode.cpp",
976 "xfa/fgas/layout/fgas_unicode.h", 976 "xfa/fgas/layout/fgas_unicode.h",
977 "xfa/fgas/localization/fgas_datetime.cpp", 977 "xfa/fgas/localization/fgas_datetime.cpp",
978 "xfa/fgas/localization/fgas_datetime.h", 978 "xfa/fgas/localization/fgas_datetime.h",
979 "xfa/fgas/localization/fgas_locale.cpp", 979 "xfa/fgas/localization/fgas_locale.cpp",
980 "xfa/fgas/localization/fgas_locale.h", 980 "xfa/fgas/localization/fgas_locale.h",
981 "xfa/fgas/localization/fgas_localeimp.h", 981 "xfa/fgas/localization/fgas_localeimp.h",
982 "xfa/fgas/localization/fgas_localemgr.cpp",
983 "xfa/fgas/localization/fgas_localemgr.h",
984 "xfa/fgas/xml/fgas_sax.cpp", 982 "xfa/fgas/xml/fgas_sax.cpp",
985 "xfa/fgas/xml/fgas_sax.h", 983 "xfa/fgas/xml/fgas_sax.h",
986 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", 984 "xfa/fwl/basewidget/fwl_barcodeimp.cpp",
987 "xfa/fwl/basewidget/fwl_barcodeimp.h", 985 "xfa/fwl/basewidget/fwl_barcodeimp.h",
988 "xfa/fwl/basewidget/fwl_caretimp.cpp", 986 "xfa/fwl/basewidget/fwl_caretimp.cpp",
989 "xfa/fwl/basewidget/fwl_caretimp.h", 987 "xfa/fwl/basewidget/fwl_caretimp.h",
990 "xfa/fwl/basewidget/fwl_checkboximp.cpp", 988 "xfa/fwl/basewidget/fwl_checkboximp.cpp",
991 "xfa/fwl/basewidget/fwl_checkboximp.h", 989 "xfa/fwl/basewidget/fwl_checkboximp.h",
992 "xfa/fwl/basewidget/fwl_comboboximp.cpp", 990 "xfa/fwl/basewidget/fwl_comboboximp.cpp",
993 "xfa/fwl/basewidget/fwl_comboboximp.h", 991 "xfa/fwl/basewidget/fwl_comboboximp.h",
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 } 1704 }
1707 1705
1708 if (pdf_is_standalone) { 1706 if (pdf_is_standalone) {
1709 source_set("samples") { 1707 source_set("samples") {
1710 testonly = true 1708 testonly = true
1711 deps = [ 1709 deps = [
1712 "//samples", 1710 "//samples",
1713 ] 1711 ]
1714 } 1712 }
1715 } 1713 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa/fgas/crt/fgas_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698