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

Side by Side Diff: pdfium.gyp

Issue 2190983002: Splitting fpdfdoc/doc_* part III. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@fpdf_doc_IV
Patch Set: move cb Created 4 years, 4 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/include/cpdf_interform.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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'target_name': 'fpdfdoc', 182 'target_name': 'fpdfdoc',
183 'type': 'static_library', 183 'type': 'static_library',
184 'sources': [ 184 'sources': [
185 'core/fpdfdoc/cline.cpp', 185 'core/fpdfdoc/cline.cpp',
186 'core/fpdfdoc/cline.h', 186 'core/fpdfdoc/cline.h',
187 'core/fpdfdoc/clines.cpp', 187 'core/fpdfdoc/clines.cpp',
188 'core/fpdfdoc/clines.h', 188 'core/fpdfdoc/clines.h',
189 'core/fpdfdoc/cpdf_aaction.cpp', 189 'core/fpdfdoc/cpdf_aaction.cpp',
190 'core/fpdfdoc/cpdf_action.cpp', 190 'core/fpdfdoc/cpdf_action.cpp',
191 'core/fpdfdoc/cpdf_actionfields.cpp', 191 'core/fpdfdoc/cpdf_actionfields.cpp',
192 'core/fpdfdoc/cpdf_apsettings.cpp',
192 'core/fpdfdoc/cpdf_apsettings.h', 193 'core/fpdfdoc/cpdf_apsettings.h',
193 'core/fpdfdoc/cpdf_annot.cpp', 194 'core/fpdfdoc/cpdf_annot.cpp',
194 'core/fpdfdoc/cpdf_annotlist.cpp', 195 'core/fpdfdoc/cpdf_annotlist.cpp',
195 'core/fpdfdoc/cpdf_bookmark.cpp', 196 'core/fpdfdoc/cpdf_bookmark.cpp',
196 'core/fpdfdoc/cpdf_bookmarktree.cpp', 197 'core/fpdfdoc/cpdf_bookmarktree.cpp',
198 'core/fpdfdoc/cpdf_defaultappearance.cpp',
197 'core/fpdfdoc/cpdf_dest.cpp', 199 'core/fpdfdoc/cpdf_dest.cpp',
198 'core/fpdfdoc/cpdf_docjsactions.cpp', 200 'core/fpdfdoc/cpdf_docjsactions.cpp',
199 'core/fpdfdoc/cpdf_filespec.cpp', 201 'core/fpdfdoc/cpdf_filespec.cpp',
202 'core/fpdfdoc/cpdf_formcontrol.cpp',
203 'core/fpdfdoc/cpdf_formfield.cpp',
204 'core/fpdfdoc/cpdf_iconfit.cpp',
205 'core/fpdfdoc/cpdf_interform.cpp',
200 'core/fpdfdoc/cpdf_link.cpp', 206 'core/fpdfdoc/cpdf_link.cpp',
201 'core/fpdfdoc/cpdf_linklist.cpp', 207 'core/fpdfdoc/cpdf_linklist.cpp',
202 'core/fpdfdoc/cpdf_metadata.cpp', 208 'core/fpdfdoc/cpdf_metadata.cpp',
203 'core/fpdfdoc/cpdf_nametree.cpp', 209 'core/fpdfdoc/cpdf_nametree.cpp',
210 'core/fpdfdoc/cpdf_numbertree.cpp',
211 'core/fpdfdoc/cpdf_numbertree.h',
204 'core/fpdfdoc/cpdf_occontext.cpp', 212 'core/fpdfdoc/cpdf_occontext.cpp',
205 'core/fpdfdoc/cpdf_pagelabel.cpp', 213 'core/fpdfdoc/cpdf_pagelabel.cpp',
206 'core/fpdfdoc/cpdf_pagelabel.h', 214 'core/fpdfdoc/cpdf_pagelabel.h',
207 'core/fpdfdoc/cpdf_variabletext.cpp', 215 'core/fpdfdoc/cpdf_variabletext.cpp',
208 'core/fpdfdoc/cpdf_viewerpreferences.cpp', 216 'core/fpdfdoc/cpdf_viewerpreferences.cpp',
209 'core/fpdfdoc/cpvt_arraytemplate.h', 217 'core/fpdfdoc/cpvt_arraytemplate.h',
210 'core/fpdfdoc/cpvt_color.cpp', 218 'core/fpdfdoc/cpvt_color.cpp',
211 'core/fpdfdoc/cpvt_color.h', 219 'core/fpdfdoc/cpvt_color.h',
212 'core/fpdfdoc/cpvt_dash.h', 220 'core/fpdfdoc/cpvt_dash.h',
213 'core/fpdfdoc/cpvt_floatrect.h', 221 'core/fpdfdoc/cpvt_floatrect.h',
214 'core/fpdfdoc/cpvt_fontmap.cpp', 222 'core/fpdfdoc/cpvt_fontmap.cpp',
215 'core/fpdfdoc/cpvt_fontmap.h', 223 'core/fpdfdoc/cpvt_fontmap.h',
216 'core/fpdfdoc/cpvt_generateap.cpp', 224 'core/fpdfdoc/cpvt_generateap.cpp',
217 'core/fpdfdoc/cpvt_generateap.h', 225 'core/fpdfdoc/cpvt_generateap.h',
218 'core/fpdfdoc/cpvt_lineinfo.h', 226 'core/fpdfdoc/cpvt_lineinfo.h',
219 'core/fpdfdoc/cpvt_sectioninfo.cpp', 227 'core/fpdfdoc/cpvt_sectioninfo.cpp',
220 'core/fpdfdoc/cpvt_sectioninfo.h', 228 'core/fpdfdoc/cpvt_sectioninfo.h',
221 'core/fpdfdoc/cpvt_wordinfo.cpp', 229 'core/fpdfdoc/cpvt_wordinfo.cpp',
222 'core/fpdfdoc/cpvt_wordinfo.h', 230 'core/fpdfdoc/cpvt_wordinfo.h',
223 'core/fpdfdoc/csection.cpp', 231 'core/fpdfdoc/csection.cpp',
224 'core/fpdfdoc/csection.h', 232 'core/fpdfdoc/csection.h',
225 'core/fpdfdoc/ctypeset.cpp', 233 'core/fpdfdoc/ctypeset.cpp',
226 'core/fpdfdoc/ctypeset.h', 234 'core/fpdfdoc/ctypeset.h',
227 'core/fpdfdoc/doc_form.cpp',
228 'core/fpdfdoc/doc_formcontrol.cpp',
229 'core/fpdfdoc/doc_formfield.cpp',
230 'core/fpdfdoc/doc_utils.cpp',
231 'core/fpdfdoc/doc_utils.h',
232 'core/fpdfdoc/include/cpdf_aaction.h', 235 'core/fpdfdoc/include/cpdf_aaction.h',
233 'core/fpdfdoc/include/cpdf_action.h', 236 'core/fpdfdoc/include/cpdf_action.h',
234 'core/fpdfdoc/include/cpdf_actionfields.h', 237 'core/fpdfdoc/include/cpdf_actionfields.h',
235 'core/fpdfdoc/include/cpdf_annot.h', 238 'core/fpdfdoc/include/cpdf_annot.h',
236 'core/fpdfdoc/include/cpdf_annotlist.h', 239 'core/fpdfdoc/include/cpdf_annotlist.h',
237 'core/fpdfdoc/include/cpdf_bookmark.h', 240 'core/fpdfdoc/include/cpdf_bookmark.h',
238 'core/fpdfdoc/include/cpdf_bookmarktree.h', 241 'core/fpdfdoc/include/cpdf_bookmarktree.h',
239 'core/fpdfdoc/include/cpdf_defaultappearance.h', 242 'core/fpdfdoc/include/cpdf_defaultappearance.h',
240 'core/fpdfdoc/include/cpdf_dest.h', 243 'core/fpdfdoc/include/cpdf_dest.h',
241 'core/fpdfdoc/include/cpdf_docjsactions.h', 244 'core/fpdfdoc/include/cpdf_docjsactions.h',
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1117 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1115 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1118 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1116 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1117 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1118 ], 1121 ],
1119 }, 1122 },
1120 ] 1123 ]
1121 }], 1124 }],
1122 ] 1125 ]
1123 } 1126 }
OLDNEW
« no previous file with comments | « core/fpdfdoc/include/cpdf_interform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698