| OLD | NEW |
| 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="linux"', { | 6 ['OS=="linux"', { |
| 7 'bundle_freetype%': 0, | 7 'bundle_freetype%': 0, |
| 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
| 9 # few methods are used from it. | 9 # few methods are used from it. |
| 10 'bundle_freetype%': 1, | 10 'bundle_freetype%': 1, |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 757 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 758 'fpdfsdk/src/fpdfview_c_api_test.c', | 758 'fpdfsdk/src/fpdfview_c_api_test.c', |
| 759 'fpdfsdk/src/fpdfview_c_api_test.h', | 759 'fpdfsdk/src/fpdfview_c_api_test.h', |
| 760 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 760 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 761 'testing/embedder_test.cpp', | 761 'testing/embedder_test.cpp', |
| 762 'testing/embedder_test.h', | 762 'testing/embedder_test.h', |
| 763 'testing/embedder_test_mock_delegate.h', | 763 'testing/embedder_test_mock_delegate.h', |
| 764 'testing/embedder_test_timer_handling_delegate.h', | 764 'testing/embedder_test_timer_handling_delegate.h', |
| 765 'testing/fx_string_testhelpers.cpp', | 765 'testing/fx_string_testhelpers.cpp', |
| 766 'testing/fx_string_testhelpers.h', | 766 'testing/fx_string_testhelpers.h', |
| 767 'testing/test_support.cpp', |
| 768 'testing/test_support.h', |
| 767 ], | 769 ], |
| 768 'conditions': [ | 770 'conditions': [ |
| 769 ['pdf_enable_v8==1', { | 771 ['pdf_enable_v8==1', { |
| 770 'include_dirs': [ | 772 'include_dirs': [ |
| 771 '<(DEPTH)/v8', | 773 '<(DEPTH)/v8', |
| 772 '<(DEPTH)/v8/include', | 774 '<(DEPTH)/v8/include', |
| 773 ], | 775 ], |
| 774 'dependencies': [ | 776 'dependencies': [ |
| 775 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 777 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 776 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 778 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 777 ], | 779 ], |
| 778 'sources': [ | 780 'sources': [ |
| 779 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', | 781 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', |
| 780 ], | 782 ], |
| 781 }], | 783 }], |
| 782 ], | 784 ], |
| 783 }, | 785 }, |
| 784 ], | 786 ], |
| 785 } | 787 } |
| OLD | NEW |