diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 72 |
1 files changed, 36 insertions, 36 deletions
@@ -189,7 +189,7 @@ static_library("pdfium") { ":fxcrt", ":fxge", ":javascript", - ":pdfwindow", + ":pwl", "third_party:bigint", "third_party:pdfium_base", ] @@ -1076,40 +1076,40 @@ static_library("fxge") { } } -static_library("pdfwindow") { +static_library("pwl") { sources = [ - "fpdfsdk/pdfwindow/cpwl_appstream.cpp", - "fpdfsdk/pdfwindow/cpwl_appstream.h", - "fpdfsdk/pdfwindow/cpwl_button.cpp", - "fpdfsdk/pdfwindow/cpwl_button.h", - "fpdfsdk/pdfwindow/cpwl_caret.cpp", - "fpdfsdk/pdfwindow/cpwl_caret.h", - "fpdfsdk/pdfwindow/cpwl_combo_box.cpp", - "fpdfsdk/pdfwindow/cpwl_combo_box.h", - "fpdfsdk/pdfwindow/cpwl_edit.cpp", - "fpdfsdk/pdfwindow/cpwl_edit.h", - "fpdfsdk/pdfwindow/cpwl_edit_ctrl.cpp", - "fpdfsdk/pdfwindow/cpwl_edit_ctrl.h", - "fpdfsdk/pdfwindow/cpwl_edit_impl.cpp", - "fpdfsdk/pdfwindow/cpwl_edit_impl.h", - "fpdfsdk/pdfwindow/cpwl_font_map.cpp", - "fpdfsdk/pdfwindow/cpwl_font_map.h", - "fpdfsdk/pdfwindow/cpwl_icon.cpp", - "fpdfsdk/pdfwindow/cpwl_icon.h", - "fpdfsdk/pdfwindow/cpwl_list_box.cpp", - "fpdfsdk/pdfwindow/cpwl_list_box.h", - "fpdfsdk/pdfwindow/cpwl_list_impl.cpp", - "fpdfsdk/pdfwindow/cpwl_list_impl.h", - "fpdfsdk/pdfwindow/cpwl_scroll_bar.cpp", - "fpdfsdk/pdfwindow/cpwl_scroll_bar.h", - "fpdfsdk/pdfwindow/cpwl_special_button.cpp", - "fpdfsdk/pdfwindow/cpwl_special_button.h", - "fpdfsdk/pdfwindow/cpwl_timer.cpp", - "fpdfsdk/pdfwindow/cpwl_timer.h", - "fpdfsdk/pdfwindow/cpwl_timer_handler.cpp", - "fpdfsdk/pdfwindow/cpwl_timer_handler.h", - "fpdfsdk/pdfwindow/cpwl_wnd.cpp", - "fpdfsdk/pdfwindow/cpwl_wnd.h", + "fpdfsdk/pwl/cpwl_appstream.cpp", + "fpdfsdk/pwl/cpwl_appstream.h", + "fpdfsdk/pwl/cpwl_button.cpp", + "fpdfsdk/pwl/cpwl_button.h", + "fpdfsdk/pwl/cpwl_caret.cpp", + "fpdfsdk/pwl/cpwl_caret.h", + "fpdfsdk/pwl/cpwl_combo_box.cpp", + "fpdfsdk/pwl/cpwl_combo_box.h", + "fpdfsdk/pwl/cpwl_edit.cpp", + "fpdfsdk/pwl/cpwl_edit.h", + "fpdfsdk/pwl/cpwl_edit_ctrl.cpp", + "fpdfsdk/pwl/cpwl_edit_ctrl.h", + "fpdfsdk/pwl/cpwl_edit_impl.cpp", + "fpdfsdk/pwl/cpwl_edit_impl.h", + "fpdfsdk/pwl/cpwl_font_map.cpp", + "fpdfsdk/pwl/cpwl_font_map.h", + "fpdfsdk/pwl/cpwl_icon.cpp", + "fpdfsdk/pwl/cpwl_icon.h", + "fpdfsdk/pwl/cpwl_list_box.cpp", + "fpdfsdk/pwl/cpwl_list_box.h", + "fpdfsdk/pwl/cpwl_list_impl.cpp", + "fpdfsdk/pwl/cpwl_list_impl.h", + "fpdfsdk/pwl/cpwl_scroll_bar.cpp", + "fpdfsdk/pwl/cpwl_scroll_bar.h", + "fpdfsdk/pwl/cpwl_special_button.cpp", + "fpdfsdk/pwl/cpwl_special_button.h", + "fpdfsdk/pwl/cpwl_timer.cpp", + "fpdfsdk/pwl/cpwl_timer.h", + "fpdfsdk/pwl/cpwl_timer_handler.cpp", + "fpdfsdk/pwl/cpwl_timer_handler.h", + "fpdfsdk/pwl/cpwl_wnd.cpp", + "fpdfsdk/pwl/cpwl_wnd.h", ] configs += [ ":pdfium_core_config" ] deps = [ @@ -2009,8 +2009,8 @@ test("pdfium_embeddertests") { "fpdfsdk/fpdfview_c_api_test.h", "fpdfsdk/fpdfview_embeddertest.cpp", "fpdfsdk/fsdk_baseform_embeddertest.cpp", - "fpdfsdk/pdfwindow/cpwl_combo_box_embeddertest.cpp", - "fpdfsdk/pdfwindow/cpwl_edit_embeddertest.cpp", + "fpdfsdk/pwl/cpwl_combo_box_embeddertest.cpp", + "fpdfsdk/pwl/cpwl_edit_embeddertest.cpp", "testing/embedder_test.cpp", "testing/embedder_test.h", "testing/embedder_test_mock_delegate.h", |