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

Unified Diff: ui/wm/wm.gyp

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
« no previous file with comments | « ui/wm/public/dispatcher_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/wm.gyp
diff --git a/ui/wm/wm.gyp b/ui/wm/wm.gyp
index 28a8cb28f4ef9bb757d4c2c6dc3f6c1782fcaa4c..685c9769addeafff755f4935d1f68bb69e29f73a 100644
--- a/ui/wm/wm.gyp
+++ b/ui/wm/wm.gyp
@@ -60,13 +60,6 @@
'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',
@@ -100,15 +93,6 @@
'../../build/linux/system.gyp:x11',
],
}],
- ['OS=="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',
- ],
- }],
],
},
{
@@ -154,7 +138,6 @@
'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/wm/public/dispatcher_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698