| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index fdfc68e9a00f9704dc68a8fbf5877135fc1dcad1..032be01397e7867ca5397c94e7a4c7d5f33a1c34 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -426,6 +426,7 @@
|
| 'sources': [
|
| 'core/include/fxcrt/fx_arb.h',
|
| 'core/include/fxcrt/fx_basic.h',
|
| + 'core/include/fxcrt/fx_bidi.h',
|
| 'core/include/fxcrt/fx_coordinates.h',
|
| 'core/include/fxcrt/fx_ext.h',
|
| 'core/include/fxcrt/fx_memory.h',
|
| @@ -456,6 +457,7 @@
|
| 'core/src/fxcrt/fx_basic_utf.cpp',
|
| 'core/src/fxcrt/fx_basic_util.cpp',
|
| 'core/src/fxcrt/fx_basic_wstring.cpp',
|
| + 'core/src/fxcrt/fx_bidi.cpp',
|
| 'core/src/fxcrt/fx_extension.cpp',
|
| 'core/src/fxcrt/fx_ucddata.cpp',
|
| 'core/src/fxcrt/fx_unicode.cpp',
|
|
|