| 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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 733 '<(DEPTH)/testing/gmock.gyp:gmock', | 733 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 734 '<(DEPTH)/testing/gtest.gyp:gtest', | 734 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 735 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 735 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 736 'pdfium', | 736 'pdfium', |
| 737 ], | 737 ], |
| 738 'include_dirs': [ | 738 'include_dirs': [ |
| 739 '<(DEPTH)', | 739 '<(DEPTH)', |
| 740 '<(DEPTH)/v8', | 740 '<(DEPTH)/v8', |
| 741 ], | 741 ], |
| 742 'sources': [ | 742 'sources': [ |
| 743 'core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp', |
| 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 'testing/embedder_test.cpp', | 753 'testing/embedder_test.cpp', |
| 753 'testing/embedder_test.h', | 754 'testing/embedder_test.h', |
| 754 'testing/embedder_test_mock_delegate.h', | 755 'testing/embedder_test_mock_delegate.h', |
| 755 'testing/embedder_test_timer_handling_delegate.h', | 756 'testing/embedder_test_timer_handling_delegate.h', |
| 756 'testing/fx_string_testhelpers.cpp', | 757 'testing/fx_string_testhelpers.cpp', |
| 757 'testing/fx_string_testhelpers.h', | 758 'testing/fx_string_testhelpers.h', |
| 758 ], | 759 ], |
| 759 }, | 760 }, |
| 760 ], | 761 ], |
| 761 } | 762 } |
| OLD | NEW |