summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-04-20 13:13:54 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-04-20 17:51:21 +0000
commit9a2f69f26c136ef4b53285edc28f4e494997f630 (patch)
tree2b1f2459ebc06366d7ee608d8413973f2f9ebe9b /BUILD.gn
parentcfb1944e245e20fe2ce0e94feebc06526db34fa1 (diff)
downloadpdfium-9a2f69f26c136ef4b53285edc28f4e494997f630.tar.xz
Move fxcrt_stream code to fx_stream file
This Cl consolidates the stream code into fx_stream. Change-Id: I22a250b4ca6e342592b81260d2a918ebab7f60a2 Reviewed-on: https://pdfium-review.googlesource.com/4373 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2f8123798e..135cbfbf80 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -786,7 +786,6 @@ static_library("fxcrt") {
"core/fxcrt/fx_unicode.cpp",
"core/fxcrt/fxcrt_posix.cpp",
"core/fxcrt/fxcrt_posix.h",
- "core/fxcrt/fxcrt_stream.cpp",
"core/fxcrt/fxcrt_windows.cpp",
"core/fxcrt/fxcrt_windows.h",
"core/fxcrt/ifxcrt_fileaccess.h",