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

Side by Side Diff: pdfium.gyp

Issue 2187073005: Splitting fpdfdoc/doc_* part II. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@fpdf_doc_III
Patch Set: Rebase to master 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
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'core/fdrm/crypto/include/fx_crypt.h', 171 'core/fdrm/crypto/include/fx_crypt.h',
172 'core/fdrm/crypto/fx_crypt.cpp', 172 'core/fdrm/crypto/fx_crypt.cpp',
173 'core/fdrm/crypto/fx_crypt_aes.cpp', 173 'core/fdrm/crypto/fx_crypt_aes.cpp',
174 'core/fdrm/crypto/fx_crypt_sha.cpp', 174 'core/fdrm/crypto/fx_crypt_sha.cpp',
175 ], 175 ],
176 }, 176 },
177 { 177 {
178 'target_name': 'fpdfdoc', 178 'target_name': 'fpdfdoc',
179 'type': 'static_library', 179 'type': 'static_library',
180 'sources': [ 180 'sources': [
181 'core/fpdfdoc/cline.cpp',
182 'core/fpdfdoc/cline.h',
181 'core/fpdfdoc/clines.cpp', 183 'core/fpdfdoc/clines.cpp',
182 'core/fpdfdoc/clines.h', 184 'core/fpdfdoc/clines.h',
183 'core/fpdfdoc/cpdf_aaction.h', 185 'core/fpdfdoc/cpdf_aaction.h',
184 'core/fpdfdoc/cpdf_action.h', 186 'core/fpdfdoc/cpdf_action.h',
185 'core/fpdfdoc/cpdf_actionfields.h', 187 'core/fpdfdoc/cpdf_actionfields.h',
186 'core/fpdfdoc/cpdf_apsettings.h', 188 'core/fpdfdoc/cpdf_apsettings.h',
187 'core/fpdfdoc/cpdf_annot.cpp', 189 'core/fpdfdoc/cpdf_annot.cpp',
188 'core/fpdfdoc/cpdf_annotlist.cpp', 190 'core/fpdfdoc/cpdf_annotlist.cpp',
189 'core/fpdfdoc/cpdf_bookmark.cpp', 191 'core/fpdfdoc/cpdf_bookmark.cpp',
190 'core/fpdfdoc/cpdf_bookmarktree.cpp', 192 'core/fpdfdoc/cpdf_bookmarktree.cpp',
193 'core/fpdfdoc/cpdf_dest.cpp',
191 'core/fpdfdoc/cpdf_docjsactions.cpp', 194 'core/fpdfdoc/cpdf_docjsactions.cpp',
195 'core/fpdfdoc/cpdf_filespec.cpp',
192 'core/fpdfdoc/cpdf_link.cpp', 196 'core/fpdfdoc/cpdf_link.cpp',
193 'core/fpdfdoc/cpdf_linklist.cpp', 197 'core/fpdfdoc/cpdf_linklist.cpp',
194 'core/fpdfdoc/cpdf_metadata.cpp', 198 'core/fpdfdoc/cpdf_metadata.cpp',
199 'core/fpdfdoc/cpdf_nametree.cpp',
200 'core/fpdfdoc/cpdf_occontext.cpp',
201 'core/fpdfdoc/cpdf_pagelabel.cpp',
195 'core/fpdfdoc/cpdf_pagelabel.h', 202 'core/fpdfdoc/cpdf_pagelabel.h',
196 'core/fpdfdoc/cpdf_variabletext.cpp', 203 'core/fpdfdoc/cpdf_variabletext.cpp',
197 'core/fpdfdoc/cpdf_viewerpreferences.cpp', 204 'core/fpdfdoc/cpdf_viewerpreferences.cpp',
205 'core/fpdfdoc/cpvt_arraytemplate.h',
198 'core/fpdfdoc/cpvt_color.cpp', 206 'core/fpdfdoc/cpvt_color.cpp',
199 'core/fpdfdoc/cpvt_color.h', 207 'core/fpdfdoc/cpvt_color.h',
200 'core/fpdfdoc/cpvt_dash.h', 208 'core/fpdfdoc/cpvt_dash.h',
201 'core/fpdfdoc/cpvt_floatrect.h', 209 'core/fpdfdoc/cpvt_floatrect.h',
202 'core/fpdfdoc/cpvt_fontmap.cpp', 210 'core/fpdfdoc/cpvt_fontmap.cpp',
203 'core/fpdfdoc/cpvt_fontmap.h', 211 'core/fpdfdoc/cpvt_fontmap.h',
204 'core/fpdfdoc/cpvt_generateap.cpp', 212 'core/fpdfdoc/cpvt_generateap.cpp',
205 'core/fpdfdoc/cpvt_generateap.h', 213 'core/fpdfdoc/cpvt_generateap.h',
206 'core/fpdfdoc/cpvt_lineinfo.h', 214 'core/fpdfdoc/cpvt_lineinfo.h',
207 'core/fpdfdoc/cpvt_sectioninfo.cpp', 215 'core/fpdfdoc/cpvt_sectioninfo.cpp',
208 'core/fpdfdoc/cpvt_sectioninfo.h', 216 'core/fpdfdoc/cpvt_sectioninfo.h',
209 'core/fpdfdoc/cpvt_wordinfo.cpp', 217 'core/fpdfdoc/cpvt_wordinfo.cpp',
210 'core/fpdfdoc/cpvt_wordinfo.h', 218 'core/fpdfdoc/cpvt_wordinfo.h',
211 'core/fpdfdoc/csection.cpp', 219 'core/fpdfdoc/csection.cpp',
212 'core/fpdfdoc/csection.h', 220 'core/fpdfdoc/csection.h',
213 'core/fpdfdoc/ctypeset.cpp', 221 'core/fpdfdoc/ctypeset.cpp',
214 'core/fpdfdoc/ctypeset.h', 222 'core/fpdfdoc/ctypeset.h',
215 'core/fpdfdoc/doc_basic.cpp',
216 'core/fpdfdoc/doc_form.cpp', 223 'core/fpdfdoc/doc_form.cpp',
217 'core/fpdfdoc/doc_formcontrol.cpp', 224 'core/fpdfdoc/doc_formcontrol.cpp',
218 'core/fpdfdoc/doc_formfield.cpp', 225 'core/fpdfdoc/doc_formfield.cpp',
219 'core/fpdfdoc/doc_ocg.cpp',
220 'core/fpdfdoc/doc_utils.cpp', 226 'core/fpdfdoc/doc_utils.cpp',
221 'core/fpdfdoc/doc_utils.h', 227 'core/fpdfdoc/doc_utils.h',
222 'core/fpdfdoc/doc_vt.cpp',
223 'core/fpdfdoc/include/cpdf_aaction.h', 228 'core/fpdfdoc/include/cpdf_aaction.h',
224 'core/fpdfdoc/include/cpdf_action.h', 229 'core/fpdfdoc/include/cpdf_action.h',
225 'core/fpdfdoc/include/cpdf_actionfields.h', 230 'core/fpdfdoc/include/cpdf_actionfields.h',
226 'core/fpdfdoc/include/cpdf_annot.h', 231 'core/fpdfdoc/include/cpdf_annot.h',
227 'core/fpdfdoc/include/cpdf_annotlist.h', 232 'core/fpdfdoc/include/cpdf_annotlist.h',
228 'core/fpdfdoc/include/cpdf_bookmark.h', 233 'core/fpdfdoc/include/cpdf_bookmark.h',
229 'core/fpdfdoc/include/cpdf_bookmarktree.h', 234 'core/fpdfdoc/include/cpdf_bookmarktree.h',
230 'core/fpdfdoc/include/cpdf_defaultappearance.h', 235 'core/fpdfdoc/include/cpdf_defaultappearance.h',
231 'core/fpdfdoc/include/cpdf_dest.h', 236 'core/fpdfdoc/include/cpdf_dest.h',
232 'core/fpdfdoc/include/cpdf_docjsactions.h', 237 'core/fpdfdoc/include/cpdf_docjsactions.h',
(...skipping 11 matching lines...) Expand all
244 'core/fpdfdoc/include/cpdf_viewerpreferences.h', 249 'core/fpdfdoc/include/cpdf_viewerpreferences.h',
245 'core/fpdfdoc/include/cpvt_line.h', 250 'core/fpdfdoc/include/cpvt_line.h',
246 'core/fpdfdoc/include/cpvt_secprops.h', 251 'core/fpdfdoc/include/cpvt_secprops.h',
247 'core/fpdfdoc/include/cpvt_section.h', 252 'core/fpdfdoc/include/cpvt_section.h',
248 'core/fpdfdoc/include/cpvt_word.h', 253 'core/fpdfdoc/include/cpvt_word.h',
249 'core/fpdfdoc/include/cpvt_wordplace.h', 254 'core/fpdfdoc/include/cpvt_wordplace.h',
250 'core/fpdfdoc/include/cpvt_wordprops.h', 255 'core/fpdfdoc/include/cpvt_wordprops.h',
251 'core/fpdfdoc/include/cpvt_wordrange.h', 256 'core/fpdfdoc/include/cpvt_wordrange.h',
252 'core/fpdfdoc/include/ipvt_fontmap.h', 257 'core/fpdfdoc/include/ipvt_fontmap.h',
253 'core/fpdfdoc/include/ipdf_formnotify.h', 258 'core/fpdfdoc/include/ipdf_formnotify.h',
254 'core/fpdfdoc/pdf_vt.h', 259 'core/fpdfdoc/ipdf_formnotify.cpp',
255 ], 260 ],
256 }, 261 },
257 { 262 {
258 'target_name': 'fpdfapi', 263 'target_name': 'fpdfapi',
259 'type': 'static_library', 264 'type': 'static_library',
260 'sources': [ 265 'sources': [
261 'core/fpdfapi/cpdf_modulemgr.cpp', 266 'core/fpdfapi/cpdf_modulemgr.cpp',
262 'core/fpdfapi/cpdf_pagerendercontext.cpp', 267 'core/fpdfapi/cpdf_pagerendercontext.cpp',
263 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp', 268 'core/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp',
264 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp', 269 'core/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 912 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
908 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 913 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
909 'core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp', 914 'core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp',
910 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 915 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
911 'core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp', 916 'core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp',
912 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp', 917 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp',
913 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp', 918 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp',
914 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp', 919 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp',
915 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp', 920 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp',
916 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 921 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
917 'core/fpdfdoc/doc_basic_unittest.cpp', 922 'core/fpdfdoc/cpdf_filespec_unittest.cpp',
918 'core/fpdftext/fpdf_text_int_unittest.cpp', 923 'core/fpdftext/fpdf_text_int_unittest.cpp',
919 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', 924 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp',
920 'core/fxcrt/fx_basic_bstring_unittest.cpp', 925 'core/fxcrt/fx_basic_bstring_unittest.cpp',
921 'core/fxcrt/fx_basic_gcc_unittest.cpp', 926 'core/fxcrt/fx_basic_gcc_unittest.cpp',
922 'core/fxcrt/fx_basic_memmgr_unittest.cpp', 927 'core/fxcrt/fx_basic_memmgr_unittest.cpp',
923 'core/fxcrt/fx_basic_util_unittest.cpp', 928 'core/fxcrt/fx_basic_util_unittest.cpp',
924 'core/fxcrt/fx_basic_wstring_unittest.cpp', 929 'core/fxcrt/fx_basic_wstring_unittest.cpp',
925 'core/fxcrt/fx_bidi_unittest.cpp', 930 'core/fxcrt/fx_bidi_unittest.cpp',
926 'core/fxcrt/fx_extension_unittest.cpp', 931 'core/fxcrt/fx_extension_unittest.cpp',
927 'core/fxcrt/fx_system_unittest.cpp', 932 'core/fxcrt/fx_system_unittest.cpp',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1108 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1104 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1109 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1105 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1110 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1106 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1111 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1107 ], 1112 ],
1108 }, 1113 },
1109 ] 1114 ]
1110 }], 1115 }],
1111 ] 1116 ]
1112 } 1117 }
OLDNEW
« fpdfsdk/fxedit/include/fxet_edit.h ('K') | « fpdfsdk/pdfwindow/PWL_Utils.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698