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 'pdf_enable_xfa%': 1, | 5 'pdf_enable_xfa%': 1, |
6 'conditions': [ | 6 'conditions': [ |
7 ['OS=="linux"', { | 7 ['OS=="linux"', { |
8 'bundle_freetype%': 0, | 8 'bundle_freetype%': 0, |
9 }, { # On Android there's no system FreeType. On Windows and Mac, only a | 9 }, { # On Android there's no system FreeType. On Windows and Mac, only a |
10 # few methods are used from it. | 10 # few methods are used from it. |
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 800 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
801 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 801 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
802 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 802 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
803 'fpdfsdk/src/fpdfview_c_api_test.c', | 803 'fpdfsdk/src/fpdfview_c_api_test.c', |
804 'fpdfsdk/src/fpdfview_c_api_test.h', | 804 'fpdfsdk/src/fpdfview_c_api_test.h', |
805 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 805 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
806 'testing/embedder_test.cpp', | 806 'testing/embedder_test.cpp', |
807 'testing/embedder_test.h', | 807 'testing/embedder_test.h', |
808 'testing/embedder_test_mock_delegate.h', | 808 'testing/embedder_test_mock_delegate.h', |
809 'testing/embedder_test_timer_handling_delegate.h', | 809 'testing/embedder_test_timer_handling_delegate.h', |
| 810 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp', |
810 ], | 811 ], |
811 'conditions': [ | 812 'conditions': [ |
812 ['pdf_enable_v8==1', { | 813 ['pdf_enable_v8==1', { |
813 'include_dirs': [ | 814 'include_dirs': [ |
814 '<(DEPTH)/v8', | 815 '<(DEPTH)/v8', |
815 '<(DEPTH)/v8/include', | 816 '<(DEPTH)/v8/include', |
816 ], | 817 ], |
817 'dependencies': [ | 818 'dependencies': [ |
818 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 819 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
819 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 820 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
(...skipping 28 matching lines...) Expand all Loading... |
848 ], | 849 ], |
849 'dependencies': [ | 850 'dependencies': [ |
850 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 851 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
851 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 852 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
852 ], | 853 ], |
853 }], | 854 }], |
854 ], | 855 ], |
855 }, | 856 }, |
856 ], | 857 ], |
857 } | 858 } |
OLD | NEW |