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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 'fpdfsdk/src/fpdfxfa/fpdfxfa_util.cpp', | 794 'fpdfsdk/src/fpdfxfa/fpdfxfa_util.cpp', |
795 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 795 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
796 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 796 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
797 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 797 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
798 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 798 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
799 ], | 799 ], |
800 }, | 800 }, |
801 { | 801 { |
802 'target_name': 'javascript', | 802 'target_name': 'javascript', |
803 'type': 'static_library', | 803 'type': 'static_library', |
804 'include_dirs': [ | 804 'include_dirs': [ |
805 '<(DEPTH)/v8', | 805 '<(DEPTH)/v8', |
806 '<(DEPTH)/v8/include', | 806 '<(DEPTH)/v8/include', |
807 ], | 807 ], |
808 'dependencies': [ | 808 'dependencies': [ |
809 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 809 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
810 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | |
811 ], | 810 ], |
812 'export_dependent_settings': [ | 811 'export_dependent_settings': [ |
813 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 812 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
814 ], | 813 ], |
815 'ldflags': [ '-L<(PRODUCT_DIR)',], | 814 'ldflags': [ '-L<(PRODUCT_DIR)',], |
816 'sources': [ | 815 'sources': [ |
817 'fpdfsdk/include/javascript/app.h', | 816 'fpdfsdk/include/javascript/app.h', |
818 'fpdfsdk/include/javascript/color.h', | 817 'fpdfsdk/include/javascript/color.h', |
819 'fpdfsdk/include/javascript/console.h', | 818 'fpdfsdk/include/javascript/console.h', |
820 'fpdfsdk/include/javascript/Consts.h', | 819 'fpdfsdk/include/javascript/Consts.h', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 941 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
943 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 942 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
944 'testing/embedder_test.cpp', | 943 'testing/embedder_test.cpp', |
945 'testing/embedder_test.h', | 944 'testing/embedder_test.h', |
946 'testing/fx_string_testhelpers.cpp', | 945 'testing/fx_string_testhelpers.cpp', |
947 'testing/fx_string_testhelpers.h', | 946 'testing/fx_string_testhelpers.h', |
948 ], | 947 ], |
949 }, | 948 }, |
950 ], | 949 ], |
951 } | 950 } |
OLD | NEW |