diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-02-27 12:56:25 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-02-27 12:56:25 -0800 |
commit | 3d25502adc5ae37d1c3c74d367f16f770c465109 (patch) | |
tree | ba894fdc7bba7e097864898fa2f80318c9b17638 /pdfium.gyp | |
parent | ec61a859344dc6d2a60e4cbcd1555e6d317f2add (diff) | |
download | pdfium-3d25502adc5ae37d1c3c74d367f16f770c465109.tar.xz |
Pull in gmock for standalone pdfium builds.
For chromium checkouts, the top-level gmock is used instead.
Verify build with a simple test that ensures neither mock
method is fired.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/955513009
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index c1cd724dc9..7b959bd45c 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -847,6 +847,7 @@ 'target_name': 'pdfium_embeddertests', 'type': 'executable', 'dependencies': [ + '<(DEPTH)/testing/gmock.gyp:gmock', '<(DEPTH)/testing/gtest.gyp:gtest', 'pdfium', ], @@ -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', ], |