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

Side by Side Diff: pdfium.gyp

Issue 1429943002: Merge to XFA: Add tests for CMap_GetCode and CMap_GetCodeRange. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
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_font/fpdf_font_cid_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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'dependencies': [ 741 'dependencies': [
742 '<(DEPTH)/testing/gtest.gyp:gtest_main', 742 '<(DEPTH)/testing/gtest.gyp:gtest_main',
743 '<(DEPTH)/testing/gtest.gyp:gtest', 743 '<(DEPTH)/testing/gtest.gyp:gtest',
744 'pdfium', 744 'pdfium',
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_unittest.cpp', 752 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
752 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 753 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
753 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 754 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
754 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 755 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
755 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 756 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
756 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 757 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
757 'core/src/fxcrt/fx_bidi_unittest.cpp', 758 'core/src/fxcrt/fx_bidi_unittest.cpp',
758 'core/src/fxcrt/fx_system_unittest.cpp', 759 'core/src/fxcrt/fx_system_unittest.cpp',
759 'testing/fx_string_testhelpers.h', 760 'testing/fx_string_testhelpers.h',
760 'testing/fx_string_testhelpers.cpp', 761 'testing/fx_string_testhelpers.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 ], 839 ],
839 'dependencies': [ 840 'dependencies': [
840 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 841 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
841 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 842 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
842 ], 843 ],
843 }], 844 }],
844 ], 845 ],
845 }, 846 },
846 ], 847 ],
847 } 848 }
OLDNEW
« no previous file with comments | « core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698