| 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 'fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp', | 713 'fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp', |
| 714 'fpdfsdk/src/pdfwindow/PWL_Signature.cpp', | 714 'fpdfsdk/src/pdfwindow/PWL_Signature.cpp', |
| 715 'fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp', | 715 'fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp', |
| 716 'fpdfsdk/src/pdfwindow/PWL_Utils.cpp', | 716 'fpdfsdk/src/pdfwindow/PWL_Utils.cpp', |
| 717 'fpdfsdk/src/pdfwindow/PWL_Wnd.cpp', | 717 'fpdfsdk/src/pdfwindow/PWL_Wnd.cpp', |
| 718 ], | 718 ], |
| 719 }, | 719 }, |
| 720 { | 720 { |
| 721 'target_name': 'javascript', | 721 'target_name': 'javascript', |
| 722 'type': 'static_library', | 722 'type': 'static_library', |
| 723 'include_dirs': [ | 723 'include_dirs': [ |
| 724 '<(DEPTH)/v8', | 724 '<(DEPTH)/v8', |
| 725 '<(DEPTH)/v8/include', | 725 '<(DEPTH)/v8/include', |
| 726 ], | 726 ], |
| 727 'dependencies': [ | 727 'dependencies': [ |
| 728 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 728 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 729 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | |
| 730 ], | 729 ], |
| 731 'export_dependent_settings': [ | 730 'export_dependent_settings': [ |
| 732 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 731 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 733 ], | 732 ], |
| 734 'ldflags': [ '-L<(PRODUCT_DIR)',], | 733 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 735 'sources': [ | 734 'sources': [ |
| 736 'fpdfsdk/include/javascript/app.h', | 735 'fpdfsdk/include/javascript/app.h', |
| 737 'fpdfsdk/include/javascript/color.h', | 736 'fpdfsdk/include/javascript/color.h', |
| 738 'fpdfsdk/include/javascript/console.h', | 737 'fpdfsdk/include/javascript/console.h', |
| 739 'fpdfsdk/include/javascript/Consts.h', | 738 'fpdfsdk/include/javascript/Consts.h', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 859 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 861 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 860 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 862 'testing/embedder_test.cpp', | 861 'testing/embedder_test.cpp', |
| 863 'testing/embedder_test.h', | 862 'testing/embedder_test.h', |
| 864 'testing/fx_string_testhelpers.cpp', | 863 'testing/fx_string_testhelpers.cpp', |
| 865 'testing/fx_string_testhelpers.h', | 864 'testing/fx_string_testhelpers.h', |
| 866 ], | 865 ], |
| 867 }, | 866 }, |
| 868 ], | 867 ], |
| 869 } | 868 } |
| OLD | NEW |