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

Side by Side Diff: BUILD.gn

Issue 1877383002: Only SolidBrush types are created, remove other brushes. (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 | 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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 "xfa/fde/css/fde_cssdatatable.h", 899 "xfa/fde/css/fde_cssdatatable.h",
900 "xfa/fde/css/fde_cssdeclaration.cpp", 900 "xfa/fde/css/fde_cssdeclaration.cpp",
901 "xfa/fde/css/fde_cssdeclaration.h", 901 "xfa/fde/css/fde_cssdeclaration.h",
902 "xfa/fde/css/fde_cssstyleselector.cpp", 902 "xfa/fde/css/fde_cssstyleselector.cpp",
903 "xfa/fde/css/fde_cssstyleselector.h", 903 "xfa/fde/css/fde_cssstyleselector.h",
904 "xfa/fde/css/fde_cssstylesheet.cpp", 904 "xfa/fde/css/fde_cssstylesheet.cpp",
905 "xfa/fde/css/fde_cssstylesheet.h", 905 "xfa/fde/css/fde_cssstylesheet.h",
906 "xfa/fde/css/fde_csssyntax.cpp", 906 "xfa/fde/css/fde_csssyntax.cpp",
907 "xfa/fde/css/fde_csssyntax.h", 907 "xfa/fde/css/fde_csssyntax.h",
908 "xfa/fde/fde_brush.h", 908 "xfa/fde/fde_brush.h",
909 "xfa/fde/fde_devbasic.cpp",
910 "xfa/fde/fde_devbasic.h",
911 "xfa/fde/fde_gedevice.cpp", 909 "xfa/fde/fde_gedevice.cpp",
912 "xfa/fde/fde_gedevice.h", 910 "xfa/fde/fde_gedevice.h",
913 "xfa/fde/fde_geobject.cpp", 911 "xfa/fde/fde_geobject.cpp",
914 "xfa/fde/fde_geobject.h", 912 "xfa/fde/fde_geobject.h",
915 "xfa/fde/fde_image.h", 913 "xfa/fde/fde_image.h",
916 "xfa/fde/fde_iterator.cpp", 914 "xfa/fde/fde_iterator.cpp",
917 "xfa/fde/fde_iterator.h", 915 "xfa/fde/fde_iterator.h",
918 "xfa/fde/fde_object.cpp",
919 "xfa/fde/fde_object.h", 916 "xfa/fde/fde_object.h",
920 "xfa/fde/fde_path.h", 917 "xfa/fde/fde_path.h",
921 "xfa/fde/fde_pen.h", 918 "xfa/fde/fde_pen.h",
922 "xfa/fde/fde_render.cpp", 919 "xfa/fde/fde_render.cpp",
923 "xfa/fde/fde_render.h", 920 "xfa/fde/fde_render.h",
924 "xfa/fde/fde_renderdevice.h", 921 "xfa/fde/fde_renderdevice.h",
925 "xfa/fde/tto/fde_textout.cpp", 922 "xfa/fde/tto/fde_textout.cpp",
926 "xfa/fde/tto/fde_textout.h", 923 "xfa/fde/tto/fde_textout.h",
927 "xfa/fde/xml/fde_xml.h", 924 "xfa/fde/xml/fde_xml.h",
928 "xfa/fde/xml/fde_xml_imp.cpp", 925 "xfa/fde/xml/fde_xml_imp.cpp",
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 "//v8:v8_libplatform", 1721 "//v8:v8_libplatform",
1725 ] 1722 ]
1726 include_dirs += [ 1723 include_dirs += [
1727 "//v8", 1724 "//v8",
1728 "//v8/include", 1725 "//v8/include",
1729 ] 1726 ]
1730 configs += [ "//v8:external_startup_data" ] 1727 configs += [ "//v8:external_startup_data" ]
1731 } 1728 }
1732 configs += [ ":pdfium_config" ] 1729 configs += [ ":pdfium_config" ]
1733 } 1730 }
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