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

Side by Side Diff: athena/athena.gyp

Issue 480293003: Adding functions to the window_list_provider for accessing the activities window list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 6 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | athena/wm/window_list_provider_impl_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'system/status_icon_container_view.h', 100 'system/status_icon_container_view.h',
101 'system/time_view.cc', 101 'system/time_view.cc',
102 'system/time_view.h', 102 'system/time_view.h',
103 'system/public/system_ui.h', 103 'system/public/system_ui.h',
104 'system/system_ui_impl.cc', 104 'system/system_ui_impl.cc',
105 'wm/bezel_controller.cc', 105 'wm/bezel_controller.cc',
106 'wm/bezel_controller.h', 106 'wm/bezel_controller.h',
107 'wm/overview_toolbar.cc', 107 'wm/overview_toolbar.cc',
108 'wm/overview_toolbar.h', 108 'wm/overview_toolbar.h',
109 'wm/public/window_list_provider.h', 109 'wm/public/window_list_provider.h',
110 'wm/public/window_list_provider_observer.h',
110 'wm/public/window_manager.h', 111 'wm/public/window_manager.h',
111 'wm/public/window_manager_observer.h', 112 'wm/public/window_manager_observer.h',
112 'wm/split_view_controller.cc', 113 'wm/split_view_controller.cc',
113 'wm/split_view_controller.h', 114 'wm/split_view_controller.h',
114 'wm/title_drag_controller.cc', 115 'wm/title_drag_controller.cc',
115 'wm/title_drag_controller.h', 116 'wm/title_drag_controller.h',
116 'wm/window_list_provider_impl.cc', 117 'wm/window_list_provider_impl.cc',
117 'wm/window_list_provider_impl.h', 118 'wm/window_list_provider_impl.h',
118 'wm/window_manager_impl.cc', 119 'wm/window_manager_impl.cc',
119 'wm/window_overview_mode.cc', 120 'wm/window_overview_mode.cc',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'screen/screen_manager_unittest.cc', 254 'screen/screen_manager_unittest.cc',
254 'test/athena_unittests.cc', 255 'test/athena_unittests.cc',
255 'wm/split_view_controller_unittest.cc', 256 'wm/split_view_controller_unittest.cc',
256 'wm/window_list_provider_impl_unittest.cc', 257 'wm/window_list_provider_impl_unittest.cc',
257 'wm/window_manager_unittest.cc', 258 'wm/window_manager_unittest.cc',
258 ], 259 ],
259 } 260 }
260 ], 261 ],
261 } 262 }
262 263
OLDNEW
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | athena/wm/window_list_provider_impl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698