OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium 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 import("//build_overrides/v8.gni") | 5 import("//build_overrides/v8.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("pdfium.gni") | 7 import("pdfium.gni") |
8 | 8 |
9 config("pdfium_config") { | 9 config("pdfium_config") { |
10 cflags = [] | 10 cflags = [] |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 static_library("fpdfapi") { | 225 static_library("fpdfapi") { |
226 sources = [ | 226 sources = [ |
227 "core/include/fpdfapi/fpdf_module.h", | 227 "core/include/fpdfapi/fpdf_module.h", |
228 "core/include/fpdfapi/fpdf_objects.h", | 228 "core/include/fpdfapi/fpdf_objects.h", |
229 "core/include/fpdfapi/fpdf_page.h", | 229 "core/include/fpdfapi/fpdf_page.h", |
230 "core/include/fpdfapi/fpdf_pageobj.h", | 230 "core/include/fpdfapi/fpdf_pageobj.h", |
231 "core/include/fpdfapi/fpdf_parser.h", | 231 "core/include/fpdfapi/fpdf_parser.h", |
232 "core/include/fpdfapi/fpdf_render.h", | 232 "core/include/fpdfapi/fpdf_render.h", |
233 "core/include/fpdfapi/fpdf_resource.h", | 233 "core/include/fpdfapi/fpdf_resource.h", |
234 "core/include/fpdfapi/fpdf_serial.h", | 234 "core/include/fpdfapi/fpdf_serial.h", |
235 "core/include/fpdfapi/fpdfapi.h", | |
236 "core/src/fpdfapi/fpdf_basic_module.cpp", | 235 "core/src/fpdfapi/fpdf_basic_module.cpp", |
237 "core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", | 236 "core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", |
238 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", | 237 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", |
239 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp", | 238 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp", |
240 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp", | 239 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp", |
241 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp", | 240 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp", |
242 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp", | 241 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp", |
243 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp", | 242 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp", |
244 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp", | 243 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp", |
245 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp", | 244 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp", |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
576 ] | 575 ] |
577 configs -= [ "//build/config/win:lean_and_mean" ] | 576 configs -= [ "//build/config/win:lean_and_mean" ] |
578 } | 577 } |
579 } | 578 } |
580 | 579 |
581 static_library("fxedit") { | 580 static_library("fxedit") { |
582 sources = [ | 581 sources = [ |
583 "fpdfsdk/include/fxedit/fx_edit.h", | 582 "fpdfsdk/include/fxedit/fx_edit.h", |
584 "fpdfsdk/include/fxedit/fxet_edit.h", | 583 "fpdfsdk/include/fxedit/fxet_edit.h", |
585 "fpdfsdk/include/fxedit/fxet_list.h", | 584 "fpdfsdk/include/fxedit/fxet_list.h", |
586 "fpdfsdk/include/fxedit/fxet_stub.h", | |
587 "fpdfsdk/src/fxedit/fxet_ap.cpp", | 585 "fpdfsdk/src/fxedit/fxet_ap.cpp", |
588 "fpdfsdk/src/fxedit/fxet_edit.cpp", | 586 "fpdfsdk/src/fxedit/fxet_edit.cpp", |
589 "fpdfsdk/src/fxedit/fxet_list.cpp", | 587 "fpdfsdk/src/fxedit/fxet_list.cpp", |
590 "fpdfsdk/src/fxedit/fxet_module.cpp", | 588 "fpdfsdk/src/fxedit/fxet_module.cpp", |
591 "fpdfsdk/src/fxedit/fxet_pageobjs.cpp", | 589 "fpdfsdk/src/fxedit/fxet_pageobjs.cpp", |
592 ] | 590 ] |
593 configs += [ ":pdfium_config" ] | 591 configs += [ ":pdfium_config" ] |
594 } | 592 } |
595 | 593 |
596 static_library("pdfwindow") { | 594 static_library("pdfwindow") { |
597 sources = [ | 595 sources = [ |
598 "fpdfsdk/include/pdfwindow/IPDFWindow.h", | |
599 "fpdfsdk/include/pdfwindow/PDFWindow.h", | |
600 "fpdfsdk/include/pdfwindow/PWL_Button.h", | 596 "fpdfsdk/include/pdfwindow/PWL_Button.h", |
601 "fpdfsdk/include/pdfwindow/PWL_Caret.h", | 597 "fpdfsdk/include/pdfwindow/PWL_Caret.h", |
602 "fpdfsdk/include/pdfwindow/PWL_ComboBox.h", | 598 "fpdfsdk/include/pdfwindow/PWL_ComboBox.h", |
603 "fpdfsdk/include/pdfwindow/PWL_Edit.h", | 599 "fpdfsdk/include/pdfwindow/PWL_Edit.h", |
604 "fpdfsdk/include/pdfwindow/PWL_EditCtrl.h", | 600 "fpdfsdk/include/pdfwindow/PWL_EditCtrl.h", |
605 "fpdfsdk/include/pdfwindow/PWL_FontMap.h", | 601 "fpdfsdk/include/pdfwindow/PWL_FontMap.h", |
606 "fpdfsdk/include/pdfwindow/PWL_Icon.h", | 602 "fpdfsdk/include/pdfwindow/PWL_Icon.h", |
607 "fpdfsdk/include/pdfwindow/PWL_IconList.h", | 603 "fpdfsdk/include/pdfwindow/PWL_IconList.h", |
608 "fpdfsdk/include/pdfwindow/PWL_Label.h", | 604 "fpdfsdk/include/pdfwindow/PWL_Label.h", |
609 "fpdfsdk/include/pdfwindow/PWL_ListBox.h", | 605 "fpdfsdk/include/pdfwindow/PWL_ListBox.h", |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 sources = [ | 697 sources = [ |
702 "fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h", | 698 "fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h", |
703 "fpdfsdk/include/formfiller/FFL_CheckBox.h", | 699 "fpdfsdk/include/formfiller/FFL_CheckBox.h", |
704 "fpdfsdk/include/formfiller/FFL_ComboBox.h", | 700 "fpdfsdk/include/formfiller/FFL_ComboBox.h", |
705 "fpdfsdk/include/formfiller/FFL_FormFiller.h", | 701 "fpdfsdk/include/formfiller/FFL_FormFiller.h", |
706 "fpdfsdk/include/formfiller/FFL_IFormFiller.h", | 702 "fpdfsdk/include/formfiller/FFL_IFormFiller.h", |
707 "fpdfsdk/include/formfiller/FFL_ListBox.h", | 703 "fpdfsdk/include/formfiller/FFL_ListBox.h", |
708 "fpdfsdk/include/formfiller/FFL_PushButton.h", | 704 "fpdfsdk/include/formfiller/FFL_PushButton.h", |
709 "fpdfsdk/include/formfiller/FFL_RadioButton.h", | 705 "fpdfsdk/include/formfiller/FFL_RadioButton.h", |
710 "fpdfsdk/include/formfiller/FFL_TextField.h", | 706 "fpdfsdk/include/formfiller/FFL_TextField.h", |
711 "fpdfsdk/include/formfiller/FormFiller.h", | |
712 "fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp", | 707 "fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp", |
713 "fpdfsdk/src/formfiller/FFL_CheckBox.cpp", | 708 "fpdfsdk/src/formfiller/FFL_CheckBox.cpp", |
714 "fpdfsdk/src/formfiller/FFL_ComboBox.cpp", | 709 "fpdfsdk/src/formfiller/FFL_ComboBox.cpp", |
715 "fpdfsdk/src/formfiller/FFL_FormFiller.cpp", | 710 "fpdfsdk/src/formfiller/FFL_FormFiller.cpp", |
716 "fpdfsdk/src/formfiller/FFL_IFormFiller.cpp", | 711 "fpdfsdk/src/formfiller/FFL_IFormFiller.cpp", |
717 "fpdfsdk/src/formfiller/FFL_ListBox.cpp", | 712 "fpdfsdk/src/formfiller/FFL_ListBox.cpp", |
718 "fpdfsdk/src/formfiller/FFL_PushButton.cpp", | 713 "fpdfsdk/src/formfiller/FFL_PushButton.cpp", |
719 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", | 714 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", |
720 "fpdfsdk/src/formfiller/FFL_TextField.cpp", | 715 "fpdfsdk/src/formfiller/FFL_TextField.cpp", |
721 ] | 716 ] |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 "//v8:v8_libplatform", | 782 "//v8:v8_libplatform", |
788 ] | 783 ] |
789 include_dirs += [ | 784 include_dirs += [ |
790 "//v8", | 785 "//v8", |
791 "//v8/include", | 786 "//v8/include", |
792 ] | 787 ] |
793 configs += [ "//v8:external_startup_data" ] | 788 configs += [ "//v8:external_startup_data" ] |
794 } | 789 } |
795 configs += [ ":pdfium_config" ] | 790 configs += [ ":pdfium_config" ] |
796 } | 791 } |
OLD | NEW |