diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-01-07 12:28:56 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-01-07 12:28:56 -0800 |
commit | a5c9431631c7305224c846e71b9c8f811c610f60 (patch) | |
tree | 5939c1cba8468eaa03e397efe1e6ac2f3763198e /pdfium.gyp | |
parent | 22ee248278586790e9e748cbc2a01dacd39e6cf1 (diff) | |
download | pdfium-a5c9431631c7305224c846e71b9c8f811c610f60.tar.xz |
Merge to XFA: Add ostream helpers for FX String classes.
Original CL at https://codereview.chromium.org/837843002
TBR=brucedawson@chromium.org
Review URL: https://codereview.chromium.org/809313008
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 1356291b4d..1f852d6c76 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -895,6 +895,8 @@ '<(DEPTH)' ], 'sources': [ + 'testing/fx_string_testhelpers.h', + 'testing/fx_string_testhelpers.cpp', 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', ], }, |