diff options
author | tsepez <tsepez@chromium.org> | 2016-04-05 12:40:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-05 12:40:47 -0700 |
commit | 6fb598b9dff93602134f1976443ae6d6ff015c4d (patch) | |
tree | 0863a7d3f53be87b7ec963fa4f16f7cd22e6ca4d /pdfium.gyp | |
parent | fc58ad18b7ab32e7b0bb3959b07dbe7538a7cebd (diff) | |
download | pdfium-6fb598b9dff93602134f1976443ae6d6ff015c4d.tar.xz |
Make StringData a templated class.
First step in making the same changes to CFX_WideString that we
just made to CFX_ByteString.
Review URL: https://codereview.chromium.org/1844073003
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 69aab07cc4..dd864e91da 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -610,6 +610,7 @@ 'target_name': 'fxcrt', 'type': 'static_library', 'sources': [ + 'core/fxcrt/cfx_string_data_template.h', 'core/fxcrt/extension.h', 'core/fxcrt/fx_basic_array.cpp', 'core/fxcrt/fx_basic_bstring.cpp', |