| 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 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 'target_name': 'formfiller', | 730 'target_name': 'formfiller', |
| 731 'type': 'static_library', | 731 'type': 'static_library', |
| 732 'ldflags': [ '-L<(PRODUCT_DIR)',], | 732 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 733 'sources': [ | 733 'sources': [ |
| 734 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', | 734 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', |
| 735 'fpdfsdk/include/formfiller/FFL_CheckBox.h', | 735 'fpdfsdk/include/formfiller/FFL_CheckBox.h', |
| 736 'fpdfsdk/include/formfiller/FFL_ComboBox.h', | 736 'fpdfsdk/include/formfiller/FFL_ComboBox.h', |
| 737 'fpdfsdk/include/formfiller/FFL_FormFiller.h', | 737 'fpdfsdk/include/formfiller/FFL_FormFiller.h', |
| 738 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', | 738 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', |
| 739 'fpdfsdk/include/formfiller/FFL_ListBox.h', | 739 'fpdfsdk/include/formfiller/FFL_ListBox.h', |
| 740 'fpdfsdk/include/formfiller/FFL_Notify.h', | |
| 741 'fpdfsdk/include/formfiller/FFL_PushButton.h', | 740 'fpdfsdk/include/formfiller/FFL_PushButton.h', |
| 742 'fpdfsdk/include/formfiller/FFL_RadioButton.h', | 741 'fpdfsdk/include/formfiller/FFL_RadioButton.h', |
| 743 'fpdfsdk/include/formfiller/FFL_TextField.h', | 742 'fpdfsdk/include/formfiller/FFL_TextField.h', |
| 744 'fpdfsdk/include/formfiller/FFL_Utils.h', | 743 'fpdfsdk/include/formfiller/FFL_Utils.h', |
| 745 'fpdfsdk/include/formfiller/FormFiller.h', | 744 'fpdfsdk/include/formfiller/FormFiller.h', |
| 746 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', | 745 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', |
| 747 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', | 746 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', |
| 748 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp', | 747 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp', |
| 749 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', | 748 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', |
| 750 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', | 749 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', |
| 751 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', | 750 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', |
| 752 'fpdfsdk/src/formfiller/FFL_Notify.cpp', | |
| 753 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', | 751 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', |
| 754 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', | 752 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', |
| 755 'fpdfsdk/src/formfiller/FFL_TextField.cpp', | 753 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |
| 756 'fpdfsdk/src/formfiller/FFL_Utils.cpp', | 754 'fpdfsdk/src/formfiller/FFL_Utils.cpp', |
| 757 ], | 755 ], |
| 758 }, | 756 }, |
| 759 { | 757 { |
| 760 'target_name': 'pdfium_unittests', | 758 'target_name': 'pdfium_unittests', |
| 761 'type': 'executable', | 759 'type': 'executable', |
| 762 'dependencies': [ | 760 'dependencies': [ |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 ], | 852 ], |
| 855 'dependencies': [ | 853 'dependencies': [ |
| 856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 854 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 855 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 858 ], | 856 ], |
| 859 }], | 857 }], |
| 860 ], | 858 ], |
| 861 }, | 859 }, |
| 862 ], | 860 ], |
| 863 } | 861 } |
| OLD | NEW |