Index: pdfium.gyp |
diff --git a/pdfium.gyp b/pdfium.gyp |
index c1cd724dc967413282c28ce14fe22752b3e73ca7..e8acce1f06a813dff74e036ab95e36ae2ab90c2c 100644 |
--- a/pdfium.gyp |
+++ b/pdfium.gyp |
@@ -848,6 +848,7 @@ |
'type': 'executable', |
'dependencies': [ |
'<(DEPTH)/testing/gtest.gyp:gtest', |
+ '<(DEPTH)/testing/gmock.gyp:gmock', |
'pdfium', |
], |
'include_dirs': [ |
@@ -856,10 +857,12 @@ |
'sources': [ |
'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
+ 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
'fpdfsdk/src/fpdftext_embeddertest.cpp', |
'fpdfsdk/src/fpdfview_embeddertest.cpp', |
'testing/embedder_test.cpp', |
'testing/embedder_test.h', |
+ 'testing/embedder_test_mock_delegate.h', |
'testing/fx_string_testhelpers.cpp', |
'testing/fx_string_testhelpers.h', |
], |