diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-25 09:39:30 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-25 13:51:37 +0000 |
commit | c411eb943bb51e16ff4fb5a6ffb06e277ca6a982 (patch) | |
tree | 5f7b57d816cccc2d077d1cdaa40d58f46d11a8f2 /BUILD.gn | |
parent | 54a4214c86bc790cc2a3ae454b1aa709e868fa1a (diff) | |
download | pdfium-c411eb943bb51e16ff4fb5a6ffb06e277ca6a982.tar.xz |
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 <dsinclair@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
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", |