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

Side by Side Diff: pdfium.gyp

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 | « 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'core/fpdfdoc/ctypeset.h', 204 'core/fpdfdoc/ctypeset.h',
205 'core/fpdfdoc/doc_action.cpp', 205 'core/fpdfdoc/doc_action.cpp',
206 'core/fpdfdoc/doc_basic.cpp', 206 'core/fpdfdoc/doc_basic.cpp',
207 'core/fpdfdoc/doc_bookmark.cpp', 207 'core/fpdfdoc/doc_bookmark.cpp',
208 'core/fpdfdoc/doc_form.cpp', 208 'core/fpdfdoc/doc_form.cpp',
209 'core/fpdfdoc/doc_formcontrol.cpp', 209 'core/fpdfdoc/doc_formcontrol.cpp',
210 'core/fpdfdoc/doc_formfield.cpp', 210 'core/fpdfdoc/doc_formfield.cpp',
211 'core/fpdfdoc/doc_link.cpp', 211 'core/fpdfdoc/doc_link.cpp',
212 'core/fpdfdoc/doc_metadata.cpp', 212 'core/fpdfdoc/doc_metadata.cpp',
213 'core/fpdfdoc/doc_ocg.cpp', 213 'core/fpdfdoc/doc_ocg.cpp',
214 'core/fpdfdoc/doc_tagged.cpp',
214 'core/fpdfdoc/doc_utils.cpp', 215 'core/fpdfdoc/doc_utils.cpp',
215 'core/fpdfdoc/doc_utils.h', 216 'core/fpdfdoc/doc_utils.h',
216 'core/fpdfdoc/doc_viewerPreferences.cpp', 217 'core/fpdfdoc/doc_viewerPreferences.cpp',
217 'core/fpdfdoc/doc_vt.cpp', 218 'core/fpdfdoc/doc_vt.cpp',
218 'core/fpdfdoc/include/cpdf_aaction.h', 219 'core/fpdfdoc/include/cpdf_aaction.h',
219 'core/fpdfdoc/include/cpdf_action.h', 220 'core/fpdfdoc/include/cpdf_action.h',
220 'core/fpdfdoc/include/cpdf_actionfields.h', 221 'core/fpdfdoc/include/cpdf_actionfields.h',
221 'core/fpdfdoc/include/cpdf_annot.h', 222 'core/fpdfdoc/include/cpdf_annot.h',
222 'core/fpdfdoc/include/cpdf_annotlist.h', 223 'core/fpdfdoc/include/cpdf_annotlist.h',
223 'core/fpdfdoc/include/cpdf_bookmark.h', 224 'core/fpdfdoc/include/cpdf_bookmark.h',
(...skipping 13 matching lines...) Expand all
237 'core/fpdfdoc/include/cpdf_occontext.h', 238 'core/fpdfdoc/include/cpdf_occontext.h',
238 'core/fpdfdoc/include/cpdf_variabletext.h', 239 'core/fpdfdoc/include/cpdf_variabletext.h',
239 'core/fpdfdoc/include/cpdf_viewerpreferences.h', 240 'core/fpdfdoc/include/cpdf_viewerpreferences.h',
240 'core/fpdfdoc/include/cpvt_line.h', 241 'core/fpdfdoc/include/cpvt_line.h',
241 'core/fpdfdoc/include/cpvt_secprops.h', 242 'core/fpdfdoc/include/cpvt_secprops.h',
242 'core/fpdfdoc/include/cpvt_section.h', 243 'core/fpdfdoc/include/cpvt_section.h',
243 'core/fpdfdoc/include/cpvt_word.h', 244 'core/fpdfdoc/include/cpvt_word.h',
244 'core/fpdfdoc/include/cpvt_wordplace.h', 245 'core/fpdfdoc/include/cpvt_wordplace.h',
245 'core/fpdfdoc/include/cpvt_wordprops.h', 246 'core/fpdfdoc/include/cpvt_wordprops.h',
246 'core/fpdfdoc/include/cpvt_wordrange.h', 247 'core/fpdfdoc/include/cpvt_wordrange.h',
248 'core/fpdfdoc/include/fpdf_tagged.h',
247 'core/fpdfdoc/include/ipvt_fontmap.h', 249 'core/fpdfdoc/include/ipvt_fontmap.h',
248 'core/fpdfdoc/include/ipdf_formnotify.h', 250 'core/fpdfdoc/include/ipdf_formnotify.h',
249 'core/fpdfdoc/pdf_vt.h', 251 'core/fpdfdoc/pdf_vt.h',
252 'core/fpdfdoc/tagged_int.h',
250 ], 253 ],
251 }, 254 },
252 { 255 {
253 'target_name': 'fpdfapi', 256 'target_name': 'fpdfapi',
254 'type': 'static_library', 257 'type': 'static_library',
255 'sources': [ 258 'sources': [
256 'core/fpdfapi/cpdf_modulemgr.cpp', 259 'core/fpdfapi/cpdf_modulemgr.cpp',
257 'core/fpdfapi/cpdf_pagerendercontext.cpp', 260 'core/fpdfapi/cpdf_pagerendercontext.cpp',
258 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp', 261 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp',
259 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp', 262 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1101 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1099 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1102 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1100 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1103 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1101 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1104 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1102 ], 1105 ],
1103 }, 1106 },
1104 ] 1107 ]
1105 }], 1108 }],
1106 ] 1109 ]
1107 } 1110 }
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