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

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') | athena/wm/window_list_provider_impl.cc » ('J')
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 a8ae58c84a68600b9065d941eb97bcb7af7e45ca..ea40e207e72ac11fd911eb2917f569df3208227e 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -72,8 +72,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',
@@ -83,6 +81,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 @@
'home/home_card_unittest.cc',
'input/accelerator_manager_unittest.cc',
'screen/screen_manager_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') | athena/wm/window_list_provider_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698