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

Side by Side Diff: pdfium.gyp

Issue 1424923007: Merge to XFA: Add test for CPDF_SyntaxParser::ReadHexString. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Merge in test fix. 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_parser/fpdf_parser_parser_unittest.cpp ('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 'pdf_use_skia%': 0, 3 'pdf_use_skia%': 0,
4 'pdf_enable_v8%': 1, 4 'pdf_enable_v8%': 1,
5 'pdf_enable_xfa%': 1, 5 'pdf_enable_xfa%': 1,
6 'conditions': [ 6 'conditions': [
7 ['OS=="linux"', { 7 ['OS=="linux"', {
8 'bundle_freetype%': 0, 8 'bundle_freetype%': 0,
9 }, { # On Android there's no system FreeType. On Windows and Mac, only a 9 }, { # On Android there's no system FreeType. On Windows and Mac, only a
10 # few methods are used from it. 10 # few methods are used from it.
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'test_support', 745 'test_support',
746 ], 746 ],
747 'include_dirs': [ 747 'include_dirs': [
748 '<(DEPTH)' 748 '<(DEPTH)'
749 ], 749 ],
750 'sources': [ 750 'sources': [
751 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', 751 'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp',
752 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', 752 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
753 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', 753 'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp',
754 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 754 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
755 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp',
755 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 756 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
756 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 757 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
757 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 758 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
758 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 759 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
759 'core/src/fxcrt/fx_bidi_unittest.cpp', 760 'core/src/fxcrt/fx_bidi_unittest.cpp',
760 'core/src/fxcrt/fx_system_unittest.cpp', 761 'core/src/fxcrt/fx_system_unittest.cpp',
761 'testing/fx_string_testhelpers.h', 762 'testing/fx_string_testhelpers.h',
762 'testing/fx_string_testhelpers.cpp', 763 'testing/fx_string_testhelpers.cpp',
763 'third_party/base/nonstd_unique_ptr_unittest.cpp', 764 'third_party/base/nonstd_unique_ptr_unittest.cpp',
764 ], 765 ],
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 ], 841 ],
841 'dependencies': [ 842 'dependencies': [
842 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 843 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
843 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 844 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
844 ], 845 ],
845 }], 846 }],
846 ], 847 ],
847 }, 848 },
848 ], 849 ],
849 } 850 }
OLDNEW
« no previous file with comments | « core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698