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

Side by Side Diff: pdfium.gyp

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 | « core/fpdfdoc/tagged_int.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'pdf_use_skia%': 0, 8 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 9 'pdf_enable_v8%': 1,
10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'core/fpdfdoc/cpvt_generateap.h', 246 'core/fpdfdoc/cpvt_generateap.h',
247 'core/fpdfdoc/cpvt_lineinfo.h', 247 'core/fpdfdoc/cpvt_lineinfo.h',
248 'core/fpdfdoc/cpvt_sectioninfo.cpp', 248 'core/fpdfdoc/cpvt_sectioninfo.cpp',
249 'core/fpdfdoc/cpvt_sectioninfo.h', 249 'core/fpdfdoc/cpvt_sectioninfo.h',
250 'core/fpdfdoc/cpvt_wordinfo.cpp', 250 'core/fpdfdoc/cpvt_wordinfo.cpp',
251 'core/fpdfdoc/cpvt_wordinfo.h', 251 'core/fpdfdoc/cpvt_wordinfo.h',
252 'core/fpdfdoc/csection.cpp', 252 'core/fpdfdoc/csection.cpp',
253 'core/fpdfdoc/csection.h', 253 'core/fpdfdoc/csection.h',
254 'core/fpdfdoc/ctypeset.cpp', 254 'core/fpdfdoc/ctypeset.cpp',
255 'core/fpdfdoc/ctypeset.h', 255 'core/fpdfdoc/ctypeset.h',
256 'core/fpdfdoc/doc_tagged.cpp',
256 'core/fpdfdoc/include/cpdf_aaction.h', 257 'core/fpdfdoc/include/cpdf_aaction.h',
257 'core/fpdfdoc/include/cpdf_action.h', 258 'core/fpdfdoc/include/cpdf_action.h',
258 'core/fpdfdoc/include/cpdf_actionfields.h', 259 'core/fpdfdoc/include/cpdf_actionfields.h',
259 'core/fpdfdoc/include/cpdf_annot.h', 260 'core/fpdfdoc/include/cpdf_annot.h',
260 'core/fpdfdoc/include/cpdf_annotlist.h', 261 'core/fpdfdoc/include/cpdf_annotlist.h',
261 'core/fpdfdoc/include/cpdf_bookmark.h', 262 'core/fpdfdoc/include/cpdf_bookmark.h',
262 'core/fpdfdoc/include/cpdf_bookmarktree.h', 263 'core/fpdfdoc/include/cpdf_bookmarktree.h',
263 'core/fpdfdoc/include/cpdf_defaultappearance.h', 264 'core/fpdfdoc/include/cpdf_defaultappearance.h',
264 'core/fpdfdoc/include/cpdf_dest.h', 265 'core/fpdfdoc/include/cpdf_dest.h',
265 'core/fpdfdoc/include/cpdf_docjsactions.h', 266 'core/fpdfdoc/include/cpdf_docjsactions.h',
266 'core/fpdfdoc/include/cpdf_filespec.h', 267 'core/fpdfdoc/include/cpdf_filespec.h',
267 'core/fpdfdoc/include/cpdf_formcontrol.h', 268 'core/fpdfdoc/include/cpdf_formcontrol.h',
268 'core/fpdfdoc/include/cpdf_formfield.h', 269 'core/fpdfdoc/include/cpdf_formfield.h',
269 'core/fpdfdoc/include/cpdf_iconfit.h', 270 'core/fpdfdoc/include/cpdf_iconfit.h',
270 'core/fpdfdoc/include/cpdf_interform.h', 271 'core/fpdfdoc/include/cpdf_interform.h',
271 'core/fpdfdoc/include/cpdf_link.h', 272 'core/fpdfdoc/include/cpdf_link.h',
272 'core/fpdfdoc/include/cpdf_linklist.h', 273 'core/fpdfdoc/include/cpdf_linklist.h',
273 'core/fpdfdoc/include/cpdf_metadata.h', 274 'core/fpdfdoc/include/cpdf_metadata.h',
274 'core/fpdfdoc/include/cpdf_nametree.h', 275 'core/fpdfdoc/include/cpdf_nametree.h',
275 'core/fpdfdoc/include/cpdf_occontext.h', 276 'core/fpdfdoc/include/cpdf_occontext.h',
276 'core/fpdfdoc/include/cpdf_variabletext.h', 277 'core/fpdfdoc/include/cpdf_variabletext.h',
277 'core/fpdfdoc/include/cpdf_viewerpreferences.h', 278 'core/fpdfdoc/include/cpdf_viewerpreferences.h',
278 'core/fpdfdoc/include/cpvt_line.h', 279 'core/fpdfdoc/include/cpvt_line.h',
279 'core/fpdfdoc/include/cpvt_secprops.h', 280 'core/fpdfdoc/include/cpvt_secprops.h',
280 'core/fpdfdoc/include/cpvt_section.h', 281 'core/fpdfdoc/include/cpvt_section.h',
281 'core/fpdfdoc/include/cpvt_word.h', 282 'core/fpdfdoc/include/cpvt_word.h',
282 'core/fpdfdoc/include/cpvt_wordplace.h', 283 'core/fpdfdoc/include/cpvt_wordplace.h',
283 'core/fpdfdoc/include/cpvt_wordprops.h', 284 'core/fpdfdoc/include/cpvt_wordprops.h',
284 'core/fpdfdoc/include/cpvt_wordrange.h', 285 'core/fpdfdoc/include/cpvt_wordrange.h',
286 'core/fpdfdoc/include/fpdf_tagged.h',
285 'core/fpdfdoc/include/ipvt_fontmap.h', 287 'core/fpdfdoc/include/ipvt_fontmap.h',
286 'core/fpdfdoc/include/ipdf_formnotify.h', 288 'core/fpdfdoc/include/ipdf_formnotify.h',
287 'core/fpdfdoc/ipdf_formnotify.cpp', 289 'core/fpdfdoc/ipdf_formnotify.cpp',
290 'core/fpdfdoc/tagged_int.h',
288 ], 291 ],
289 }, 292 },
290 { 293 {
291 'target_name': 'fpdfapi', 294 'target_name': 'fpdfapi',
292 'type': 'static_library', 295 'type': 'static_library',
293 'sources': [ 296 'sources': [
294 'core/fpdfapi/cpdf_modulemgr.cpp', 297 'core/fpdfapi/cpdf_modulemgr.cpp',
295 'core/fpdfapi/cpdf_pagerendercontext.cpp', 298 'core/fpdfapi/cpdf_pagerendercontext.cpp',
296 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp', 299 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp',
297 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp', 300 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp',
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1164 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1167 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1165 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1168 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1166 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1169 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1167 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1170 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1168 ], 1171 ],
1169 }, 1172 },
1170 ] 1173 ]
1171 }], 1174 }],
1172 ] 1175 ]
1173 } 1176 }
OLDNEW
« no previous file with comments | « core/fpdfdoc/tagged_int.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698