summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-09-05 11:19:50 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-09-05 16:13:38 +0000
commit1c9ad7ec7353cccabb6881fd22b116daa3dcbb84 (patch)
treed1f1a13c0e64b249a0f2e0dc5f3856c0d3d9a4fa /BUILD.gn
parent13ea3ff1e33313c7775013acaff4ec218bc632ff (diff)
downloadpdfium-1c9ad7ec7353cccabb6881fd22b116daa3dcbb84.tar.xz
Split fx_guid from fx_extension
This CL splits the GUID code out of fx_extension into an fx_guid.h file. Change-Id: I915538ff98601efb07595264eff6435729193177 Reviewed-on: https://pdfium-review.googlesource.com/13090 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 59804a7c7d..2d226da0d5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -944,6 +944,8 @@ static_library("fxcrt") {
"core/fxcrt/css/cfx_cssvaluelistparser.h",
"core/fxcrt/fx_arabic.cpp",
"core/fxcrt/fx_arabic.h",
+ "core/fxcrt/fx_guid.cpp",
+ "core/fxcrt/fx_guid.h",
"core/fxcrt/ifx_chariter.h",
"core/fxcrt/ifx_locale.h",
"core/fxcrt/xml/cfx_saxcontext.cpp",