Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: ui/base/BUILD.gn

Issue 1986153005: The on screen keyboard on Windows 8+ should not obscure the input field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address sky unittest review comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/render_widget_host_view.h ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 21ec1087f3a99938d18ccd4b7f0899348e874821..6256fac621ca03969aa7fc3ee8197ec772204e49 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -279,6 +279,9 @@ component("base") {
"win/mouse_wheel_util.h",
"win/open_file_name_win.cc",
"win/open_file_name_win.h",
+ "win/osk_display_manager.cc",
+ "win/osk_display_manager.h",
+ "win/osk_display_observer.h",
"win/scoped_ole_initializer.cc",
"win/scoped_ole_initializer.h",
"win/shell.cc",
@@ -847,6 +850,7 @@ test("ui_base_unittests") {
"dragdrop/os_exchange_data_win_unittest.cc",
"win/hwnd_subclass_unittest.cc",
"win/open_file_name_win_unittest.cc",
+ "win/osk_display_manager_unittest.cc",
]
ldflags = [
« no previous file with comments | « content/public/browser/render_widget_host_view.h ('k') | ui/base/ui_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698