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

Side by Side Diff: pdfium.gyp

Issue 1878803002: Add iterators and unit tests for CPDF_Array class (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Comment change Created 4 years, 8 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/fpdfapi/fpdf_parser/include/cpdf_array.h ('k') | no next file » | 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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 '<(DEPTH)/testing/gtest.gyp:gtest', 912 '<(DEPTH)/testing/gtest.gyp:gtest',
913 'pdfium', 913 'pdfium',
914 'test_support', 914 'test_support',
915 ], 915 ],
916 'sources': [ 916 'sources': [
917 'core/fxcrt/cfx_retain_ptr_unittest.cpp', 917 'core/fxcrt/cfx_retain_ptr_unittest.cpp',
918 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 918 'core/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
919 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 919 'core/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
920 'core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp', 920 'core/fpdfapi/fpdf_page/fpdf_page_parser_unittest.cpp',
921 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 921 'core/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
922 'core/fpdfapi/fpdf_parser/cpdf_array_unittest.cpp',
922 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp', 923 'core/fpdfapi/fpdf_parser/cpdf_object_unittest.cpp',
923 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp', 924 'core/fpdfapi/fpdf_parser/cpdf_parser_unittest.cpp',
924 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp', 925 'core/fpdfapi/fpdf_parser/cpdf_simple_parser_unittest.cpp',
925 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp', 926 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser_unittest.cpp',
926 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 927 'core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
927 'core/fpdfdoc/doc_basic_unittest.cpp', 928 'core/fpdfdoc/doc_basic_unittest.cpp',
928 'core/fpdftext/fpdf_text_int_unittest.cpp', 929 'core/fpdftext/fpdf_text_int_unittest.cpp',
929 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', 930 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp',
930 'core/fxcrt/fx_basic_bstring_unittest.cpp', 931 'core/fxcrt/fx_basic_bstring_unittest.cpp',
931 'core/fxcrt/fx_basic_gcc_unittest.cpp', 932 'core/fxcrt/fx_basic_gcc_unittest.cpp',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1062 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1062 ], 1063 ],
1063 }, 1064 },
1064 ] 1065 ]
1065 }], 1066 }],
1066 ] 1067 ]
1067 } 1068 }
OLDNEW
« no previous file with comments | « core/fpdfapi/fpdf_parser/include/cpdf_array.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698