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

Side by Side Diff: BUILD.gn

Issue 2281083002: Revert "Remove the document tagged code as it is unused." (Closed)
Patch Set: Created 4 years, 3 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/doc_tagged.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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "core/fpdfdoc/cpvt_generateap.h", 265 "core/fpdfdoc/cpvt_generateap.h",
266 "core/fpdfdoc/cpvt_lineinfo.h", 266 "core/fpdfdoc/cpvt_lineinfo.h",
267 "core/fpdfdoc/cpvt_sectioninfo.cpp", 267 "core/fpdfdoc/cpvt_sectioninfo.cpp",
268 "core/fpdfdoc/cpvt_sectioninfo.h", 268 "core/fpdfdoc/cpvt_sectioninfo.h",
269 "core/fpdfdoc/cpvt_wordinfo.cpp", 269 "core/fpdfdoc/cpvt_wordinfo.cpp",
270 "core/fpdfdoc/cpvt_wordinfo.h", 270 "core/fpdfdoc/cpvt_wordinfo.h",
271 "core/fpdfdoc/csection.cpp", 271 "core/fpdfdoc/csection.cpp",
272 "core/fpdfdoc/csection.h", 272 "core/fpdfdoc/csection.h",
273 "core/fpdfdoc/ctypeset.cpp", 273 "core/fpdfdoc/ctypeset.cpp",
274 "core/fpdfdoc/ctypeset.h", 274 "core/fpdfdoc/ctypeset.h",
275 "core/fpdfdoc/doc_tagged.cpp",
275 "core/fpdfdoc/include/cpdf_aaction.h", 276 "core/fpdfdoc/include/cpdf_aaction.h",
276 "core/fpdfdoc/include/cpdf_action.h", 277 "core/fpdfdoc/include/cpdf_action.h",
277 "core/fpdfdoc/include/cpdf_actionfields.h", 278 "core/fpdfdoc/include/cpdf_actionfields.h",
278 "core/fpdfdoc/include/cpdf_annot.h", 279 "core/fpdfdoc/include/cpdf_annot.h",
279 "core/fpdfdoc/include/cpdf_annotlist.h", 280 "core/fpdfdoc/include/cpdf_annotlist.h",
280 "core/fpdfdoc/include/cpdf_bookmark.h", 281 "core/fpdfdoc/include/cpdf_bookmark.h",
281 "core/fpdfdoc/include/cpdf_bookmarktree.h", 282 "core/fpdfdoc/include/cpdf_bookmarktree.h",
282 "core/fpdfdoc/include/cpdf_defaultappearance.h", 283 "core/fpdfdoc/include/cpdf_defaultappearance.h",
283 "core/fpdfdoc/include/cpdf_dest.h", 284 "core/fpdfdoc/include/cpdf_dest.h",
284 "core/fpdfdoc/include/cpdf_docjsactions.h", 285 "core/fpdfdoc/include/cpdf_docjsactions.h",
285 "core/fpdfdoc/include/cpdf_filespec.h", 286 "core/fpdfdoc/include/cpdf_filespec.h",
286 "core/fpdfdoc/include/cpdf_formcontrol.h", 287 "core/fpdfdoc/include/cpdf_formcontrol.h",
287 "core/fpdfdoc/include/cpdf_formfield.h", 288 "core/fpdfdoc/include/cpdf_formfield.h",
288 "core/fpdfdoc/include/cpdf_iconfit.h", 289 "core/fpdfdoc/include/cpdf_iconfit.h",
289 "core/fpdfdoc/include/cpdf_interform.h", 290 "core/fpdfdoc/include/cpdf_interform.h",
290 "core/fpdfdoc/include/cpdf_link.h", 291 "core/fpdfdoc/include/cpdf_link.h",
291 "core/fpdfdoc/include/cpdf_linklist.h", 292 "core/fpdfdoc/include/cpdf_linklist.h",
292 "core/fpdfdoc/include/cpdf_metadata.h", 293 "core/fpdfdoc/include/cpdf_metadata.h",
293 "core/fpdfdoc/include/cpdf_nametree.h", 294 "core/fpdfdoc/include/cpdf_nametree.h",
294 "core/fpdfdoc/include/cpdf_occontext.h", 295 "core/fpdfdoc/include/cpdf_occontext.h",
295 "core/fpdfdoc/include/cpdf_variabletext.h", 296 "core/fpdfdoc/include/cpdf_variabletext.h",
296 "core/fpdfdoc/include/cpdf_viewerpreferences.h", 297 "core/fpdfdoc/include/cpdf_viewerpreferences.h",
297 "core/fpdfdoc/include/cpvt_line.h", 298 "core/fpdfdoc/include/cpvt_line.h",
298 "core/fpdfdoc/include/cpvt_secprops.h", 299 "core/fpdfdoc/include/cpvt_secprops.h",
299 "core/fpdfdoc/include/cpvt_section.h", 300 "core/fpdfdoc/include/cpvt_section.h",
300 "core/fpdfdoc/include/cpvt_word.h", 301 "core/fpdfdoc/include/cpvt_word.h",
301 "core/fpdfdoc/include/cpvt_wordplace.h", 302 "core/fpdfdoc/include/cpvt_wordplace.h",
302 "core/fpdfdoc/include/cpvt_wordprops.h", 303 "core/fpdfdoc/include/cpvt_wordprops.h",
303 "core/fpdfdoc/include/cpvt_wordrange.h", 304 "core/fpdfdoc/include/cpvt_wordrange.h",
305 "core/fpdfdoc/include/fpdf_tagged.h",
304 "core/fpdfdoc/include/ipdf_formnotify.h", 306 "core/fpdfdoc/include/ipdf_formnotify.h",
305 "core/fpdfdoc/ipdf_formnotify.cpp", 307 "core/fpdfdoc/ipdf_formnotify.cpp",
306 "core/fpdfdoc/ipvt_fontmap.h", 308 "core/fpdfdoc/ipvt_fontmap.h",
309 "core/fpdfdoc/tagged_int.h",
307 ] 310 ]
308 configs += [ ":pdfium_core_config" ] 311 configs += [ ":pdfium_core_config" ]
309 } 312 }
310 313
311 static_library("fpdfapi") { 314 static_library("fpdfapi") {
312 sources = [ 315 sources = [
313 "core/fpdfapi/cpdf_modulemgr.cpp", 316 "core/fpdfapi/cpdf_modulemgr.cpp",
314 "core/fpdfapi/cpdf_pagerendercontext.cpp", 317 "core/fpdfapi/cpdf_pagerendercontext.cpp",
315 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", 318 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp",
316 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", 319 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp",
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 } 1704 }
1702 1705
1703 if (pdf_is_standalone) { 1706 if (pdf_is_standalone) {
1704 source_set("samples") { 1707 source_set("samples") {
1705 testonly = true 1708 testonly = true
1706 deps = [ 1709 deps = [
1707 "//samples", 1710 "//samples",
1708 ] 1711 ]
1709 } 1712 }
1710 } 1713 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfdoc/doc_tagged.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698