| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index f440b9e018b2211184c21b2581c9d0b83f935862..ade9e64eed877b23b1354cb9ba776b700d1f939c 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -521,6 +521,7 @@
|
| 'target_name': 'fxcrt',
|
| 'type': 'static_library',
|
| 'sources': [
|
| + 'core/include/fxcrt/cfx_retain_ptr.h',
|
| 'core/include/fxcrt/fx_basic.h',
|
| 'core/include/fxcrt/fx_bidi.h',
|
| 'core/include/fxcrt/fx_coordinates.h',
|
| @@ -824,6 +825,7 @@
|
| 'test_support',
|
| ],
|
| 'sources': [
|
| + 'core/fxcrt/cfx_retain_ptr_unittest.cpp',
|
| 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
|
| 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
|
| 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
|
|
|