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

Side by Side Diff: pdfium.gyp

Issue 2194393002: Fix a leak with FPDFPageObj_NewImgeObj(). (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: fix 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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', 932 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp',
933 'core/fxcrt/fx_basic_bstring_unittest.cpp', 933 'core/fxcrt/fx_basic_bstring_unittest.cpp',
934 'core/fxcrt/fx_basic_gcc_unittest.cpp', 934 'core/fxcrt/fx_basic_gcc_unittest.cpp',
935 'core/fxcrt/fx_basic_memmgr_unittest.cpp', 935 'core/fxcrt/fx_basic_memmgr_unittest.cpp',
936 'core/fxcrt/fx_basic_util_unittest.cpp', 936 'core/fxcrt/fx_basic_util_unittest.cpp',
937 'core/fxcrt/fx_basic_wstring_unittest.cpp', 937 'core/fxcrt/fx_basic_wstring_unittest.cpp',
938 'core/fxcrt/fx_bidi_unittest.cpp', 938 'core/fxcrt/fx_bidi_unittest.cpp',
939 'core/fxcrt/fx_extension_unittest.cpp', 939 'core/fxcrt/fx_extension_unittest.cpp',
940 'core/fxcrt/fx_system_unittest.cpp', 940 'core/fxcrt/fx_system_unittest.cpp',
941 'fpdfsdk/fpdfdoc_unittest.cpp', 941 'fpdfsdk/fpdfdoc_unittest.cpp',
942 'fpdfsdk/fpdfeditimg_unittest.cpp',
942 'testing/fx_string_testhelpers.h', 943 'testing/fx_string_testhelpers.h',
943 'testing/fx_string_testhelpers.cpp', 944 'testing/fx_string_testhelpers.cpp',
944 ], 945 ],
945 'conditions': [ 946 'conditions': [
946 ['pdf_enable_xfa==1', { 947 ['pdf_enable_xfa==1', {
947 'sources': [ 948 'sources': [
948 'xfa/fde/css/fde_cssdatatable.cpp', 949 'xfa/fde/css/fde_cssdatatable.cpp',
949 'xfa/fde/xml/fde_xml_imp_unittest.cpp', 950 'xfa/fde/xml/fde_xml_imp_unittest.cpp',
950 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', 951 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp',
951 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', 952 'xfa/fxfa/app/xfa_textlayout_unittest.cpp',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1121 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1121 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1122 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1122 ], 1123 ],
1123 }, 1124 },
1124 ] 1125 ]
1125 }], 1126 }],
1126 ] 1127 ]
1127 } 1128 }
OLDNEW
« core/fpdfapi/fpdf_page/include/cpdf_image.h ('K') | « fpdfsdk/fpdfeditimg_unittest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698