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

Side by Side Diff: pdfium.gyp

Issue 1414013005: Add tests for CMap_GetCode and CMap_GetCodeRange. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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 # 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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 'dependencies': [ 707 'dependencies': [
708 '<(DEPTH)/testing/gtest.gyp:gtest_main', 708 '<(DEPTH)/testing/gtest.gyp:gtest_main',
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_unittest.cpp', 718 'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp',
718 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', 719 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp',
719 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', 720 'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp',
720 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 721 'core/src/fxcrt/fx_basic_bstring_unittest.cpp',
721 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 722 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp',
722 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', 723 'core/src/fxcrt/fx_basic_wstring_unittest.cpp',
723 'core/src/fxcrt/fx_bidi_unittest.cpp', 724 'core/src/fxcrt/fx_bidi_unittest.cpp',
724 'core/src/fxcrt/fx_system_unittest.cpp', 725 'core/src/fxcrt/fx_system_unittest.cpp',
725 'testing/fx_string_testhelpers.h', 726 'testing/fx_string_testhelpers.h',
726 'testing/fx_string_testhelpers.cpp', 727 'testing/fx_string_testhelpers.cpp',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 ], 796 ],
796 'dependencies': [ 797 'dependencies': [
797 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
799 ], 800 ],
800 }], 801 }],
801 ], 802 ],
802 }, 803 },
803 ], 804 ],
804 } 805 }
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