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

Unified Diff: athena/athena.gyp

Issue 470083004: athena: A simpler implementation of WindowListProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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 | athena/wm/mru_window_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 343a6e8af8a91016ed54b5462565a4207c136aff..51fde087559ea489c30cc0270001f65ef7a7dce7 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -71,8 +71,6 @@
'system/system_ui_impl.cc',
'wm/bezel_controller.cc',
'wm/bezel_controller.h',
- 'wm/mru_window_tracker.cc',
- 'wm/mru_window_tracker.h',
'wm/overview_toolbar.cc',
'wm/overview_toolbar.h',
'wm/public/window_list_provider.h',
@@ -82,6 +80,8 @@
'wm/split_view_controller.h',
'wm/title_drag_controller.cc',
'wm/title_drag_controller.h',
+ 'wm/window_list_provider_impl.cc',
+ 'wm/window_list_provider_impl.h',
'wm/window_manager_impl.cc',
'wm/window_overview_mode.cc',
'wm/window_overview_mode.h',
@@ -176,6 +176,7 @@
'input/accelerator_manager_unittest.cc',
'screen/screen_manager_unittest.cc',
'wm/split_view_controller_unittest.cc',
+ 'wm/window_list_provider_impl_unittest.cc',
'wm/window_manager_unittest.cc',
],
}
« no previous file with comments | « no previous file | athena/wm/mru_window_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698