| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index 1fc54ea2eb7c9350a3ec96fb0c0d9700c287ad00..2df0ebd09b9e43dfe4d7b5ae18c22dc2de313ca4 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -91,6 +91,7 @@
|
| 'fpdfsdk/include/cpdfsdk_annothandlermgr.h',
|
| 'fpdfsdk/include/cpdfsdk_annotiterator.h',
|
| 'fpdfsdk/include/cpdfsdk_baannot.h',
|
| + 'fpdfsdk/include/cpdfsdk_baannothandler.h',
|
| 'fpdfsdk/include/cpdfsdk_bfannothandler.h',
|
| 'fpdfsdk/include/cpdfsdk_datetime.h',
|
| 'fpdfsdk/include/cpdfsdk_interform.h',
|
| @@ -104,6 +105,7 @@
|
| 'fpdfsdk/cpdfsdk_annothandlermgr.cpp',
|
| 'fpdfsdk/cpdfsdk_annotiterator.cpp',
|
| 'fpdfsdk/cpdfsdk_baannot.cpp',
|
| + 'fpdfsdk/cpdfsdk_baannothandler.cpp',
|
| 'fpdfsdk/cpdfsdk_bfannothandler.cpp',
|
| 'fpdfsdk/cpdfsdk_datetime.cpp',
|
| 'fpdfsdk/cpdfsdk_interform.cpp',
|
|
|