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

Side by Side Diff: BUILD.gn

Issue 1581823002: Resolve fde_xml.h header collision (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 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/src/fdp/src/xml/fde_xml_imp.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 "xfa/src/fdp/src/fde/fde_geobject.cpp", 880 "xfa/src/fdp/src/fde/fde_geobject.cpp",
881 "xfa/src/fdp/src/fde/fde_geobject.h", 881 "xfa/src/fdp/src/fde/fde_geobject.h",
882 "xfa/src/fdp/src/fde/fde_iterator.cpp", 882 "xfa/src/fdp/src/fde/fde_iterator.cpp",
883 "xfa/src/fdp/src/fde/fde_iterator.h", 883 "xfa/src/fdp/src/fde/fde_iterator.h",
884 "xfa/src/fdp/src/fde/fde_object.cpp", 884 "xfa/src/fdp/src/fde/fde_object.cpp",
885 "xfa/src/fdp/src/fde/fde_object.h", 885 "xfa/src/fdp/src/fde/fde_object.h",
886 "xfa/src/fdp/src/fde/fde_render.cpp", 886 "xfa/src/fdp/src/fde/fde_render.cpp",
887 "xfa/src/fdp/src/fde/fde_render.h", 887 "xfa/src/fdp/src/fde/fde_render.h",
888 "xfa/src/fdp/src/tto/fde_textout.cpp", 888 "xfa/src/fdp/src/tto/fde_textout.cpp",
889 "xfa/src/fdp/src/tto/fde_textout.h", 889 "xfa/src/fdp/src/tto/fde_textout.h",
890 "xfa/src/fdp/src/xml/fde_xml.cpp", 890 "xfa/src/fdp/src/xml/fde_xml_imp.cpp",
891 "xfa/src/fdp/src/xml/fde_xml.h", 891 "xfa/src/fdp/src/xml/fde_xml_imp.h",
892 "xfa/src/fee/include/fx_wordbreak.h", 892 "xfa/src/fee/include/fx_wordbreak.h",
893 "xfa/src/fee/include/ifde_txtedtbuf.h", 893 "xfa/src/fee/include/ifde_txtedtbuf.h",
894 "xfa/src/fee/include/ifde_txtedtengine.h", 894 "xfa/src/fee/include/ifde_txtedtengine.h",
895 "xfa/src/fee/include/ifde_txtedtpage.h", 895 "xfa/src/fee/include/ifde_txtedtpage.h",
896 "xfa/src/fee/src/fee/fde_txtedtblock.cpp", 896 "xfa/src/fee/src/fee/fde_txtedtblock.cpp",
897 "xfa/src/fee/src/fee/fde_txtedtblock.h", 897 "xfa/src/fee/src/fee/fde_txtedtblock.h",
898 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp", 898 "xfa/src/fee/src/fee/fde_txtedtbuf.cpp",
899 "xfa/src/fee/src/fee/fde_txtedtbuf.h", 899 "xfa/src/fee/src/fee/fde_txtedtbuf.h",
900 "xfa/src/fee/src/fee/fde_txtedtengine.cpp", 900 "xfa/src/fee/src/fee/fde_txtedtengine.cpp",
901 "xfa/src/fee/src/fee/fde_txtedtengine.h", 901 "xfa/src/fee/src/fee/fde_txtedtengine.h",
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 "//v8:v8_libplatform", 1517 "//v8:v8_libplatform",
1518 ] 1518 ]
1519 include_dirs += [ 1519 include_dirs += [
1520 "//v8", 1520 "//v8",
1521 "//v8/include", 1521 "//v8/include",
1522 ] 1522 ]
1523 configs += [ "//v8:external_startup_data" ] 1523 configs += [ "//v8:external_startup_data" ]
1524 } 1524 }
1525 configs += [ ":pdfium_config" ] 1525 configs += [ ":pdfium_config" ]
1526 } 1526 }
OLDNEW
« no previous file with comments | « no previous file | xfa.gyp » ('j') | xfa/src/fdp/src/xml/fde_xml_imp.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698