diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 3785d38a1b..4d20f82f18 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -772,8 +772,9 @@ 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', - 'testing/fx_string_testhelpers.h', + 'core/src/fxcrt/fx_system_unittest.cpp', 'testing/fx_string_testhelpers.cpp', + 'testing/fx_string_testhelpers.h', 'third_party/base/nonstd_unique_ptr_unittest.cpp', ], 'conditions': [ |