diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index b2cbb30a37..e7ff6b4923 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -461,7 +461,6 @@ 'core/src/fxcrt/fx_basic_coords.cpp', 'core/src/fxcrt/fx_basic_gcc.cpp', 'core/src/fxcrt/fx_basic_list.cpp', - 'core/src/fxcrt/fx_basic_maps.cpp', 'core/src/fxcrt/fx_basic_memmgr.cpp', 'core/src/fxcrt/fx_basic_plex.cpp', 'core/src/fxcrt/fx_basic_utf.cpp', @@ -482,6 +481,7 @@ 'core/include/fxcrt/fx_arb.h', 'core/src/fxcrt/fx_arabic.cpp', 'core/src/fxcrt/fx_arabic.h', + 'core/src/fxcrt/fx_basic_maps.cpp', ], }], ], |