summaryrefslogtreecommitdiff
path: root/BUILD.gn
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 /BUILD.gn
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 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8e9cc0cb1b..806367e189 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",