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

Side by Side Diff: pdfium.gyp

Issue 1408213008: Add test for CPDF_StreamParser::ReadHexString. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 1 month 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/src/fpdfapi/fpdf_page/pageint.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 { 1 {
2 'variables': { 2 'variables': {
3 # TODO(thakis): Enable this, pdfium:29 3 # TODO(thakis): Enable this, pdfium:29
4 #'chromium_code': 1, 4 #'chromium_code': 1,
5 'pdf_use_skia%': 0, 5 'pdf_use_skia%': 0,
6 'pdf_enable_v8%': 1, 6 'pdf_enable_v8%': 1,
7 'conditions': [ 7 'conditions': [
8 ['OS=="linux"', { 8 ['OS=="linux"', {
9 'bundle_freetype%': 0, 9 'bundle_freetype%': 0,
10 }, { # On Android there's no system FreeType. On Windows and Mac, only a 10 }, { # On Android there's no system FreeType. On Windows and Mac, only a
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 '<(DEPTH)/testing/gtest.gyp:gtest', 709 '<(DEPTH)/testing/gtest.gyp:gtest',
710 'pdfium', 710 'pdfium',
711 'test_support', 711 'test_support',
712 ], 712 ],
713 'include_dirs': [ 713 'include_dirs': [
714 '<(DEPTH)' 714 '<(DEPTH)'
715 ], 715 ],
716 'sources': [ 716 'sources': [
717 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 717 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
718 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 718 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
719 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
719 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 720 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
720 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 721 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
721 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 722 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
722 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 723 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
723 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 724 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
724 'core/src/fxcrt/fx_bidi_unittest.cpp', 725 'core/src/fxcrt/fx_bidi_unittest.cpp',
725 'core/src/fxcrt/fx_system_unittest.cpp', 726 'core/src/fxcrt/fx_system_unittest.cpp',
726 'testing/fx_string_testhelpers.h', 727 'testing/fx_string_testhelpers.h',
727 'testing/fx_string_testhelpers.cpp', 728 'testing/fx_string_testhelpers.cpp',
728 'third_party/base/nonstd_unique_ptr_unittest.cpp', 729 'third_party/base/nonstd_unique_ptr_unittest.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 ], 797 ],
797 'dependencies': [ 798 'dependencies': [
798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
800 ], 801 ],
801 }], 802 }],
802 ], 803 ],
803 }, 804 },
804 ], 805 ],
805 } 806 }
OLDNEW
« no previous file with comments | « core/src/fpdfapi/fpdf_page/pageint.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698