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

Unified Diff: pdfium.gyp

Issue 809513002: XFA: merge patch from issue 801913002 and 804463003 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 6 years 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 | « fpdfsdk/src/pdfwindow/PWL_FontMap.cpp ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 68bb4b2905f118d98e6ac94642b6ab3705e9807d..64e9e96b7fb2bb1cb7db00b8b60a81a3c8588b37 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -4,7 +4,6 @@
},
'target_defaults': {
'defines' : [
- 'FOXIT_CHROME_BUILD',
'_FXFT_VERSION_=2501',
'_FPDFSDK_LIB',
'_NO_GDIPLUS_', # workaround text rendering issues on Windows
@@ -56,7 +55,6 @@
'fpdfsdk/include/fpdfdoc.h',
'fpdfsdk/include/fpdfedit.h',
'fpdfsdk/include/fpdfformfill.h',
- 'fpdfsdk/include/fpdfoom.h',
'fpdfsdk/include/fpdftext.h',
'fpdfsdk/include/fpdfview.h',
'fpdfsdk/include/fpdf_dataavail.h',
@@ -74,7 +72,6 @@
'fpdfsdk/src/fpdfeditimg.cpp',
'fpdfsdk/src/fpdfeditpage.cpp',
'fpdfsdk/src/fpdfformfill.cpp',
- 'fpdfsdk/src/fpdfoom.cpp',
'fpdfsdk/src/fpdfppo.cpp',
'fpdfsdk/src/fpdfsave.cpp',
'fpdfsdk/src/fpdftext.cpp',
@@ -294,7 +291,6 @@
'core/src/fpdfapi/fpdf_page/fpdf_page_graph_state.cpp',
'core/src/fpdfapi/fpdf_page/fpdf_page_image.cpp',
'core/src/fpdfapi/fpdf_page/fpdf_page_parser.cpp',
- 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_new.cpp',
'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp',
'core/src/fpdfapi/fpdf_page/fpdf_page_path.cpp',
'core/src/fpdfapi/fpdf_page/fpdf_page_pattern.cpp',
« no previous file with comments | « fpdfsdk/src/pdfwindow/PWL_FontMap.cpp ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698