summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-04-05 12:40:47 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-05 12:40:47 -0700
commit6fb598b9dff93602134f1976443ae6d6ff015c4d (patch)
tree0863a7d3f53be87b7ec963fa4f16f7cd22e6ca4d /pdfium.gyp
parentfc58ad18b7ab32e7b0bb3959b07dbe7538a7cebd (diff)
downloadpdfium-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.gyp1
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',