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

Side by Side Diff: BUILD.gn

Issue 1990003002: Move fgas_sax into individual files in fde. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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') | 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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 "xfa/fde/fde_iterator.h", 940 "xfa/fde/fde_iterator.h",
941 "xfa/fde/fde_object.h", 941 "xfa/fde/fde_object.h",
942 "xfa/fde/fde_render.cpp", 942 "xfa/fde/fde_render.cpp",
943 "xfa/fde/fde_render.h", 943 "xfa/fde/fde_render.h",
944 "xfa/fde/ifde_txtedtdorecord.h", 944 "xfa/fde/ifde_txtedtdorecord.h",
945 "xfa/fde/ifde_txtedtengine.h", 945 "xfa/fde/ifde_txtedtengine.h",
946 "xfa/fde/ifde_txtedtpage.h", 946 "xfa/fde/ifde_txtedtpage.h",
947 "xfa/fde/ifx_chariter.h", 947 "xfa/fde/ifx_chariter.h",
948 "xfa/fde/tto/fde_textout.cpp", 948 "xfa/fde/tto/fde_textout.cpp",
949 "xfa/fde/tto/fde_textout.h", 949 "xfa/fde/tto/fde_textout.h",
950 "xfa/fde/xml/cfx_saxreader.cpp",
951 "xfa/fde/xml/cfx_saxreader.h",
950 "xfa/fde/xml/fde_xml.h", 952 "xfa/fde/xml/fde_xml.h",
951 "xfa/fde/xml/fde_xml_imp.cpp", 953 "xfa/fde/xml/fde_xml_imp.cpp",
952 "xfa/fde/xml/fde_xml_imp.h", 954 "xfa/fde/xml/fde_xml_imp.h",
953 "xfa/fgas/crt/fgas_algorithm.cpp", 955 "xfa/fgas/crt/fgas_algorithm.cpp",
954 "xfa/fgas/crt/fgas_algorithm.h", 956 "xfa/fgas/crt/fgas_algorithm.h",
955 "xfa/fgas/crt/fgas_codepage.cpp", 957 "xfa/fgas/crt/fgas_codepage.cpp",
956 "xfa/fgas/crt/fgas_codepage.h", 958 "xfa/fgas/crt/fgas_codepage.h",
957 "xfa/fgas/crt/fgas_encode.cpp", 959 "xfa/fgas/crt/fgas_encode.cpp",
958 "xfa/fgas/crt/fgas_language.h", 960 "xfa/fgas/crt/fgas_language.h",
959 "xfa/fgas/crt/fgas_memory.cpp", 961 "xfa/fgas/crt/fgas_memory.cpp",
(...skipping 17 matching lines...) Expand all
977 "xfa/fgas/layout/fgas_rtfbreak.h", 979 "xfa/fgas/layout/fgas_rtfbreak.h",
978 "xfa/fgas/layout/fgas_textbreak.cpp", 980 "xfa/fgas/layout/fgas_textbreak.cpp",
979 "xfa/fgas/layout/fgas_textbreak.h", 981 "xfa/fgas/layout/fgas_textbreak.h",
980 "xfa/fgas/layout/fgas_unicode.cpp", 982 "xfa/fgas/layout/fgas_unicode.cpp",
981 "xfa/fgas/layout/fgas_unicode.h", 983 "xfa/fgas/layout/fgas_unicode.h",
982 "xfa/fgas/localization/fgas_datetime.cpp", 984 "xfa/fgas/localization/fgas_datetime.cpp",
983 "xfa/fgas/localization/fgas_datetime.h", 985 "xfa/fgas/localization/fgas_datetime.h",
984 "xfa/fgas/localization/fgas_locale.cpp", 986 "xfa/fgas/localization/fgas_locale.cpp",
985 "xfa/fgas/localization/fgas_locale.h", 987 "xfa/fgas/localization/fgas_locale.h",
986 "xfa/fgas/localization/fgas_localeimp.h", 988 "xfa/fgas/localization/fgas_localeimp.h",
987 "xfa/fgas/xml/fgas_sax.cpp",
988 "xfa/fgas/xml/fgas_sax.h",
989 "xfa/fwl/basewidget/fwl_barcodeimp.cpp", 989 "xfa/fwl/basewidget/fwl_barcodeimp.cpp",
990 "xfa/fwl/basewidget/fwl_barcodeimp.h", 990 "xfa/fwl/basewidget/fwl_barcodeimp.h",
991 "xfa/fwl/basewidget/fwl_caretimp.cpp", 991 "xfa/fwl/basewidget/fwl_caretimp.cpp",
992 "xfa/fwl/basewidget/fwl_caretimp.h", 992 "xfa/fwl/basewidget/fwl_caretimp.h",
993 "xfa/fwl/basewidget/fwl_checkboximp.cpp", 993 "xfa/fwl/basewidget/fwl_checkboximp.cpp",
994 "xfa/fwl/basewidget/fwl_checkboximp.h", 994 "xfa/fwl/basewidget/fwl_checkboximp.h",
995 "xfa/fwl/basewidget/fwl_comboboximp.cpp", 995 "xfa/fwl/basewidget/fwl_comboboximp.cpp",
996 "xfa/fwl/basewidget/fwl_comboboximp.h", 996 "xfa/fwl/basewidget/fwl_comboboximp.h",
997 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp", 997 "xfa/fwl/basewidget/fwl_datetimepickerimp.cpp",
998 "xfa/fwl/basewidget/fwl_datetimepickerimp.h", 998 "xfa/fwl/basewidget/fwl_datetimepickerimp.h",
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 } 1709 }
1710 1710
1711 if (pdf_is_standalone) { 1711 if (pdf_is_standalone) {
1712 source_set("samples") { 1712 source_set("samples") {
1713 testonly = true 1713 testonly = true
1714 deps = [ 1714 deps = [
1715 "//samples", 1715 "//samples",
1716 ] 1716 ]
1717 } 1717 }
1718 } 1718 }
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