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

Side by Side Diff: pdfium.gyp

Issue 1947093002: Revert of Remove unneeded CPVT classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: 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 | « core/fpdfdoc/pdf_vt.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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'core/fpdfdoc/doc_formcontrol.cpp', 245 'core/fpdfdoc/doc_formcontrol.cpp',
246 'core/fpdfdoc/doc_formfield.cpp', 246 'core/fpdfdoc/doc_formfield.cpp',
247 'core/fpdfdoc/doc_link.cpp', 247 'core/fpdfdoc/doc_link.cpp',
248 'core/fpdfdoc/doc_metadata.cpp', 248 'core/fpdfdoc/doc_metadata.cpp',
249 'core/fpdfdoc/doc_ocg.cpp', 249 'core/fpdfdoc/doc_ocg.cpp',
250 'core/fpdfdoc/doc_tagged.cpp', 250 'core/fpdfdoc/doc_tagged.cpp',
251 'core/fpdfdoc/doc_utils.cpp', 251 'core/fpdfdoc/doc_utils.cpp',
252 'core/fpdfdoc/doc_utils.h', 252 'core/fpdfdoc/doc_utils.h',
253 'core/fpdfdoc/doc_viewerPreferences.cpp', 253 'core/fpdfdoc/doc_viewerPreferences.cpp',
254 'core/fpdfdoc/doc_vt.cpp', 254 'core/fpdfdoc/doc_vt.cpp',
255 'core/fpdfdoc/doc_vt.h',
256 'core/fpdfdoc/include/cpdf_variabletext.h', 255 'core/fpdfdoc/include/cpdf_variabletext.h',
257 'core/fpdfdoc/include/cpvt_line.h', 256 'core/fpdfdoc/include/cpvt_line.h',
258 'core/fpdfdoc/include/cpvt_secprops.h', 257 'core/fpdfdoc/include/cpvt_secprops.h',
259 'core/fpdfdoc/include/cpvt_section.h', 258 'core/fpdfdoc/include/cpvt_section.h',
260 'core/fpdfdoc/include/cpvt_word.h', 259 'core/fpdfdoc/include/cpvt_word.h',
261 'core/fpdfdoc/include/cpvt_wordplace.h', 260 'core/fpdfdoc/include/cpvt_wordplace.h',
262 'core/fpdfdoc/include/cpvt_wordprops.h', 261 'core/fpdfdoc/include/cpvt_wordprops.h',
263 'core/fpdfdoc/include/cpvt_wordrange.h', 262 'core/fpdfdoc/include/cpvt_wordrange.h',
264 'core/fpdfdoc/include/ipvt_fontmap.h', 263 'core/fpdfdoc/include/ipvt_fontmap.h',
264 'core/fpdfdoc/pdf_vt.h',
265 'core/fpdfdoc/tagged_int.h', 265 'core/fpdfdoc/tagged_int.h',
266 ], 266 ],
267 }, 267 },
268 { 268 {
269 'target_name': 'fpdfapi', 269 'target_name': 'fpdfapi',
270 'type': 'static_library', 270 'type': 'static_library',
271 'sources': [ 271 'sources': [
272 'core/fpdfapi/fpdf_basic_module.cpp', 272 'core/fpdfapi/fpdf_basic_module.cpp',
273 'core/fpdfapi/fpdf_cmaps/cmap_int.h', 273 'core/fpdfapi/fpdf_cmaps/cmap_int.h',
274 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp', 274 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1075 ], 1075 ],
1076 }, 1076 },
1077 ] 1077 ]
1078 }], 1078 }],
1079 ] 1079 ]
1080 } 1080 }
OLDNEW
« no previous file with comments | « core/fpdfdoc/pdf_vt.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698