| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 static_library("fpdfapi") { | 238 static_library("fpdfapi") { |
| 239 sources = [ | 239 sources = [ |
| 240 "core/include/fpdfapi/fpdf_module.h", | 240 "core/include/fpdfapi/fpdf_module.h", |
| 241 "core/include/fpdfapi/fpdf_objects.h", | 241 "core/include/fpdfapi/fpdf_objects.h", |
| 242 "core/include/fpdfapi/fpdf_page.h", | 242 "core/include/fpdfapi/fpdf_page.h", |
| 243 "core/include/fpdfapi/fpdf_pageobj.h", | 243 "core/include/fpdfapi/fpdf_pageobj.h", |
| 244 "core/include/fpdfapi/fpdf_parser.h", | 244 "core/include/fpdfapi/fpdf_parser.h", |
| 245 "core/include/fpdfapi/fpdf_render.h", | 245 "core/include/fpdfapi/fpdf_render.h", |
| 246 "core/include/fpdfapi/fpdf_resource.h", | 246 "core/include/fpdfapi/fpdf_resource.h", |
| 247 "core/include/fpdfapi/fpdf_serial.h", | 247 "core/include/fpdfapi/fpdf_serial.h", |
| 248 "core/include/fpdfapi/fpdfapi.h", | |
| 249 "core/src/fpdfapi/fpdf_basic_module.cpp", | 248 "core/src/fpdfapi/fpdf_basic_module.cpp", |
| 250 "core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", | 249 "core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp", |
| 251 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", | 250 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-H_0.cpp", |
| 252 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp", | 251 "core/src/fpdfapi/fpdf_cmaps/CNS1/B5pc-V_0.cpp", |
| 253 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp", | 252 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-H_0.cpp", |
| 254 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp", | 253 "core/src/fpdfapi/fpdf_cmaps/CNS1/CNS-EUC-V_0.cpp", |
| 255 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp", | 254 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-H_0.cpp", |
| 256 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp", | 255 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETen-B5-V_0.cpp", |
| 257 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp", | 256 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-H_0.cpp", |
| 258 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp", | 257 "core/src/fpdfapi/fpdf_cmaps/CNS1/ETenms-B5-V_0.cpp", |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 ] | 612 ] |
| 614 configs -= [ "//build/config/win:lean_and_mean" ] | 613 configs -= [ "//build/config/win:lean_and_mean" ] |
| 615 } | 614 } |
| 616 } | 615 } |
| 617 | 616 |
| 618 static_library("fxedit") { | 617 static_library("fxedit") { |
| 619 sources = [ | 618 sources = [ |
| 620 "fpdfsdk/include/fxedit/fx_edit.h", | 619 "fpdfsdk/include/fxedit/fx_edit.h", |
| 621 "fpdfsdk/include/fxedit/fxet_edit.h", | 620 "fpdfsdk/include/fxedit/fxet_edit.h", |
| 622 "fpdfsdk/include/fxedit/fxet_list.h", | 621 "fpdfsdk/include/fxedit/fxet_list.h", |
| 623 "fpdfsdk/include/fxedit/fxet_stub.h", | |
| 624 "fpdfsdk/src/fxedit/fxet_ap.cpp", | 622 "fpdfsdk/src/fxedit/fxet_ap.cpp", |
| 625 "fpdfsdk/src/fxedit/fxet_edit.cpp", | 623 "fpdfsdk/src/fxedit/fxet_edit.cpp", |
| 626 "fpdfsdk/src/fxedit/fxet_list.cpp", | 624 "fpdfsdk/src/fxedit/fxet_list.cpp", |
| 627 "fpdfsdk/src/fxedit/fxet_module.cpp", | 625 "fpdfsdk/src/fxedit/fxet_module.cpp", |
| 628 "fpdfsdk/src/fxedit/fxet_pageobjs.cpp", | 626 "fpdfsdk/src/fxedit/fxet_pageobjs.cpp", |
| 629 ] | 627 ] |
| 630 configs += [ ":pdfium_config" ] | 628 configs += [ ":pdfium_config" ] |
| 631 } | 629 } |
| 632 | 630 |
| 633 static_library("pdfwindow") { | 631 static_library("pdfwindow") { |
| 634 sources = [ | 632 sources = [ |
| 635 "fpdfsdk/include/pdfwindow/IPDFWindow.h", | |
| 636 "fpdfsdk/include/pdfwindow/PDFWindow.h", | |
| 637 "fpdfsdk/include/pdfwindow/PWL_Button.h", | 633 "fpdfsdk/include/pdfwindow/PWL_Button.h", |
| 638 "fpdfsdk/include/pdfwindow/PWL_Caret.h", | 634 "fpdfsdk/include/pdfwindow/PWL_Caret.h", |
| 639 "fpdfsdk/include/pdfwindow/PWL_ComboBox.h", | 635 "fpdfsdk/include/pdfwindow/PWL_ComboBox.h", |
| 640 "fpdfsdk/include/pdfwindow/PWL_Edit.h", | 636 "fpdfsdk/include/pdfwindow/PWL_Edit.h", |
| 641 "fpdfsdk/include/pdfwindow/PWL_EditCtrl.h", | 637 "fpdfsdk/include/pdfwindow/PWL_EditCtrl.h", |
| 642 "fpdfsdk/include/pdfwindow/PWL_FontMap.h", | 638 "fpdfsdk/include/pdfwindow/PWL_FontMap.h", |
| 643 "fpdfsdk/include/pdfwindow/PWL_Icon.h", | 639 "fpdfsdk/include/pdfwindow/PWL_Icon.h", |
| 644 "fpdfsdk/include/pdfwindow/PWL_IconList.h", | 640 "fpdfsdk/include/pdfwindow/PWL_IconList.h", |
| 645 "fpdfsdk/include/pdfwindow/PWL_Label.h", | 641 "fpdfsdk/include/pdfwindow/PWL_Label.h", |
| 646 "fpdfsdk/include/pdfwindow/PWL_ListBox.h", | 642 "fpdfsdk/include/pdfwindow/PWL_ListBox.h", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 sources = [ | 734 sources = [ |
| 739 "fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h", | 735 "fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h", |
| 740 "fpdfsdk/include/formfiller/FFL_CheckBox.h", | 736 "fpdfsdk/include/formfiller/FFL_CheckBox.h", |
| 741 "fpdfsdk/include/formfiller/FFL_ComboBox.h", | 737 "fpdfsdk/include/formfiller/FFL_ComboBox.h", |
| 742 "fpdfsdk/include/formfiller/FFL_FormFiller.h", | 738 "fpdfsdk/include/formfiller/FFL_FormFiller.h", |
| 743 "fpdfsdk/include/formfiller/FFL_IFormFiller.h", | 739 "fpdfsdk/include/formfiller/FFL_IFormFiller.h", |
| 744 "fpdfsdk/include/formfiller/FFL_ListBox.h", | 740 "fpdfsdk/include/formfiller/FFL_ListBox.h", |
| 745 "fpdfsdk/include/formfiller/FFL_PushButton.h", | 741 "fpdfsdk/include/formfiller/FFL_PushButton.h", |
| 746 "fpdfsdk/include/formfiller/FFL_RadioButton.h", | 742 "fpdfsdk/include/formfiller/FFL_RadioButton.h", |
| 747 "fpdfsdk/include/formfiller/FFL_TextField.h", | 743 "fpdfsdk/include/formfiller/FFL_TextField.h", |
| 748 "fpdfsdk/include/formfiller/FormFiller.h", | |
| 749 "fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp", | 744 "fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp", |
| 750 "fpdfsdk/src/formfiller/FFL_CheckBox.cpp", | 745 "fpdfsdk/src/formfiller/FFL_CheckBox.cpp", |
| 751 "fpdfsdk/src/formfiller/FFL_ComboBox.cpp", | 746 "fpdfsdk/src/formfiller/FFL_ComboBox.cpp", |
| 752 "fpdfsdk/src/formfiller/FFL_FormFiller.cpp", | 747 "fpdfsdk/src/formfiller/FFL_FormFiller.cpp", |
| 753 "fpdfsdk/src/formfiller/FFL_IFormFiller.cpp", | 748 "fpdfsdk/src/formfiller/FFL_IFormFiller.cpp", |
| 754 "fpdfsdk/src/formfiller/FFL_ListBox.cpp", | 749 "fpdfsdk/src/formfiller/FFL_ListBox.cpp", |
| 755 "fpdfsdk/src/formfiller/FFL_PushButton.cpp", | 750 "fpdfsdk/src/formfiller/FFL_PushButton.cpp", |
| 756 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", | 751 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", |
| 757 "fpdfsdk/src/formfiller/FFL_TextField.cpp", | 752 "fpdfsdk/src/formfiller/FFL_TextField.cpp", |
| 758 ] | 753 ] |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1529 "//v8:v8_libplatform", | 1524 "//v8:v8_libplatform", |
| 1530 ] | 1525 ] |
| 1531 include_dirs += [ | 1526 include_dirs += [ |
| 1532 "//v8", | 1527 "//v8", |
| 1533 "//v8/include", | 1528 "//v8/include", |
| 1534 ] | 1529 ] |
| 1535 configs += [ "//v8:external_startup_data" ] | 1530 configs += [ "//v8:external_startup_data" ] |
| 1536 } | 1531 } |
| 1537 configs += [ ":pdfium_config" ] | 1532 configs += [ ":pdfium_config" ] |
| 1538 } | 1533 } |
| OLD | NEW |