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

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: comment 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') | ash/common/shell_common.h » ('J')
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'common/shelf/shelf_item_types.cc', 79 'common/shelf/shelf_item_types.cc',
80 'common/shelf/shelf_item_types.h', 80 'common/shelf/shelf_item_types.h',
81 'common/shelf/shelf_model.cc', 81 'common/shelf/shelf_model.cc',
82 'common/shelf/shelf_model.h', 82 'common/shelf/shelf_model.h',
83 'common/shelf/shelf_model_observer.h', 83 'common/shelf/shelf_model_observer.h',
84 'common/shelf/shelf_types.h', 84 'common/shelf/shelf_types.h',
85 'common/shelf/wm_shelf.h', 85 'common/shelf/wm_shelf.h',
86 'common/shelf/wm_shelf_observer.h', 86 'common/shelf/wm_shelf_observer.h',
87 'common/shelf/wm_shelf_util.cc', 87 'common/shelf/wm_shelf_util.cc',
88 'common/shelf/wm_shelf_util.h', 88 'common/shelf/wm_shelf_util.h',
89 'common/shell_common.cc',
90 'common/shell_common.h',
89 'common/shell_window_ids.cc', 91 'common/shell_window_ids.cc',
90 'common/shell_window_ids.h', 92 'common/shell_window_ids.h',
91 'common/wm/always_on_top_controller.cc', 93 'common/wm/always_on_top_controller.cc',
92 'common/wm/always_on_top_controller.h', 94 'common/wm/always_on_top_controller.h',
93 'common/wm/background_animator.cc', 95 'common/wm/background_animator.cc',
94 'common/wm/background_animator.h', 96 'common/wm/background_animator.h',
95 'common/wm/container_finder.cc', 97 'common/wm/container_finder.cc',
96 'common/wm/container_finder.h', 98 'common/wm/container_finder.h',
97 'common/wm/default_state.cc', 99 'common/wm/default_state.cc',
98 'common/wm/default_state.h', 100 'common/wm/default_state.h',
(...skipping 1346 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') | ash/common/shell_common.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698