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 # TODO(thakis): Enable this, pdfium:29 | 7 # TODO(thakis): Enable this, pdfium:29 |
8 #'chromium_code': 1, | 8 #'chromium_code': 1, |
9 'pdf_use_skia%': 0, | 9 'pdf_use_skia%': 0, |
10 'pdf_enable_v8%': 1, | 10 'pdf_enable_v8%': 1, |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'core/src/fpdfdoc/doc_vt.cpp', | 195 'core/src/fpdfdoc/doc_vt.cpp', |
196 'core/src/fpdfdoc/doc_vtmodule.cpp', | 196 'core/src/fpdfdoc/doc_vtmodule.cpp', |
197 'core/src/fpdfdoc/pdf_vt.h', | 197 'core/src/fpdfdoc/pdf_vt.h', |
198 'core/src/fpdfdoc/tagged_int.h', | 198 'core/src/fpdfdoc/tagged_int.h', |
199 ], | 199 ], |
200 }, | 200 }, |
201 { | 201 { |
202 'target_name': 'fpdfapi', | 202 'target_name': 'fpdfapi', |
203 'type': 'static_library', | 203 'type': 'static_library', |
204 'sources': [ | 204 'sources': [ |
205 'core/include/fpdfapi/fpdfapi.h', | |
206 'core/include/fpdfapi/fpdf_module.h', | 205 'core/include/fpdfapi/fpdf_module.h', |
207 'core/include/fpdfapi/fpdf_objects.h', | 206 'core/include/fpdfapi/fpdf_objects.h', |
208 'core/include/fpdfapi/fpdf_page.h', | 207 'core/include/fpdfapi/fpdf_page.h', |
209 'core/include/fpdfapi/fpdf_pageobj.h', | 208 'core/include/fpdfapi/fpdf_pageobj.h', |
210 'core/include/fpdfapi/fpdf_parser.h', | 209 'core/include/fpdfapi/fpdf_parser.h', |
211 'core/include/fpdfapi/fpdf_render.h', | 210 'core/include/fpdfapi/fpdf_render.h', |
212 'core/include/fpdfapi/fpdf_resource.h', | 211 'core/include/fpdfapi/fpdf_resource.h', |
213 'core/include/fpdfapi/fpdf_serial.h', | 212 'core/include/fpdfapi/fpdf_serial.h', |
214 'core/src/fpdfapi/fpdf_basic_module.cpp', | 213 'core/src/fpdfapi/fpdf_basic_module.cpp', |
215 'core/src/fpdfapi/fpdf_cmaps/cmap_int.h', | 214 'core/src/fpdfapi/fpdf_cmaps/cmap_int.h', |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
554 }], | 553 }], |
555 ], | 554 ], |
556 }, | 555 }, |
557 { | 556 { |
558 'target_name': 'fxedit', | 557 'target_name': 'fxedit', |
559 'type': 'static_library', | 558 'type': 'static_library', |
560 'sources': [ | 559 'sources': [ |
561 'fpdfsdk/include/fxedit/fx_edit.h', | 560 'fpdfsdk/include/fxedit/fx_edit.h', |
562 'fpdfsdk/include/fxedit/fxet_edit.h', | 561 'fpdfsdk/include/fxedit/fxet_edit.h', |
563 'fpdfsdk/include/fxedit/fxet_list.h', | 562 'fpdfsdk/include/fxedit/fxet_list.h', |
564 'fpdfsdk/include/fxedit/fxet_stub.h', | |
565 'fpdfsdk/src/fxedit/fxet_ap.cpp', | 563 'fpdfsdk/src/fxedit/fxet_ap.cpp', |
566 'fpdfsdk/src/fxedit/fxet_edit.cpp', | 564 'fpdfsdk/src/fxedit/fxet_edit.cpp', |
567 'fpdfsdk/src/fxedit/fxet_list.cpp', | 565 'fpdfsdk/src/fxedit/fxet_list.cpp', |
568 'fpdfsdk/src/fxedit/fxet_module.cpp', | 566 'fpdfsdk/src/fxedit/fxet_module.cpp', |
569 'fpdfsdk/src/fxedit/fxet_pageobjs.cpp', | 567 'fpdfsdk/src/fxedit/fxet_pageobjs.cpp', |
570 ], | 568 ], |
571 }, | 569 }, |
572 { | 570 { |
573 'target_name': 'pdfwindow', | 571 'target_name': 'pdfwindow', |
574 'type': 'static_library', | 572 'type': 'static_library', |
575 'sources': [ | 573 'sources': [ |
576 'fpdfsdk/include/pdfwindow/IPDFWindow.h', | |
577 'fpdfsdk/include/pdfwindow/PDFWindow.h', | |
578 'fpdfsdk/include/pdfwindow/PWL_Button.h', | 574 'fpdfsdk/include/pdfwindow/PWL_Button.h', |
579 'fpdfsdk/include/pdfwindow/PWL_Caret.h', | 575 'fpdfsdk/include/pdfwindow/PWL_Caret.h', |
580 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h', | 576 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h', |
581 'fpdfsdk/include/pdfwindow/PWL_Edit.h', | 577 'fpdfsdk/include/pdfwindow/PWL_Edit.h', |
582 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h', | 578 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h', |
583 'fpdfsdk/include/pdfwindow/PWL_FontMap.h', | 579 'fpdfsdk/include/pdfwindow/PWL_FontMap.h', |
584 'fpdfsdk/include/pdfwindow/PWL_Icon.h', | 580 'fpdfsdk/include/pdfwindow/PWL_Icon.h', |
585 'fpdfsdk/include/pdfwindow/PWL_IconList.h', | 581 'fpdfsdk/include/pdfwindow/PWL_IconList.h', |
586 'fpdfsdk/include/pdfwindow/PWL_Label.h', | 582 'fpdfsdk/include/pdfwindow/PWL_Label.h', |
587 'fpdfsdk/include/pdfwindow/PWL_ListBox.h', | 583 'fpdfsdk/include/pdfwindow/PWL_ListBox.h', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 'sources': [ | 684 'sources': [ |
689 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', | 685 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', |
690 'fpdfsdk/include/formfiller/FFL_CheckBox.h', | 686 'fpdfsdk/include/formfiller/FFL_CheckBox.h', |
691 'fpdfsdk/include/formfiller/FFL_ComboBox.h', | 687 'fpdfsdk/include/formfiller/FFL_ComboBox.h', |
692 'fpdfsdk/include/formfiller/FFL_FormFiller.h', | 688 'fpdfsdk/include/formfiller/FFL_FormFiller.h', |
693 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', | 689 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', |
694 'fpdfsdk/include/formfiller/FFL_ListBox.h', | 690 'fpdfsdk/include/formfiller/FFL_ListBox.h', |
695 'fpdfsdk/include/formfiller/FFL_PushButton.h', | 691 'fpdfsdk/include/formfiller/FFL_PushButton.h', |
696 'fpdfsdk/include/formfiller/FFL_RadioButton.h', | 692 'fpdfsdk/include/formfiller/FFL_RadioButton.h', |
697 'fpdfsdk/include/formfiller/FFL_TextField.h', | 693 'fpdfsdk/include/formfiller/FFL_TextField.h', |
698 'fpdfsdk/include/formfiller/FormFiller.h', | |
699 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', | 694 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', |
700 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', | 695 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', |
701 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp', | 696 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp', |
702 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', | 697 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', |
703 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', | 698 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', |
704 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', | 699 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', |
705 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', | 700 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', |
706 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', | 701 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', |
707 'fpdfsdk/src/formfiller/FFL_TextField.cpp', | 702 'fpdfsdk/src/formfiller/FFL_TextField.cpp', |
708 ], | 703 ], |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 ], | 799 ], |
805 'dependencies': [ | 800 'dependencies': [ |
806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
807 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
808 ], | 803 ], |
809 }], | 804 }], |
810 ], | 805 ], |
811 }, | 806 }, |
812 ], | 807 ], |
813 } | 808 } |
OLD | NEW |