| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index 87c4fc6b4a238455927fd98228d8468bed6f4c06..0de2d3446a6dcec34613d446cce7d3c21bdcdf14 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',
|
|
|