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

Unified Diff: ui/wm/BUILD.gn

Issue 1647933002: ash/wm: Remove dead code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 858183e7bc13c6834dcbfd96acf9557fdafa8645..22fb3c1294a2a040ab6b93e3b345a1537c988330 100644
--- a/ui/wm/BUILD.gn
+++ b/ui/wm/BUILD.gn
@@ -35,13 +35,6 @@ component("wm") {
"core/masked_window_targeter.h",
"core/native_cursor_manager.h",
"core/native_cursor_manager_delegate.h",
- "core/nested_accelerator_controller.cc",
- "core/nested_accelerator_controller.h",
- "core/nested_accelerator_delegate.h",
- "core/nested_accelerator_dispatcher.cc",
- "core/nested_accelerator_dispatcher.h",
- "core/nested_accelerator_dispatcher_linux.cc",
- "core/nested_accelerator_dispatcher_win.cc",
"core/shadow.cc",
"core/shadow.h",
"core/shadow_controller.cc",
@@ -93,16 +86,6 @@ component("wm") {
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
}
-
- if (is_android) {
- sources -= [
- "core/nested_accelerator_controller.cc",
- "core/nested_accelerator_controller.h",
- "core/nested_accelerator_delegate.h",
- "core/nested_accelerator_dispatcher.cc",
- "core/nested_accelerator_dispatcher.h",
- ]
- }
}
static_library("test_support") {
@@ -140,7 +123,6 @@ test("wm_unittests") {
"core/cursor_manager_unittest.cc",
"core/focus_controller_unittest.cc",
"core/image_grid_unittest.cc",
- "core/nested_accelerator_controller_unittest.cc",
"core/shadow_controller_unittest.cc",
"core/shadow_unittest.cc",
"core/transient_window_manager_unittest.cc",
« no previous file with comments | « ui/views_content_client/views_content_client_main_parts_chromeos.cc ('k') | ui/wm/core/nested_accelerator_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698