diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-07 12:25:07 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-07 12:25:07 -0800 |
commit | 948095edfc04f35a69f15cd7d9926844ee0ac624 (patch) | |
tree | 37544706fb77d5cdf4b952a2745cfa570a7206a2 /pdfium.gyp | |
parent | d12a4f465a0bcc8b233079ccd54bf7882f3532d5 (diff) | |
download | pdfium-948095edfc04f35a69f15cd7d9926844ee0ac624.tar.xz |
Add ostream helpers for FX String classes.
This allows integration with the gtest EXPECT_* macros.
R=brucedawson@chromium.org
Review URL: https://codereview.chromium.org/837843002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index f50005d10f..5b41ed08fe 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -821,6 +821,8 @@ '<(DEPTH)' ], 'sources': [ + 'testing/fx_string_testhelpers.h', + 'testing/fx_string_testhelpers.cpp', 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', ], }, |