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

Side by Side Diff: BUILD.gn

Issue 1824033002: Split core/include/fpdfapi/fpdf_resource.h (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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 | « no previous file | core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp » ('j') | public/fpdf_edit.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium 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 import("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp", 302 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-H_1.cpp",
303 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp", 303 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UCS2-V_1.cpp",
304 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp", 304 "core/fpdfapi/fpdf_cmaps/Korea1/UniKS-UTF16-H_0.cpp",
305 "core/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp", 305 "core/fpdfapi/fpdf_cmaps/Korea1/cmaps_korea1.cpp",
306 "core/fpdfapi/fpdf_cmaps/cmap_int.h", 306 "core/fpdfapi/fpdf_cmaps/cmap_int.h",
307 "core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp", 307 "core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp",
308 "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp", 308 "core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.cpp",
309 "core/fpdfapi/fpdf_edit/editint.h", 309 "core/fpdfapi/fpdf_edit/editint.h",
310 "core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp", 310 "core/fpdfapi/fpdf_edit/fpdf_edit_create.cpp",
311 "core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp", 311 "core/fpdfapi/fpdf_edit/fpdf_edit_doc.cpp",
312 "core/fpdfapi/fpdf_edit/fpdf_edit_image.cpp",
313 "core/fpdfapi/fpdf_edit/include/cpdf_creator.h", 312 "core/fpdfapi/fpdf_edit/include/cpdf_creator.h",
314 "core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h", 313 "core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h",
314 "core/fpdfapi/fpdf_font/cpdf_cidfont.cpp",
315 "core/fpdfapi/fpdf_font/cpdf_cidfont.h",
316 "core/fpdfapi/fpdf_font/cpdf_font.cpp",
317 "core/fpdfapi/fpdf_font/cpdf_fontencoding.cpp",
318 "core/fpdfapi/fpdf_font/cpdf_simplefont.cpp",
319 "core/fpdfapi/fpdf_font/cpdf_simplefont.h",
320 "core/fpdfapi/fpdf_font/cpdf_truetypefont.cpp",
321 "core/fpdfapi/fpdf_font/cpdf_truetypefont.h",
322 "core/fpdfapi/fpdf_font/cpdf_type1font.cpp",
323 "core/fpdfapi/fpdf_font/cpdf_type1font.h",
324 "core/fpdfapi/fpdf_font/cpdf_type3char.cpp",
325 "core/fpdfapi/fpdf_font/cpdf_type3char.h",
326 "core/fpdfapi/fpdf_font/cpdf_type3font.cpp",
327 "core/fpdfapi/fpdf_font/cpdf_type3font.h",
315 "core/fpdfapi/fpdf_font/font_int.h", 328 "core/fpdfapi/fpdf_font/font_int.h",
316 "core/fpdfapi/fpdf_font/fpdf_font.cpp", 329 "core/fpdfapi/fpdf_font/fpdf_font.cpp",
317 "core/fpdfapi/fpdf_font/fpdf_font_charset.cpp",
318 "core/fpdfapi/fpdf_font/fpdf_font_cid.cpp", 330 "core/fpdfapi/fpdf_font/fpdf_font_cid.cpp",
331 "core/fpdfapi/fpdf_font/include/cpdf_font.h",
332 "core/fpdfapi/fpdf_font/include/cpdf_fontencoding.h",
319 "core/fpdfapi/fpdf_font/ttgsubtable.cpp", 333 "core/fpdfapi/fpdf_font/ttgsubtable.cpp",
320 "core/fpdfapi/fpdf_font/ttgsubtable.h", 334 "core/fpdfapi/fpdf_font/ttgsubtable.h",
321 "core/fpdfapi/fpdf_page/cpdf_allstates.cpp", 335 "core/fpdfapi/fpdf_page/cpdf_allstates.cpp",
322 "core/fpdfapi/fpdf_page/cpdf_allstates.h", 336 "core/fpdfapi/fpdf_page/cpdf_allstates.h",
323 "core/fpdfapi/fpdf_page/cpdf_clippath.cpp", 337 "core/fpdfapi/fpdf_page/cpdf_clippath.cpp",
324 "core/fpdfapi/fpdf_page/cpdf_clippathdata.cpp", 338 "core/fpdfapi/fpdf_page/cpdf_clippathdata.cpp",
325 "core/fpdfapi/fpdf_page/cpdf_clippathdata.h", 339 "core/fpdfapi/fpdf_page/cpdf_clippathdata.h",
340 "core/fpdfapi/fpdf_page/cpdf_color.cpp",
341 "core/fpdfapi/fpdf_page/cpdf_colorspace.cpp",
326 "core/fpdfapi/fpdf_page/cpdf_colorstate.cpp", 342 "core/fpdfapi/fpdf_page/cpdf_colorstate.cpp",
327 "core/fpdfapi/fpdf_page/cpdf_colorstate.h", 343 "core/fpdfapi/fpdf_page/cpdf_colorstate.h",
328 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.cpp", 344 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.cpp",
329 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.h", 345 "core/fpdfapi/fpdf_page/cpdf_colorstatedata.h",
330 "core/fpdfapi/fpdf_page/cpdf_contentmark.cpp", 346 "core/fpdfapi/fpdf_page/cpdf_contentmark.cpp",
331 "core/fpdfapi/fpdf_page/cpdf_contentmark.h", 347 "core/fpdfapi/fpdf_page/cpdf_contentmark.h",
332 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.cpp", 348 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.cpp",
333 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h", 349 "core/fpdfapi/fpdf_page/cpdf_contentmarkdata.h",
334 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp", 350 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.cpp",
335 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h", 351 "core/fpdfapi/fpdf_page/cpdf_contentmarkitem.h",
352 "core/fpdfapi/fpdf_page/cpdf_countedobject.h",
336 "core/fpdfapi/fpdf_page/cpdf_form.cpp", 353 "core/fpdfapi/fpdf_page/cpdf_form.cpp",
337 "core/fpdfapi/fpdf_page/cpdf_formobject.cpp", 354 "core/fpdfapi/fpdf_page/cpdf_formobject.cpp",
338 "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp", 355 "core/fpdfapi/fpdf_page/cpdf_generalstate.cpp",
339 "core/fpdfapi/fpdf_page/cpdf_generalstatedata.cpp", 356 "core/fpdfapi/fpdf_page/cpdf_generalstatedata.cpp",
340 "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp", 357 "core/fpdfapi/fpdf_page/cpdf_graphicstates.cpp",
341 "core/fpdfapi/fpdf_page/cpdf_graphicstates.h", 358 "core/fpdfapi/fpdf_page/cpdf_graphicstates.h",
342 "core/fpdfapi/fpdf_page/cpdf_graphstate.h", 359 "core/fpdfapi/fpdf_page/cpdf_graphstate.h",
360 "core/fpdfapi/fpdf_page/cpdf_image.cpp",
343 "core/fpdfapi/fpdf_page/cpdf_imageobject.cpp", 361 "core/fpdfapi/fpdf_page/cpdf_imageobject.cpp",
362 "core/fpdfapi/fpdf_page/cpdf_meshstream.cpp",
363 "core/fpdfapi/fpdf_page/cpdf_meshstream.h",
344 "core/fpdfapi/fpdf_page/cpdf_page.cpp", 364 "core/fpdfapi/fpdf_page/cpdf_page.cpp",
345 "core/fpdfapi/fpdf_page/cpdf_pageobject.cpp", 365 "core/fpdfapi/fpdf_page/cpdf_pageobject.cpp",
346 "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.cpp", 366 "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.cpp",
347 "core/fpdfapi/fpdf_page/cpdf_pageobjectlist.cpp", 367 "core/fpdfapi/fpdf_page/cpdf_pageobjectlist.cpp",
348 "core/fpdfapi/fpdf_page/cpdf_pageobjectlist.h", 368 "core/fpdfapi/fpdf_page/cpdf_pageobjectlist.h",
349 "core/fpdfapi/fpdf_page/cpdf_parseoptions.cpp", 369 "core/fpdfapi/fpdf_page/cpdf_parseoptions.cpp",
350 "core/fpdfapi/fpdf_page/cpdf_parseoptions.h", 370 "core/fpdfapi/fpdf_page/cpdf_parseoptions.h",
351 "core/fpdfapi/fpdf_page/cpdf_pathobject.cpp", 371 "core/fpdfapi/fpdf_page/cpdf_pathobject.cpp",
372 "core/fpdfapi/fpdf_page/cpdf_pattern.cpp",
373 "core/fpdfapi/fpdf_page/cpdf_pattern.h",
352 "core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp", 374 "core/fpdfapi/fpdf_page/cpdf_shadingobject.cpp",
375 "core/fpdfapi/fpdf_page/cpdf_shadingpattern.cpp",
376 "core/fpdfapi/fpdf_page/cpdf_shadingpattern.h",
353 "core/fpdfapi/fpdf_page/cpdf_textobject.cpp", 377 "core/fpdfapi/fpdf_page/cpdf_textobject.cpp",
354 "core/fpdfapi/fpdf_page/cpdf_textstate.cpp", 378 "core/fpdfapi/fpdf_page/cpdf_textstate.cpp",
355 "core/fpdfapi/fpdf_page/cpdf_textstate.h", 379 "core/fpdfapi/fpdf_page/cpdf_textstate.h",
356 "core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp", 380 "core/fpdfapi/fpdf_page/cpdf_textstatedata.cpp",
381 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.cpp",
382 "core/fpdfapi/fpdf_page/cpdf_tilingpattern.h",
357 "core/fpdfapi/fpdf_page/fpdf_page_colors.cpp", 383 "core/fpdfapi/fpdf_page/fpdf_page_colors.cpp",
358 "core/fpdfapi/fpdf_page/fpdf_page_doc.cpp", 384 "core/fpdfapi/fpdf_page/fpdf_page_doc.cpp",
359 "core/fpdfapi/fpdf_page/fpdf_page_func.cpp", 385 "core/fpdfapi/fpdf_page/fpdf_page_func.cpp",
360 "core/fpdfapi/fpdf_page/fpdf_page_image.cpp",
361 "core/fpdfapi/fpdf_page/fpdf_page_parser.cpp", 386 "core/fpdfapi/fpdf_page/fpdf_page_parser.cpp",
362 "core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp", 387 "core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp",
363 "core/fpdfapi/fpdf_page/fpdf_page_pattern.cpp", 388 "core/fpdfapi/fpdf_page/fpdf_page_pattern.cpp",
364 "core/fpdfapi/fpdf_page/include/cpdf_clippath.h", 389 "core/fpdfapi/fpdf_page/include/cpdf_clippath.h",
390 "core/fpdfapi/fpdf_page/include/cpdf_color.h",
391 "core/fpdfapi/fpdf_page/include/cpdf_colorspace.h",
365 "core/fpdfapi/fpdf_page/include/cpdf_form.h", 392 "core/fpdfapi/fpdf_page/include/cpdf_form.h",
366 "core/fpdfapi/fpdf_page/include/cpdf_formobject.h", 393 "core/fpdfapi/fpdf_page/include/cpdf_formobject.h",
367 "core/fpdfapi/fpdf_page/include/cpdf_generalstate.h", 394 "core/fpdfapi/fpdf_page/include/cpdf_generalstate.h",
368 "core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h", 395 "core/fpdfapi/fpdf_page/include/cpdf_generalstatedata.h",
396 "core/fpdfapi/fpdf_page/include/cpdf_image.h",
369 "core/fpdfapi/fpdf_page/include/cpdf_imageobject.h", 397 "core/fpdfapi/fpdf_page/include/cpdf_imageobject.h",
370 "core/fpdfapi/fpdf_page/include/cpdf_page.h", 398 "core/fpdfapi/fpdf_page/include/cpdf_page.h",
371 "core/fpdfapi/fpdf_page/include/cpdf_pageobject.h", 399 "core/fpdfapi/fpdf_page/include/cpdf_pageobject.h",
372 "core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h", 400 "core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h",
373 "core/fpdfapi/fpdf_page/include/cpdf_path.h", 401 "core/fpdfapi/fpdf_page/include/cpdf_path.h",
374 "core/fpdfapi/fpdf_page/include/cpdf_pathobject.h", 402 "core/fpdfapi/fpdf_page/include/cpdf_pathobject.h",
375 "core/fpdfapi/fpdf_page/include/cpdf_shadingobject.h", 403 "core/fpdfapi/fpdf_page/include/cpdf_shadingobject.h",
376 "core/fpdfapi/fpdf_page/include/cpdf_textobject.h", 404 "core/fpdfapi/fpdf_page/include/cpdf_textobject.h",
377 "core/fpdfapi/fpdf_page/include/cpdf_textstatedata.h", 405 "core/fpdfapi/fpdf_page/include/cpdf_textstatedata.h",
378 "core/fpdfapi/fpdf_page/pageint.h", 406 "core/fpdfapi/fpdf_page/pageint.h",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp", 463 "core/fpdfapi/fpdf_render/fpdf_render_pattern.cpp",
436 "core/fpdfapi/fpdf_render/fpdf_render_text.cpp", 464 "core/fpdfapi/fpdf_render/fpdf_render_text.cpp",
437 "core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h", 465 "core/fpdfapi/fpdf_render/include/cpdf_progressiverenderer.h",
438 "core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h", 466 "core/fpdfapi/fpdf_render/include/cpdf_rendercontext.h",
439 "core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h", 467 "core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h",
440 "core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h", 468 "core/fpdfapi/fpdf_render/include/cpdf_textrenderer.h",
441 "core/fpdfapi/fpdf_render/render_int.h", 469 "core/fpdfapi/fpdf_render/render_int.h",
442 "core/fpdfapi/include/cpdf_modulemgr.h", 470 "core/fpdfapi/include/cpdf_modulemgr.h",
443 "core/fpdfapi/ipdf_pagemodule.h", 471 "core/fpdfapi/ipdf_pagemodule.h",
444 "core/fpdfapi/ipdf_rendermodule.h", 472 "core/fpdfapi/ipdf_rendermodule.h",
445 "core/include/fpdfapi/fpdf_resource.h",
446 ] 473 ]
447 configs += [ ":pdfium_config" ] 474 configs += [ ":pdfium_config" ]
448 } 475 }
449 476
450 static_library("fpdftext") { 477 static_library("fpdftext") {
451 sources = [ 478 sources = [
452 "core/fpdftext/fpdf_text_int.cpp", 479 "core/fpdftext/fpdf_text_int.cpp",
453 "core/fpdftext/fpdf_text_int.h", 480 "core/fpdftext/fpdf_text_int.h",
454 "core/fpdftext/include/ipdf_linkextract.h", 481 "core/fpdftext/include/ipdf_linkextract.h",
455 "core/fpdftext/include/ipdf_textpage.h", 482 "core/fpdftext/include/ipdf_textpage.h",
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 "xfa/fxbarcode/BC_ResultPoint.h", 1075 "xfa/fxbarcode/BC_ResultPoint.h",
1049 "xfa/fxbarcode/BC_TwoDimWriter.cpp", 1076 "xfa/fxbarcode/BC_TwoDimWriter.cpp",
1050 "xfa/fxbarcode/BC_TwoDimWriter.h", 1077 "xfa/fxbarcode/BC_TwoDimWriter.h",
1051 "xfa/fxbarcode/BC_UtilCodingConvert.cpp", 1078 "xfa/fxbarcode/BC_UtilCodingConvert.cpp",
1052 "xfa/fxbarcode/BC_UtilCodingConvert.h", 1079 "xfa/fxbarcode/BC_UtilCodingConvert.h",
1053 "xfa/fxbarcode/BC_UtilRSS.cpp", 1080 "xfa/fxbarcode/BC_UtilRSS.cpp",
1054 "xfa/fxbarcode/BC_UtilRSS.h", 1081 "xfa/fxbarcode/BC_UtilRSS.h",
1055 "xfa/fxbarcode/BC_Utils.cpp", 1082 "xfa/fxbarcode/BC_Utils.cpp",
1056 "xfa/fxbarcode/BC_Writer.cpp", 1083 "xfa/fxbarcode/BC_Writer.cpp",
1057 "xfa/fxbarcode/BC_Writer.h", 1084 "xfa/fxbarcode/BC_Writer.h",
1085 "xfa/fxbarcode/cbc_codabar.cpp",
1086 "xfa/fxbarcode/cbc_codabar.h",
1087 "xfa/fxbarcode/cbc_code128.cpp",
1088 "xfa/fxbarcode/cbc_code128.h",
1089 "xfa/fxbarcode/cbc_code39.cpp",
1090 "xfa/fxbarcode/cbc_code39.h",
1091 "xfa/fxbarcode/cbc_codebase.cpp",
1092 "xfa/fxbarcode/cbc_codebase.h",
1093 "xfa/fxbarcode/cbc_datamatrix.cpp",
1094 "xfa/fxbarcode/cbc_datamatrix.h",
1095 "xfa/fxbarcode/cbc_ean13.cpp",
1096 "xfa/fxbarcode/cbc_ean13.h",
1097 "xfa/fxbarcode/cbc_ean8.cpp",
1098 "xfa/fxbarcode/cbc_ean8.h",
1099 "xfa/fxbarcode/cbc_onecode.cpp",
1100 "xfa/fxbarcode/cbc_onecode.h",
1101 "xfa/fxbarcode/cbc_pdf417i.cpp",
1102 "xfa/fxbarcode/cbc_pdf417i.h",
1103 "xfa/fxbarcode/cbc_qrcode.cpp",
1104 "xfa/fxbarcode/cbc_qrcode.h",
1105 "xfa/fxbarcode/cbc_upca.cpp",
1106 "xfa/fxbarcode/cbc_upca.h",
1058 "xfa/fxbarcode/common/BC_CommonBitArray.cpp", 1107 "xfa/fxbarcode/common/BC_CommonBitArray.cpp",
1059 "xfa/fxbarcode/common/BC_CommonBitArray.h", 1108 "xfa/fxbarcode/common/BC_CommonBitArray.h",
1060 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp", 1109 "xfa/fxbarcode/common/BC_CommonBitMatrix.cpp",
1061 "xfa/fxbarcode/common/BC_CommonBitMatrix.h", 1110 "xfa/fxbarcode/common/BC_CommonBitMatrix.h",
1062 "xfa/fxbarcode/common/BC_CommonBitSource.cpp", 1111 "xfa/fxbarcode/common/BC_CommonBitSource.cpp",
1063 "xfa/fxbarcode/common/BC_CommonBitSource.h", 1112 "xfa/fxbarcode/common/BC_CommonBitSource.h",
1064 "xfa/fxbarcode/common/BC_CommonByteArray.cpp", 1113 "xfa/fxbarcode/common/BC_CommonByteArray.cpp",
1065 "xfa/fxbarcode/common/BC_CommonByteArray.h", 1114 "xfa/fxbarcode/common/BC_CommonByteArray.h",
1066 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp", 1115 "xfa/fxbarcode/common/BC_CommonByteMatrix.cpp",
1067 "xfa/fxbarcode/common/BC_CommonByteMatrix.h", 1116 "xfa/fxbarcode/common/BC_CommonByteMatrix.h",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp", 1171 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.cpp",
1123 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h", 1172 "xfa/fxbarcode/datamatrix/BC_HighLevelEncoder.h",
1124 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp", 1173 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.cpp",
1125 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h", 1174 "xfa/fxbarcode/datamatrix/BC_SymbolInfo.h",
1126 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp", 1175 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.cpp",
1127 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h", 1176 "xfa/fxbarcode/datamatrix/BC_SymbolShapeHint.h",
1128 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp", 1177 "xfa/fxbarcode/datamatrix/BC_TextEncoder.cpp",
1129 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h", 1178 "xfa/fxbarcode/datamatrix/BC_TextEncoder.h",
1130 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp", 1179 "xfa/fxbarcode/datamatrix/BC_X12Encoder.cpp",
1131 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h", 1180 "xfa/fxbarcode/datamatrix/BC_X12Encoder.h",
1181 "xfa/fxbarcode/include/BC_Library.h",
1132 "xfa/fxbarcode/oned/BC_OneDReader.cpp", 1182 "xfa/fxbarcode/oned/BC_OneDReader.cpp",
1133 "xfa/fxbarcode/oned/BC_OneDReader.h", 1183 "xfa/fxbarcode/oned/BC_OneDReader.h",
1134 "xfa/fxbarcode/oned/BC_OneDimReader.cpp", 1184 "xfa/fxbarcode/oned/BC_OneDimReader.cpp",
1135 "xfa/fxbarcode/oned/BC_OneDimReader.h", 1185 "xfa/fxbarcode/oned/BC_OneDimReader.h",
1136 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp", 1186 "xfa/fxbarcode/oned/BC_OneDimWriter.cpp",
1137 "xfa/fxbarcode/oned/BC_OneDimWriter.h", 1187 "xfa/fxbarcode/oned/BC_OneDimWriter.h",
1138 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp", 1188 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.cpp",
1139 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.h", 1189 "xfa/fxbarcode/oned/BC_OnedCodaBarReader.h",
1140 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp", 1190 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.cpp",
1141 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h", 1191 "xfa/fxbarcode/oned/BC_OnedCodaBarWriter.h",
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 "xfa/include/fwl/theme/datetimepickertp.h", 1515 "xfa/include/fwl/theme/datetimepickertp.h",
1466 "xfa/include/fwl/theme/edittp.h", 1516 "xfa/include/fwl/theme/edittp.h",
1467 "xfa/include/fwl/theme/formtp.h", 1517 "xfa/include/fwl/theme/formtp.h",
1468 "xfa/include/fwl/theme/listboxtp.h", 1518 "xfa/include/fwl/theme/listboxtp.h",
1469 "xfa/include/fwl/theme/monthcalendartp.h", 1519 "xfa/include/fwl/theme/monthcalendartp.h",
1470 "xfa/include/fwl/theme/pictureboxtp.h", 1520 "xfa/include/fwl/theme/pictureboxtp.h",
1471 "xfa/include/fwl/theme/pushbuttontp.h", 1521 "xfa/include/fwl/theme/pushbuttontp.h",
1472 "xfa/include/fwl/theme/scrollbartp.h", 1522 "xfa/include/fwl/theme/scrollbartp.h",
1473 "xfa/include/fwl/theme/utils.h", 1523 "xfa/include/fwl/theme/utils.h",
1474 "xfa/include/fwl/theme/widgettp.h", 1524 "xfa/include/fwl/theme/widgettp.h",
1475 "xfa/fxbarcode/include/BC_Library.h",
1476 "xfa/fxbarcode/cbc_codebase.h",
1477 "xfa/fxbarcode/cbc_codebase.cpp",
1478 "xfa/fxbarcode/cbc_onecode.h",
1479 "xfa/fxbarcode/cbc_onecode.cpp",
1480 "xfa/fxbarcode/cbc_code39.h",
1481 "xfa/fxbarcode/cbc_code39.cpp",
1482 "xfa/fxbarcode/cbc_codabar.h",
1483 "xfa/fxbarcode/cbc_ean13.h",
1484 "xfa/fxbarcode/cbc_ean13.cpp",
1485 "xfa/fxbarcode/cbc_upca.h",
1486 "xfa/fxbarcode/cbc_upca.cpp",
1487 "xfa/fxbarcode/cbc_qrcode.h",
1488 "xfa/fxbarcode/cbc_qrcode.cpp",
1489 "xfa/fxbarcode/cbc_pdf417i.h",
1490 "xfa/fxbarcode/cbc_pdf417i.cpp",
1491 "xfa/fxbarcode/cbc_datamatrix.h",
1492 "xfa/fxbarcode/cbc_datamatrix.cpp",
1493 "xfa/fxbarcode/cbc_codabar.cpp",
1494 "xfa/fxbarcode/cbc_code128.h",
1495 "xfa/fxbarcode/cbc_code128.cpp",
1496 "xfa/fxbarcode/cbc_ean8.h",
1497 "xfa/fxbarcode/cbc_ean8.cpp",
1498 "xfa/include/fxfa/fxfa.h", 1525 "xfa/include/fxfa/fxfa.h",
1499 "xfa/include/fxfa/fxfa_basic.h", 1526 "xfa/include/fxfa/fxfa_basic.h",
1500 "xfa/include/fxfa/fxfa_objectacc.h", 1527 "xfa/include/fxfa/fxfa_objectacc.h",
1501 "xfa/include/fxfa/fxfa_widget.h", 1528 "xfa/include/fxfa/fxfa_widget.h",
1502 ] 1529 ]
1503 include_dirs = [ "." ] 1530 include_dirs = [ "." ]
1504 if (pdf_enable_v8) { 1531 if (pdf_enable_v8) {
1505 sources += [ 1532 sources += [
1506 "xfa/fxjse/cfxjse_arguments.h", 1533 "xfa/fxjse/cfxjse_arguments.h",
1507 "xfa/fxjse/class.cpp", 1534 "xfa/fxjse/class.cpp",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 "//v8:v8_libplatform", 1650 "//v8:v8_libplatform",
1624 ] 1651 ]
1625 include_dirs += [ 1652 include_dirs += [
1626 "//v8", 1653 "//v8",
1627 "//v8/include", 1654 "//v8/include",
1628 ] 1655 ]
1629 configs += [ "//v8:external_startup_data" ] 1656 configs += [ "//v8:external_startup_data" ]
1630 } 1657 }
1631 configs += [ ":pdfium_config" ] 1658 configs += [ ":pdfium_config" ]
1632 } 1659 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/fpdf_cmaps/CNS1/cmaps_cns1.cpp » ('j') | public/fpdf_edit.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698