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

Side by Side Diff: xfa.gyp

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 | « BUILD.gn ('k') | xfa/fde/fde_brush.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 { 1 {
2 "variables": { 2 "variables": {
3 "pdf_enable_v8%": 1, 3 "pdf_enable_v8%": 1,
4 }, 4 },
5 "target_defaults": { 5 "target_defaults": {
6 "defines": [ 6 "defines": [
7 "PDF_ENABLE_XFA", 7 "PDF_ENABLE_XFA",
8 ], 8 ],
9 'msvs_disabled_warnings': [ 9 'msvs_disabled_warnings': [
10 4005, 4018, 4146, 4333, 4345, 4267, 10 4005, 4018, 4146, 4333, 4345, 4267,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "xfa/fde/css/fde_cssdatatable.h", 55 "xfa/fde/css/fde_cssdatatable.h",
56 "xfa/fde/css/fde_cssdeclaration.cpp", 56 "xfa/fde/css/fde_cssdeclaration.cpp",
57 "xfa/fde/css/fde_cssdeclaration.h", 57 "xfa/fde/css/fde_cssdeclaration.h",
58 "xfa/fde/css/fde_cssstyleselector.cpp", 58 "xfa/fde/css/fde_cssstyleselector.cpp",
59 "xfa/fde/css/fde_cssstyleselector.h", 59 "xfa/fde/css/fde_cssstyleselector.h",
60 "xfa/fde/css/fde_cssstylesheet.cpp", 60 "xfa/fde/css/fde_cssstylesheet.cpp",
61 "xfa/fde/css/fde_cssstylesheet.h", 61 "xfa/fde/css/fde_cssstylesheet.h",
62 "xfa/fde/css/fde_csssyntax.cpp", 62 "xfa/fde/css/fde_csssyntax.cpp",
63 "xfa/fde/css/fde_csssyntax.h", 63 "xfa/fde/css/fde_csssyntax.h",
64 "xfa/fde/fde_brush.h", 64 "xfa/fde/fde_brush.h",
65 "xfa/fde/fde_devbasic.cpp",
66 "xfa/fde/fde_devbasic.h",
67 "xfa/fde/fde_renderdevice.h", 65 "xfa/fde/fde_renderdevice.h",
68 "xfa/fde/fde_gedevice.cpp", 66 "xfa/fde/fde_gedevice.cpp",
69 "xfa/fde/fde_gedevice.h", 67 "xfa/fde/fde_gedevice.h",
70 "xfa/fde/fde_geobject.cpp", 68 "xfa/fde/fde_geobject.cpp",
71 "xfa/fde/fde_geobject.h", 69 "xfa/fde/fde_geobject.h",
72 "xfa/fde/fde_image.h", 70 "xfa/fde/fde_image.h",
73 "xfa/fde/fde_iterator.cpp", 71 "xfa/fde/fde_iterator.cpp",
74 "xfa/fde/fde_iterator.h", 72 "xfa/fde/fde_iterator.h",
75 "xfa/fde/fde_object.cpp",
76 "xfa/fde/fde_object.h", 73 "xfa/fde/fde_object.h",
77 "xfa/fde/fde_path.h", 74 "xfa/fde/fde_path.h",
78 "xfa/fde/fde_pen.h", 75 "xfa/fde/fde_pen.h",
79 "xfa/fde/fde_render.cpp", 76 "xfa/fde/fde_render.cpp",
80 "xfa/fde/fde_render.h", 77 "xfa/fde/fde_render.h",
81 "xfa/fde/tto/fde_textout.cpp", 78 "xfa/fde/tto/fde_textout.cpp",
82 "xfa/fde/tto/fde_textout.h", 79 "xfa/fde/tto/fde_textout.h",
83 "xfa/fde/xml/fde_xml.h", 80 "xfa/fde/xml/fde_xml.h",
84 "xfa/fde/xml/fde_xml_imp.cpp", 81 "xfa/fde/xml/fde_xml_imp.cpp",
85 "xfa/fde/xml/fde_xml_imp.h", 82 "xfa/fde/xml/fde_xml_imp.h",
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 "sources": [], 788 "sources": [],
792 }], 789 }],
793 ["OS == 'mac'", { 790 ["OS == 'mac'", {
794 "configurations": {}, 791 "configurations": {},
795 "sources": [], 792 "sources": [],
796 }], 793 }],
797 ] 794 ]
798 } 795 }
799 ] 796 ]
800 } 797 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | xfa/fde/fde_brush.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698