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

Side by Side Diff: pdfium.gyp

Issue 1755273002: Fix parsing of object numbers > 16,777,216. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 751 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
752 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 752 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
753 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 753 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
754 'core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp', 754 'core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp',
755 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', 755 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp',
756 'core/src/fpdfapi/fpdf_parser/fpdf_parser_utility_unittest.cpp', 756 'core/src/fpdfapi/fpdf_parser/fpdf_parser_utility_unittest.cpp',
757 'core/src/fpdfdoc/doc_basic_unittest.cpp', 757 'core/src/fpdfdoc/doc_basic_unittest.cpp',
758 'core/src/fpdftext/fpdf_text_int_unittest.cpp', 758 'core/src/fpdftext/fpdf_text_int_unittest.cpp',
759 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 759 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
760 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 760 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
761 'core/src/fxcrt/fx_basic_gcc_unittest.cpp',
761 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 762 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
762 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 763 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
763 'core/src/fxcrt/fx_bidi_unittest.cpp', 764 'core/src/fxcrt/fx_bidi_unittest.cpp',
764 'core/src/fxcrt/fx_extension_unittest.cpp', 765 'core/src/fxcrt/fx_extension_unittest.cpp',
765 'core/src/fxcrt/fx_system_unittest.cpp', 766 'core/src/fxcrt/fx_system_unittest.cpp',
766 'testing/fx_string_testhelpers.h', 767 'testing/fx_string_testhelpers.h',
767 'testing/fx_string_testhelpers.cpp', 768 'testing/fx_string_testhelpers.cpp',
768 ], 769 ],
769 'conditions': [ 770 'conditions': [
770 ['pdf_enable_xfa==1', { 771 ['pdf_enable_xfa==1', {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 877 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
877 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 878 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
878 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 879 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
879 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 880 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
880 ], 881 ],
881 }, 882 },
882 ] 883 ]
883 }], 884 }],
884 ] 885 ]
885 } 886 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698