From c411eb943bb51e16ff4fb5a6ffb06e277ca6a982 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 25 Jul 2017 09:39:30 -0400 Subject: Move fpdfsdk/pdfwindow to fpdfsdk/pwl This makes it clearer what the directory contains. Change-Id: I34fc38dd30b8e0f6e057052ea33c8b5a10f1b9c3 Reviewed-on: https://pdfium-review.googlesource.com/8791 Commit-Queue: dsinclair Reviewed-by: Henrique Nakashima Reviewed-by: Tom Sepez --- BUILD.gn | 72 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index ebe6c0dc46..9f8c52ae4b 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- cgit v1.2.3