summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-12-14 11:30:46 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-14 11:30:47 -0800
commit0d73909e89a5c93917b9cb73fe5c03c484f2793d (patch)
tree6b3dc490bed3fb2e62bb0bc6c09bcf9fb28f0dfc /BUILD.gn
parent603f57b85c0643f0598f03b97c4525501f3e1221 (diff)
downloadpdfium-0d73909e89a5c93917b9cb73fe5c03c484f2793d.tar.xz
Remove CJBig2_List in favor of std::vector<std::unique_ptr<>>
Review-Url: https://codereview.chromium.org/2578663002
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 2a680c0b80..115fc8d0e4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -648,7 +648,6 @@ static_library("fxcodec") {
"core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h",
"core/fxcodec/jbig2/JBig2_Image.cpp",
"core/fxcodec/jbig2/JBig2_Image.h",
- "core/fxcodec/jbig2/JBig2_List.h",
"core/fxcodec/jbig2/JBig2_Page.h",
"core/fxcodec/jbig2/JBig2_PatternDict.cpp",
"core/fxcodec/jbig2/JBig2_PatternDict.h",