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

Side by Side Diff: BUILD.gn

Issue 1778633003: Collapse xfa/src/fee directories (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 "xfa/src/fdp/src/fde/fde_iterator.cpp", 867 "xfa/src/fdp/src/fde/fde_iterator.cpp",
868 "xfa/src/fdp/src/fde/fde_iterator.h", 868 "xfa/src/fdp/src/fde/fde_iterator.h",
869 "xfa/src/fdp/src/fde/fde_object.cpp", 869 "xfa/src/fdp/src/fde/fde_object.cpp",
870 "xfa/src/fdp/src/fde/fde_object.h", 870 "xfa/src/fdp/src/fde/fde_object.h",
871 "xfa/src/fdp/src/fde/fde_render.cpp", 871 "xfa/src/fdp/src/fde/fde_render.cpp",
872 "xfa/src/fdp/src/fde/fde_render.h", 872 "xfa/src/fdp/src/fde/fde_render.h",
873 "xfa/src/fdp/src/tto/fde_textout.cpp", 873 "xfa/src/fdp/src/tto/fde_textout.cpp",
874 "xfa/src/fdp/src/tto/fde_textout.h", 874 "xfa/src/fdp/src/tto/fde_textout.h",
875 "xfa/src/fdp/src/xml/fde_xml_imp.cpp", 875 "xfa/src/fdp/src/xml/fde_xml_imp.cpp",
876 "xfa/src/fdp/src/xml/fde_xml_imp.h", 876 "xfa/src/fdp/src/xml/fde_xml_imp.h",
877 "xfa/src/fee/include/fx_wordbreak.h", 877 "xfa/src/fee/fde_txtedtbuf.cpp",
878 "xfa/src/fee/include/ifde_txtedtbuf.h", 878 "xfa/src/fee/fde_txtedtbuf.h",
879 "xfa/src/fee/include/ifde_txtedtengine.h", 879 "xfa/src/fee/fde_txtedtengine.cpp",
880 "xfa/src/fee/include/ifde_txtedtpage.h", 880 "xfa/src/fee/fde_txtedtengine.h",
881 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", 881 "xfa/src/fee/fde_txtedtpage.cpp",
882 "xfa/src/fee/src/fee/fde_txtedtbuf.h", 882 "xfa/src/fee/fde_txtedtpage.h",
883 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", 883 "xfa/src/fee/fde_txtedtparag.cpp",
884 "xfa/src/fee/src/fee/fde_txtedtengine.h", 884 "xfa/src/fee/fde_txtedtparag.h",
885 "xfa/src/fee/src/fee/fde_txtedtpage.cpp", 885 "xfa/src/fee/fx_wordbreak/fx_wordbreak.h",
886 "xfa/src/fee/src/fee/fde_txtedtpage.h", 886 "xfa/src/fee/fx_wordbreak/fx_wordbreak_impl.cpp",
887 "xfa/src/fee/src/fee/fde_txtedtparag.cpp", 887 "xfa/src/fee/fx_wordbreak/fx_wordbreak_impl.h",
888 "xfa/src/fee/src/fee/fde_txtedtparag.h", 888 "xfa/src/fee/fx_wordbreak/fx_wordbreakdata.cpp",
889 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.cpp", 889 "xfa/src/fee/ifde_txtedtbuf.h",
890 "xfa/src/fee/src/fx_wordbreak/fx_wordbreak_impl.h", 890 "xfa/src/fee/ifde_txtedtengine.h",
891 "xfa/src/fee/src/fx_wordbreak/fx_wordbreakdata.cpp", 891 "xfa/src/fee/ifde_txtedtpage.h",
892 "xfa/src/fgas/include/fx_alg.h", 892 "xfa/src/fgas/include/fx_alg.h",
893 "xfa/src/fgas/include/fx_cpg.h", 893 "xfa/src/fgas/include/fx_cpg.h",
894 "xfa/src/fgas/include/fx_datetime.h", 894 "xfa/src/fgas/include/fx_datetime.h",
895 "xfa/src/fgas/include/fx_fnt.h", 895 "xfa/src/fgas/include/fx_fnt.h",
896 "xfa/src/fgas/include/fx_lbk.h", 896 "xfa/src/fgas/include/fx_lbk.h",
897 "xfa/src/fgas/include/fx_lgg.h", 897 "xfa/src/fgas/include/fx_lgg.h",
898 "xfa/src/fgas/include/fx_locale.h", 898 "xfa/src/fgas/include/fx_locale.h",
899 "xfa/src/fgas/include/fx_mem.h", 899 "xfa/src/fgas/include/fx_mem.h",
900 "xfa/src/fgas/include/fx_rbk.h", 900 "xfa/src/fgas/include/fx_rbk.h",
901 "xfa/src/fgas/include/fx_sax.h", 901 "xfa/src/fgas/include/fx_sax.h",
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1497 "//v8:v8_libplatform", 1497 "//v8:v8_libplatform",
1498 ] 1498 ]
1499 include_dirs += [ 1499 include_dirs += [
1500 "//v8", 1500 "//v8",
1501 "//v8/include", 1501 "//v8/include",
1502 ] 1502 ]
1503 configs += [ "//v8:external_startup_data" ] 1503 configs += [ "//v8:external_startup_data" ]
1504 } 1504 }
1505 configs += [ ":pdfium_config" ] 1505 configs += [ ":pdfium_config" ]
1506 } 1506 }
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