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

Side by Side Diff: BUILD.gn

Issue 2279323002: Revert of Remove the document tagged code as it is unused. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@fpdf_doc
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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "core/fpdfdoc/ctypeset.h", 222 "core/fpdfdoc/ctypeset.h",
223 "core/fpdfdoc/doc_action.cpp", 223 "core/fpdfdoc/doc_action.cpp",
224 "core/fpdfdoc/doc_basic.cpp", 224 "core/fpdfdoc/doc_basic.cpp",
225 "core/fpdfdoc/doc_bookmark.cpp", 225 "core/fpdfdoc/doc_bookmark.cpp",
226 "core/fpdfdoc/doc_form.cpp", 226 "core/fpdfdoc/doc_form.cpp",
227 "core/fpdfdoc/doc_formcontrol.cpp", 227 "core/fpdfdoc/doc_formcontrol.cpp",
228 "core/fpdfdoc/doc_formfield.cpp", 228 "core/fpdfdoc/doc_formfield.cpp",
229 "core/fpdfdoc/doc_link.cpp", 229 "core/fpdfdoc/doc_link.cpp",
230 "core/fpdfdoc/doc_metadata.cpp", 230 "core/fpdfdoc/doc_metadata.cpp",
231 "core/fpdfdoc/doc_ocg.cpp", 231 "core/fpdfdoc/doc_ocg.cpp",
232 "core/fpdfdoc/doc_tagged.cpp",
232 "core/fpdfdoc/doc_utils.cpp", 233 "core/fpdfdoc/doc_utils.cpp",
233 "core/fpdfdoc/doc_utils.h", 234 "core/fpdfdoc/doc_utils.h",
234 "core/fpdfdoc/doc_viewerPreferences.cpp", 235 "core/fpdfdoc/doc_viewerPreferences.cpp",
235 "core/fpdfdoc/doc_vt.cpp", 236 "core/fpdfdoc/doc_vt.cpp",
236 "core/fpdfdoc/include/cpdf_aaction.h", 237 "core/fpdfdoc/include/cpdf_aaction.h",
237 "core/fpdfdoc/include/cpdf_action.h", 238 "core/fpdfdoc/include/cpdf_action.h",
238 "core/fpdfdoc/include/cpdf_actionfields.h", 239 "core/fpdfdoc/include/cpdf_actionfields.h",
239 "core/fpdfdoc/include/cpdf_annot.h", 240 "core/fpdfdoc/include/cpdf_annot.h",
240 "core/fpdfdoc/include/cpdf_annotlist.h", 241 "core/fpdfdoc/include/cpdf_annotlist.h",
241 "core/fpdfdoc/include/cpdf_bookmark.h", 242 "core/fpdfdoc/include/cpdf_bookmark.h",
(...skipping 13 matching lines...) Expand all
255 "core/fpdfdoc/include/cpdf_occontext.h", 256 "core/fpdfdoc/include/cpdf_occontext.h",
256 "core/fpdfdoc/include/cpdf_variabletext.h", 257 "core/fpdfdoc/include/cpdf_variabletext.h",
257 "core/fpdfdoc/include/cpdf_viewerpreferences.h", 258 "core/fpdfdoc/include/cpdf_viewerpreferences.h",
258 "core/fpdfdoc/include/cpvt_line.h", 259 "core/fpdfdoc/include/cpvt_line.h",
259 "core/fpdfdoc/include/cpvt_secprops.h", 260 "core/fpdfdoc/include/cpvt_secprops.h",
260 "core/fpdfdoc/include/cpvt_section.h", 261 "core/fpdfdoc/include/cpvt_section.h",
261 "core/fpdfdoc/include/cpvt_word.h", 262 "core/fpdfdoc/include/cpvt_word.h",
262 "core/fpdfdoc/include/cpvt_wordplace.h", 263 "core/fpdfdoc/include/cpvt_wordplace.h",
263 "core/fpdfdoc/include/cpvt_wordprops.h", 264 "core/fpdfdoc/include/cpvt_wordprops.h",
264 "core/fpdfdoc/include/cpvt_wordrange.h", 265 "core/fpdfdoc/include/cpvt_wordrange.h",
266 "core/fpdfdoc/include/fpdf_tagged.h",
265 "core/fpdfdoc/include/ipdf_formnotify.h", 267 "core/fpdfdoc/include/ipdf_formnotify.h",
266 "core/fpdfdoc/ipvt_fontmap.h", 268 "core/fpdfdoc/ipvt_fontmap.h",
267 "core/fpdfdoc/pdf_vt.h", 269 "core/fpdfdoc/pdf_vt.h",
270 "core/fpdfdoc/tagged_int.h",
268 ] 271 ]
269 configs += [ ":pdfium_core_config" ] 272 configs += [ ":pdfium_core_config" ]
270 } 273 }
271 274
272 static_library("fpdfapi") { 275 static_library("fpdfapi") {
273 sources = [ 276 sources = [
274 "core/fpdfapi/cpdf_modulemgr.cpp", 277 "core/fpdfapi/cpdf_modulemgr.cpp",
275 "core/fpdfapi/cpdf_pagerendercontext.cpp", 278 "core/fpdfapi/cpdf_pagerendercontext.cpp",
276 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", 279 "core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp",
277 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", 280 "core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp",
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 } 1634 }
1632 1635
1633 if (pdf_is_standalone) { 1636 if (pdf_is_standalone) {
1634 source_set("samples") { 1637 source_set("samples") {
1635 testonly = true 1638 testonly = true
1636 deps = [ 1639 deps = [
1637 "//samples", 1640 "//samples",
1638 ] 1641 ]
1639 } 1642 }
1640 } 1643 }
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