diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index d5f870ca7e..329764fd4c 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -95,7 +95,6 @@ 'fpdfsdk/include/cpdfsdk_datetime.h', 'fpdfsdk/include/cpdfsdk_interform.h', 'fpdfsdk/include/cpdfsdk_widget.h', - 'fpdfsdk/include/cpdfsdk_xfaannothandler.h', 'fpdfsdk/include/fsdk_actionhandler.h', 'fpdfsdk/include/fsdk_pauseadapter.h', 'fpdfsdk/include/ipdfsdk_annothandler.h', @@ -109,7 +108,6 @@ 'fpdfsdk/cpdfsdk_datetime.cpp', 'fpdfsdk/cpdfsdk_interform.cpp', 'fpdfsdk/cpdfsdk_widget.cpp', - 'fpdfsdk/cpdfsdk_xfaannothandler.cpp', 'fpdfsdk/fpdfdoc.cpp', 'fpdfsdk/fpdfeditimg.cpp', 'fpdfsdk/fpdfeditpage.cpp', @@ -151,7 +149,9 @@ 'fpdfxfa', ], 'sources': [ + 'fpdfsdk/cpdfsdk_xfaannothandler.cpp', 'fpdfsdk/cpdfsdk_xfawidget.cpp', + 'fpdfsdk/include/cpdfsdk_xfaannothandler.h', 'fpdfsdk/include/cpdfsdk_xfawidget.h', ], }], |