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

Side by Side Diff: ash/ash.gyp

Issue 2041423002: Moves MruWindowTracker to WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_mru_window_tracker
Patch Set: wm Created 4 years, 6 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
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'common/wm_activation_observer.h', 166 'common/wm_activation_observer.h',
167 'common/wm_display_observer.h', 167 'common/wm_display_observer.h',
168 'common/wm_layout_manager.h', 168 'common/wm_layout_manager.h',
169 'common/wm_lookup.cc', 169 'common/wm_lookup.cc',
170 'common/wm_lookup.h', 170 'common/wm_lookup.h',
171 'common/wm_overview_mode_observer.h', 171 'common/wm_overview_mode_observer.h',
172 'common/wm_root_window_controller.h', 172 'common/wm_root_window_controller.h',
173 'common/wm_root_window_controller_observer.h', 173 'common/wm_root_window_controller_observer.h',
174 'common/wm_shell.cc', 174 'common/wm_shell.cc',
175 'common/wm_shell.h', 175 'common/wm_shell.h',
176 'common/wm_shell_common.cc',
177 'common/wm_shell_common.h',
176 'common/wm_window.h', 178 'common/wm_window.h',
177 'common/wm_window_observer.h', 179 'common/wm_window_observer.h',
178 'common/wm_window_property.h', 180 'common/wm_window_property.h',
179 'common/wm_window_tracker.h', 181 'common/wm_window_tracker.h',
180 'container_delegate.h', 182 'container_delegate.h',
181 'container_delegate_aura.cc', 183 'container_delegate_aura.cc',
182 'container_delegate_aura.h', 184 'container_delegate_aura.h',
183 'debug.cc', 185 'debug.cc',
184 'debug.h', 186 'debug.h',
185 'default_user_wallpaper_delegate.cc', 187 'default_user_wallpaper_delegate.cc',
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1446 ], 1448 ],
1447 } 1449 }
1448 ], 1450 ],
1449 ], 1451 ],
1450 }, 1452 },
1451 ], 1453 ],
1452 }], 1454 }],
1453 ], 1455 ],
1454 } 1456 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698