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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_libplatform', | 734 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
735 'pdfium', | 735 'pdfium', |
736 ], | 736 ], |
737 'include_dirs': [ | 737 'include_dirs': [ |
738 '<(DEPTH)', | 738 '<(DEPTH)', |
739 '<(DEPTH)/v8', | 739 '<(DEPTH)/v8', |
| 740 '<(DEPTH)/v8/include', |
740 ], | 741 ], |
741 'sources': [ | 742 'sources': [ |
742 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', | 743 'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp', |
743 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', | 744 'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp', |
744 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 745 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
745 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 746 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
746 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 747 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
747 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 748 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
748 'fpdfsdk/src/fpdfview_c_api_test.c', | 749 'fpdfsdk/src/fpdfview_c_api_test.c', |
749 'fpdfsdk/src/fpdfview_c_api_test.h', | 750 'fpdfsdk/src/fpdfview_c_api_test.h', |
750 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 751 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 752 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', |
751 'testing/embedder_test.cpp', | 753 'testing/embedder_test.cpp', |
752 'testing/embedder_test.h', | 754 'testing/embedder_test.h', |
753 'testing/embedder_test_mock_delegate.h', | 755 'testing/embedder_test_mock_delegate.h', |
754 'testing/embedder_test_timer_handling_delegate.h', | 756 'testing/embedder_test_timer_handling_delegate.h', |
755 'testing/fx_string_testhelpers.cpp', | 757 'testing/fx_string_testhelpers.cpp', |
756 'testing/fx_string_testhelpers.h', | 758 'testing/fx_string_testhelpers.h', |
757 ], | 759 ], |
758 }, | 760 }, |
759 ], | 761 ], |
760 } | 762 } |
OLD | NEW |