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

Unified Diff: 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: Remove include 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 | « no previous file | base/base.gypi » ('j') | base/win/osk_display_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 04201e51a23daf4bd3bd45a5405889f25845defd..cccb41700b72db62a77370c5cff8d1433fac8d34 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -960,6 +960,8 @@ component("base") {
"win/message_window.h",
"win/object_watcher.cc",
"win/object_watcher.h",
+ "win/osk_display_manager.cc",
+ "win/osk_display_manager.h",
"win/process_startup_helper.cc",
"win/process_startup_helper.h",
"win/registry.cc",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/win/osk_display_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698