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

Side by Side Diff: pdfium.gyp

Issue 2205573004: Fix Jbig2 document context creation by checking proper pointer (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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/fxcodec/codec/fx_codec_jbig.cpp ('k') | testing/resources/bug_631912.pdf » ('j') | 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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'pdfium', 964 'pdfium',
965 'test_support', 965 'test_support',
966 ], 966 ],
967 'sources': [ 967 'sources': [
968 'core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', 968 'core/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp',
969 'core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp', 969 'core/fpdfapi/fpdf_parser/cpdf_parser_embeddertest.cpp',
970 'core/fpdfapi/fpdf_parser/cpdf_security_handler_embeddertest.cpp', 970 'core/fpdfapi/fpdf_parser/cpdf_security_handler_embeddertest.cpp',
971 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', 971 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp',
972 'core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp', 972 'core/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp',
973 'core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp', 973 'core/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp',
974 'core/fxcodec/codec/fx_codec_embeddertest.cpp',
974 'core/fxge/ge/fx_ge_text_embeddertest.cpp', 975 'core/fxge/ge/fx_ge_text_embeddertest.cpp',
975 'fpdfsdk/fpdf_dataavail_embeddertest.cpp', 976 'fpdfsdk/fpdf_dataavail_embeddertest.cpp',
976 'fpdfsdk/fpdfdoc_embeddertest.cpp', 977 'fpdfsdk/fpdfdoc_embeddertest.cpp',
977 'fpdfsdk/fpdfedit_embeddertest.cpp', 978 'fpdfsdk/fpdfedit_embeddertest.cpp',
978 'fpdfsdk/fpdfext_embeddertest.cpp', 979 'fpdfsdk/fpdfext_embeddertest.cpp',
979 'fpdfsdk/fpdfformfill_embeddertest.cpp', 980 'fpdfsdk/fpdfformfill_embeddertest.cpp',
980 'fpdfsdk/fpdfsave_embeddertest.cpp', 981 'fpdfsdk/fpdfsave_embeddertest.cpp',
981 'fpdfsdk/fpdftext_embeddertest.cpp', 982 'fpdfsdk/fpdftext_embeddertest.cpp',
982 'fpdfsdk/fpdfview_c_api_test.c', 983 'fpdfsdk/fpdfview_c_api_test.c',
983 'fpdfsdk/fpdfview_c_api_test.h', 984 'fpdfsdk/fpdfview_c_api_test.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1104 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1104 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1105 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1105 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1106 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1106 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1107 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1107 ], 1108 ],
1108 }, 1109 },
1109 ] 1110 ]
1110 }], 1111 }],
1111 ] 1112 ]
1112 } 1113 }
OLDNEW
« no previous file with comments | « core/fxcodec/codec/fx_codec_jbig.cpp ('k') | testing/resources/bug_631912.pdf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698