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

Side by Side Diff: pdfium.gyp

Issue 2180443002: Use actual type instead CFX_Deletable (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: one more fix Created 4 years, 5 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 | « fpdfsdk/include/fsdk_rendercontext.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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'javascript', 79 'javascript',
80 'pdfwindow', 80 'pdfwindow',
81 ], 81 ],
82 'sources': [ 82 'sources': [
83 'fpdfsdk/cfx_systemhandler.cpp', 83 'fpdfsdk/cfx_systemhandler.cpp',
84 'fpdfsdk/cfx_systemhandler.h', 84 'fpdfsdk/cfx_systemhandler.h',
85 'fpdfsdk/include/fsdk_actionhandler.h', 85 'fpdfsdk/include/fsdk_actionhandler.h',
86 'fpdfsdk/include/fsdk_annothandler.h', 86 'fpdfsdk/include/fsdk_annothandler.h',
87 'fpdfsdk/include/fsdk_baseannot.h', 87 'fpdfsdk/include/fsdk_baseannot.h',
88 'fpdfsdk/include/fsdk_baseform.h', 88 'fpdfsdk/include/fsdk_baseform.h',
89 'fpdfsdk/include/fsdk_pauseadapter.h',
89 'fpdfsdk/fpdfdoc.cpp', 90 'fpdfsdk/fpdfdoc.cpp',
90 'fpdfsdk/fpdfeditimg.cpp', 91 'fpdfsdk/fpdfeditimg.cpp',
91 'fpdfsdk/fpdfeditpage.cpp', 92 'fpdfsdk/fpdfeditpage.cpp',
92 'fpdfsdk/fpdfformfill.cpp', 93 'fpdfsdk/fpdfformfill.cpp',
93 'fpdfsdk/fpdfppo.cpp', 94 'fpdfsdk/fpdfppo.cpp',
94 'fpdfsdk/fpdfsave.cpp', 95 'fpdfsdk/fpdfsave.cpp',
95 'fpdfsdk/fpdftext.cpp', 96 'fpdfsdk/fpdftext.cpp',
96 'fpdfsdk/fpdfview.cpp', 97 'fpdfsdk/fpdfview.cpp',
97 'fpdfsdk/fpdf_dataavail.cpp', 98 'fpdfsdk/fpdf_dataavail.cpp',
98 'fpdfsdk/fpdf_ext.cpp', 99 'fpdfsdk/fpdf_ext.cpp',
99 'fpdfsdk/fpdf_flatten.cpp', 100 'fpdfsdk/fpdf_flatten.cpp',
100 'fpdfsdk/fpdf_progressive.cpp', 101 'fpdfsdk/fpdf_progressive.cpp',
101 'fpdfsdk/fpdf_searchex.cpp', 102 'fpdfsdk/fpdf_searchex.cpp',
102 'fpdfsdk/fpdf_sysfontinfo.cpp', 103 'fpdfsdk/fpdf_sysfontinfo.cpp',
103 'fpdfsdk/fpdf_transformpage.cpp', 104 'fpdfsdk/fpdf_transformpage.cpp',
104 'fpdfsdk/fsdk_actionhandler.cpp', 105 'fpdfsdk/fsdk_actionhandler.cpp',
105 'fpdfsdk/fsdk_annothandler.cpp', 106 'fpdfsdk/fsdk_annothandler.cpp',
106 'fpdfsdk/fsdk_baseannot.cpp', 107 'fpdfsdk/fsdk_baseannot.cpp',
107 'fpdfsdk/fsdk_baseform.cpp', 108 'fpdfsdk/fsdk_baseform.cpp',
108 'fpdfsdk/fsdk_mgr.cpp', 109 'fpdfsdk/fsdk_mgr.cpp',
109 'fpdfsdk/fsdk_rendercontext.cpp', 110 'fpdfsdk/fsdk_pauseadapter.cpp',
110 'public/fpdf_dataavail.h', 111 'public/fpdf_dataavail.h',
111 'public/fpdf_doc.h', 112 'public/fpdf_doc.h',
112 'public/fpdf_edit.h', 113 'public/fpdf_edit.h',
113 'public/fpdf_ext.h', 114 'public/fpdf_ext.h',
114 'public/fpdf_flatten.h', 115 'public/fpdf_flatten.h',
115 'public/fpdf_formfill.h', 116 'public/fpdf_formfill.h',
116 'public/fpdf_fwlevent.h', 117 'public/fpdf_fwlevent.h',
117 'public/fpdf_ppo.h', 118 'public/fpdf_ppo.h',
118 'public/fpdf_progressive.h', 119 'public/fpdf_progressive.h',
119 'public/fpdf_save.h', 120 'public/fpdf_save.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'core/fpdfdoc/include/ipvt_fontmap.h', 229 'core/fpdfdoc/include/ipvt_fontmap.h',
229 'core/fpdfdoc/pdf_vt.h', 230 'core/fpdfdoc/pdf_vt.h',
230 'core/fpdfdoc/tagged_int.h', 231 'core/fpdfdoc/tagged_int.h',
231 ], 232 ],
232 }, 233 },
233 { 234 {
234 'target_name': 'fpdfapi', 235 'target_name': 'fpdfapi',
235 'type': 'static_library', 236 'type': 'static_library',
236 'sources': [ 237 'sources': [
237 'core/fpdfapi/cpdf_modulemgr.cpp', 238 'core/fpdfapi/cpdf_modulemgr.cpp',
239 'core/fpdfapi/cpdf_pagerendercontext.cpp',
238 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp', 240 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp',
239 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp', 241 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp',
240 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp', 242 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp',
241 'core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp', 243 'core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp',
242 'core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp', 244 'core/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp',
243 'core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp', 245 'core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp',
244 'core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp', 246 'core/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp',
245 'core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp', 247 'core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp',
246 'core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp', 248 'core/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp',
247 'core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-H_5.cpp', 249 'core/fpdfapi/fpdf_cmaps/CNS1/HKscs-B5-H_5.cpp',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'core/fpdfapi/fpdf_render/fpdf_render_image.cpp', 448 'core/fpdfapi/fpdf_render/fpdf_render_image.cpp',
447 'core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp', 449 'core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp',
448 'core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp', 450 'core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp',
449 'core/fpdfapi/fpdf_render/fpdf_render_text.cpp', 451 'core/fpdfapi/fpdf_render/fpdf_render_text.cpp',
450 'core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h', 452 'core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h',
451 'core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h', 453 'core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h',
452 'core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h', 454 'core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h',
453 'core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h', 455 'core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h',
454 'core/fpdfapi/fpdf_render/render_int.h', 456 'core/fpdfapi/fpdf_render/render_int.h',
455 'core/fpdfapi/include/cpdf_modulemgr.h', 457 'core/fpdfapi/include/cpdf_modulemgr.h',
458 'core/fpdfapi/include/cpdf_pagerendercontext.h',
456 ], 459 ],
457 }, 460 },
458 { 461 {
459 'target_name': 'fpdftext', 462 'target_name': 'fpdftext',
460 'type': 'static_library', 463 'type': 'static_library',
461 'sources': [ 464 'sources': [
462 'core/fpdftext/include/cpdf_linkextract.h', 465 'core/fpdftext/include/cpdf_linkextract.h',
463 'core/fpdftext/include/cpdf_textpage.h', 466 'core/fpdftext/include/cpdf_textpage.h',
464 'core/fpdftext/include/cpdf_textpagefind.h', 467 'core/fpdftext/include/cpdf_textpagefind.h',
465 'core/fpdftext/fpdf_text_int.cpp', 468 'core/fpdftext/fpdf_text_int.cpp',
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1070 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1071 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1073 ], 1076 ],
1074 }, 1077 },
1075 ] 1078 ]
1076 }], 1079 }],
1077 ] 1080 ]
1078 } 1081 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/fsdk_rendercontext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698