Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: BUILD.gn

Issue 1919283008: Remove unneeded CPVT classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | core/fpdfdoc/cpdf_variabletext.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "core/fpdfdoc/doc_formcontrol.cpp", 216 "core/fpdfdoc/doc_formcontrol.cpp",
217 "core/fpdfdoc/doc_formfield.cpp", 217 "core/fpdfdoc/doc_formfield.cpp",
218 "core/fpdfdoc/doc_link.cpp", 218 "core/fpdfdoc/doc_link.cpp",
219 "core/fpdfdoc/doc_metadata.cpp", 219 "core/fpdfdoc/doc_metadata.cpp",
220 "core/fpdfdoc/doc_ocg.cpp", 220 "core/fpdfdoc/doc_ocg.cpp",
221 "core/fpdfdoc/doc_tagged.cpp", 221 "core/fpdfdoc/doc_tagged.cpp",
222 "core/fpdfdoc/doc_utils.cpp", 222 "core/fpdfdoc/doc_utils.cpp",
223 "core/fpdfdoc/doc_utils.h", 223 "core/fpdfdoc/doc_utils.h",
224 "core/fpdfdoc/doc_viewerPreferences.cpp", 224 "core/fpdfdoc/doc_viewerPreferences.cpp",
225 "core/fpdfdoc/doc_vt.cpp", 225 "core/fpdfdoc/doc_vt.cpp",
226 "core/fpdfdoc/doc_vt.h",
226 "core/fpdfdoc/include/cpdf_variabletext.h", 227 "core/fpdfdoc/include/cpdf_variabletext.h",
227 "core/fpdfdoc/include/cpvt_line.h", 228 "core/fpdfdoc/include/cpvt_line.h",
228 "core/fpdfdoc/include/cpvt_secprops.h", 229 "core/fpdfdoc/include/cpvt_secprops.h",
229 "core/fpdfdoc/include/cpvt_section.h", 230 "core/fpdfdoc/include/cpvt_section.h",
230 "core/fpdfdoc/include/cpvt_word.h", 231 "core/fpdfdoc/include/cpvt_word.h",
231 "core/fpdfdoc/include/cpvt_wordplace.h", 232 "core/fpdfdoc/include/cpvt_wordplace.h",
232 "core/fpdfdoc/include/cpvt_wordprops.h", 233 "core/fpdfdoc/include/cpvt_wordprops.h",
233 "core/fpdfdoc/include/cpvt_wordrange.h", 234 "core/fpdfdoc/include/cpvt_wordrange.h",
234 "core/fpdfdoc/include/fpdf_doc.h", 235 "core/fpdfdoc/include/fpdf_doc.h",
235 "core/fpdfdoc/include/fpdf_tagged.h", 236 "core/fpdfdoc/include/fpdf_tagged.h",
236 "core/fpdfdoc/ipvt_fontmap.h", 237 "core/fpdfdoc/ipvt_fontmap.h",
237 "core/fpdfdoc/pdf_vt.h",
238 "core/fpdfdoc/tagged_int.h", 238 "core/fpdfdoc/tagged_int.h",
239 ] 239 ]
240 configs += [ ":pdfium_config" ] 240 configs += [ ":pdfium_config" ]
241 } 241 }
242 242
243 static_library("fpdfapi") { 243 static_library("fpdfapi") {
244 sources = [ 244 sources = [
245 "core/fpdfapi/fpdf_basic_module.cpp", 245 "core/fpdfapi/fpdf_basic_module.cpp",
246 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", 246 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp",
247 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", 247 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp",
(...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1697 } 1697 }
1698 1698
1699 if (pdf_is_standalone) { 1699 if (pdf_is_standalone) {
1700 source_set("samples") { 1700 source_set("samples") {
1701 testonly = true 1701 testonly = true
1702 deps = [ 1702 deps = [
1703 "//samples", 1703 "//samples",
1704 ] 1704 ]
1705 } 1705 }
1706 } 1706 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfdoc/cpdf_variabletext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698