| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'pdf_use_skia%': 0, | 3 'pdf_use_skia%': 0, |
| 4 'conditions': [ | 4 'conditions': [ |
| 5 ['OS=="linux"', { | 5 ['OS=="linux"', { |
| 6 'bundle_freetype%': 0, | 6 'bundle_freetype%': 0, |
| 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 7 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 8 # few methods are used from it. | 8 # few methods are used from it. |
| 9 'bundle_freetype%': 1, | 9 'bundle_freetype%': 1, |
| 10 }], | 10 }], |
| (...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'testing/fx_string_testhelpers.h', | 724 'testing/fx_string_testhelpers.h', |
| 725 'testing/fx_string_testhelpers.cpp', | 725 'testing/fx_string_testhelpers.cpp', |
| 726 ], | 726 ], |
| 727 }, | 727 }, |
| 728 { | 728 { |
| 729 'target_name': 'pdfium_embeddertests', | 729 'target_name': 'pdfium_embeddertests', |
| 730 'type': 'executable', | 730 'type': 'executable', |
| 731 'dependencies': [ | 731 'dependencies': [ |
| 732 '<(DEPTH)/testing/gmock.gyp:gmock', | 732 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 733 '<(DEPTH)/testing/gtest.gyp:gtest', | 733 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 734 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 734 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 735 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 735 'pdfium', | 736 'pdfium', |
| 736 ], | 737 ], |
| 737 'include_dirs': [ | 738 'include_dirs': [ |
| 738 '<(DEPTH)', | 739 '<(DEPTH)', |
| 739 '<(DEPTH)/v8', | 740 '<(DEPTH)/v8', |
| 740 '<(DEPTH)/v8/include', | 741 '<(DEPTH)/v8/include', |
| 741 ], | 742 ], |
| 742 'sources': [ | 743 'sources': [ |
| 743 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', | 744 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', |
| 744 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', | 745 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', |
| 745 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 746 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
| 746 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 747 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 747 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 748 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
| 748 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 749 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 749 'fpdfsdk/src/fpdfview_c_api_test.c', | 750 'fpdfsdk/src/fpdfview_c_api_test.c', |
| 750 'fpdfsdk/src/fpdfview_c_api_test.h', | 751 'fpdfsdk/src/fpdfview_c_api_test.h', |
| 751 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 752 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 752 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', | 753 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', |
| 753 'testing/embedder_test.cpp', | 754 'testing/embedder_test.cpp', |
| 754 'testing/embedder_test.h', | 755 'testing/embedder_test.h', |
| 755 'testing/embedder_test_mock_delegate.h', | 756 'testing/embedder_test_mock_delegate.h', |
| 756 'testing/embedder_test_timer_handling_delegate.h', | 757 'testing/embedder_test_timer_handling_delegate.h', |
| 757 'testing/fx_string_testhelpers.cpp', | 758 'testing/fx_string_testhelpers.cpp', |
| 758 'testing/fx_string_testhelpers.h', | 759 'testing/fx_string_testhelpers.h', |
| 759 ], | 760 ], |
| 760 }, | 761 }, |
| 761 ], | 762 ], |
| 762 } | 763 } |
| OLD | NEW |