| OLD | NEW |
| 1 # Copyright 2015 PDFium Authors. All rights reserved. | 1 # Copyright 2015 PDFium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'pdf_use_skia%': 0, | 8 'pdf_use_skia%': 0, |
| 9 'pdf_enable_v8%': 1, | 9 'pdf_enable_v8%': 1, |
| 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. | 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. |
| (...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 728 { | 728 { |
| 729 'target_name': 'fxedit', | 729 'target_name': 'fxedit', |
| 730 'type': 'static_library', | 730 'type': 'static_library', |
| 731 'sources': [ | 731 'sources': [ |
| 732 'fpdfsdk/fxedit/include/fx_edit.h', | 732 'fpdfsdk/fxedit/include/fx_edit.h', |
| 733 'fpdfsdk/fxedit/include/fxet_edit.h', | 733 'fpdfsdk/fxedit/include/fxet_edit.h', |
| 734 'fpdfsdk/fxedit/include/fxet_list.h', | 734 'fpdfsdk/fxedit/include/fxet_list.h', |
| 735 'fpdfsdk/fxedit/fxet_ap.cpp', | 735 'fpdfsdk/fxedit/fxet_ap.cpp', |
| 736 'fpdfsdk/fxedit/fxet_edit.cpp', | 736 'fpdfsdk/fxedit/fxet_edit.cpp', |
| 737 'fpdfsdk/fxedit/fxet_list.cpp', | 737 'fpdfsdk/fxedit/fxet_list.cpp', |
| 738 'fpdfsdk/fxedit/fxet_module.cpp', | |
| 739 'fpdfsdk/fxedit/fxet_pageobjs.cpp', | |
| 740 ], | 738 ], |
| 741 }, | 739 }, |
| 742 { | 740 { |
| 743 'target_name': 'pdfwindow', | 741 'target_name': 'pdfwindow', |
| 744 'type': 'static_library', | 742 'type': 'static_library', |
| 745 'sources': [ | 743 'sources': [ |
| 746 'fpdfsdk/pdfwindow/PWL_Button.cpp', | 744 'fpdfsdk/pdfwindow/PWL_Button.cpp', |
| 747 'fpdfsdk/pdfwindow/PWL_Button.h', | 745 'fpdfsdk/pdfwindow/PWL_Button.h', |
| 748 'fpdfsdk/pdfwindow/PWL_Caret.cpp', | 746 'fpdfsdk/pdfwindow/PWL_Caret.cpp', |
| 749 'fpdfsdk/pdfwindow/PWL_Caret.h', | 747 'fpdfsdk/pdfwindow/PWL_Caret.h', |
| (...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1064 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
| 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
| 1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
| 1069 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
| 1070 ], | 1068 ], |
| 1071 }, | 1069 }, |
| 1072 ] | 1070 ] |
| 1073 }], | 1071 }], |
| 1074 ] | 1072 ] |
| 1075 } | 1073 } |
| OLD | NEW |