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

Unified Diff: ui/wm/BUILD.gn

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed bot failure: cast_shell_linux Created 5 years, 6 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
Index: ui/wm/BUILD.gn
diff --git a/ui/wm/BUILD.gn b/ui/wm/BUILD.gn
index d149b48d08b30fcc889d12f1e796ae7663a33516..421d0a4a5bb8a66b7284d304dc175c653f43e46f 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -31,8 +31,6 @@ component("wm") {
"core/focus_rules.h",
"core/image_grid.cc",
"core/image_grid.h",
- "core/input_method_event_filter.cc",
- "core/input_method_event_filter.h",
"core/masked_window_targeter.cc",
"core/masked_window_targeter.h",
"core/native_cursor_manager.h",
@@ -122,7 +120,6 @@ test("wm_unittests") {
"core/cursor_manager_unittest.cc",
"core/focus_controller_unittest.cc",
"core/image_grid_unittest.cc",
- "core/input_method_event_filter_unittest.cc",
"core/nested_accelerator_controller_unittest.cc",
"core/shadow_controller_unittest.cc",
"core/transient_window_manager_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698