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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -588,6 +588,7 @@ config("fxge_warnings") { static_library("fxcrt") { sources = [ + "core/fxcrt/cfx_string_data_template.h", "core/fxcrt/extension.h", "core/fxcrt/fx_basic_array.cpp", "core/fxcrt/fx_basic_bstring.cpp", |