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

Side by Side Diff: BUILD.gn

Issue 1881803003: Remove IFDE_Pen and IFDE_Brush. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | core/fxge/include/fx_ge.h » ('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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 "xfa/fde/css/fde_cssdatatable.cpp", 910 "xfa/fde/css/fde_cssdatatable.cpp",
911 "xfa/fde/css/fde_cssdatatable.h", 911 "xfa/fde/css/fde_cssdatatable.h",
912 "xfa/fde/css/fde_cssdeclaration.cpp", 912 "xfa/fde/css/fde_cssdeclaration.cpp",
913 "xfa/fde/css/fde_cssdeclaration.h", 913 "xfa/fde/css/fde_cssdeclaration.h",
914 "xfa/fde/css/fde_cssstyleselector.cpp", 914 "xfa/fde/css/fde_cssstyleselector.cpp",
915 "xfa/fde/css/fde_cssstyleselector.h", 915 "xfa/fde/css/fde_cssstyleselector.h",
916 "xfa/fde/css/fde_cssstylesheet.cpp", 916 "xfa/fde/css/fde_cssstylesheet.cpp",
917 "xfa/fde/css/fde_cssstylesheet.h", 917 "xfa/fde/css/fde_cssstylesheet.h",
918 "xfa/fde/css/fde_csssyntax.cpp", 918 "xfa/fde/css/fde_csssyntax.cpp",
919 "xfa/fde/css/fde_csssyntax.h", 919 "xfa/fde/css/fde_csssyntax.h",
920 "xfa/fde/fde_brush.h",
921 "xfa/fde/fde_gedevice.cpp", 920 "xfa/fde/fde_gedevice.cpp",
922 "xfa/fde/fde_gedevice.h", 921 "xfa/fde/fde_gedevice.h",
923 "xfa/fde/fde_geobject.cpp", 922 "xfa/fde/fde_geobject.cpp",
924 "xfa/fde/fde_geobject.h", 923 "xfa/fde/fde_geobject.h",
925 "xfa/fde/fde_image.h", 924 "xfa/fde/fde_image.h",
926 "xfa/fde/fde_iterator.cpp", 925 "xfa/fde/fde_iterator.cpp",
927 "xfa/fde/fde_iterator.h", 926 "xfa/fde/fde_iterator.h",
928 "xfa/fde/fde_object.h", 927 "xfa/fde/fde_object.h",
929 "xfa/fde/fde_path.h", 928 "xfa/fde/fde_path.h",
930 "xfa/fde/fde_pen.h",
931 "xfa/fde/fde_render.cpp", 929 "xfa/fde/fde_render.cpp",
932 "xfa/fde/fde_render.h", 930 "xfa/fde/fde_render.h",
933 "xfa/fde/fde_renderdevice.h", 931 "xfa/fde/fde_renderdevice.h",
934 "xfa/fde/tto/fde_textout.cpp", 932 "xfa/fde/tto/fde_textout.cpp",
935 "xfa/fde/tto/fde_textout.h", 933 "xfa/fde/tto/fde_textout.h",
936 "xfa/fde/xml/fde_xml.h", 934 "xfa/fde/xml/fde_xml.h",
937 "xfa/fde/xml/fde_xml_imp.cpp", 935 "xfa/fde/xml/fde_xml_imp.cpp",
938 "xfa/fde/xml/fde_xml_imp.h", 936 "xfa/fde/xml/fde_xml_imp.h",
939 "xfa/fee/fde_txtedtbuf.cpp", 937 "xfa/fee/fde_txtedtbuf.cpp",
940 "xfa/fee/fde_txtedtbuf.h", 938 "xfa/fee/fde_txtedtbuf.h",
(...skipping 792 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 "//v8:v8_libplatform", 1731 "//v8:v8_libplatform",
1734 ] 1732 ]
1735 include_dirs += [ 1733 include_dirs += [
1736 "//v8", 1734 "//v8",
1737 "//v8/include", 1735 "//v8/include",
1738 ] 1736 ]
1739 configs += [ "//v8:external_startup_data" ] 1737 configs += [ "//v8:external_startup_data" ]
1740 } 1738 }
1741 configs += [ ":pdfium_config" ] 1739 configs += [ ":pdfium_config" ]
1742 } 1740 }
OLDNEW
« no previous file with comments | « no previous file | core/fxge/include/fx_ge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698