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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index eecdb5ac4d3c26a241223ee1ef57fc53516bd878..6a51815ffcdc615c2c20c4a943a58788680ce886 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -906,8 +906,6 @@ if (pdf_enable_xfa) {
"xfa/fde/css/fde_csssyntax.cpp",
"xfa/fde/css/fde_csssyntax.h",
"xfa/fde/fde_brush.h",
- "xfa/fde/fde_devbasic.cpp",
- "xfa/fde/fde_devbasic.h",
"xfa/fde/fde_gedevice.cpp",
"xfa/fde/fde_gedevice.h",
"xfa/fde/fde_geobject.cpp",
@@ -915,7 +913,6 @@ if (pdf_enable_xfa) {
"xfa/fde/fde_image.h",
"xfa/fde/fde_iterator.cpp",
"xfa/fde/fde_iterator.h",
- "xfa/fde/fde_object.cpp",
"xfa/fde/fde_object.h",
"xfa/fde/fde_path.h",
"xfa/fde/fde_pen.h",
« 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