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

Side by Side Diff: ash/ash.gyp

Issue 2033843003: Makes ash/mus use RootWindowControllerCommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_mash_wm
Patch Set: merge fail 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_window_aura.cc » ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'cast_config_delegate.h', 63 'cast_config_delegate.h',
64 'common/root_window_controller_common.cc', 64 'common/root_window_controller_common.cc',
65 'common/root_window_controller_common.h', 65 'common/root_window_controller_common.h',
66 'common/shelf/shelf_constants.cc', 66 'common/shelf/shelf_constants.cc',
67 'common/shelf/shelf_constants.h', 67 'common/shelf/shelf_constants.h',
68 'common/shelf/shelf_types.h', 68 'common/shelf/shelf_types.h',
69 'common/shelf/wm_shelf.h', 69 'common/shelf/wm_shelf.h',
70 'common/shelf/wm_shelf_observer.h', 70 'common/shelf/wm_shelf_observer.h',
71 'common/shelf/wm_shelf_util.cc', 71 'common/shelf/wm_shelf_util.cc',
72 'common/shelf/wm_shelf_util.h', 72 'common/shelf/wm_shelf_util.h',
73 'common/shell_window_ids.cc',
73 'common/shell_window_ids.h', 74 'common/shell_window_ids.h',
74 'common/wm/always_on_top_controller.cc', 75 'common/wm/always_on_top_controller.cc',
75 'common/wm/always_on_top_controller.h', 76 'common/wm/always_on_top_controller.h',
76 'common/wm/background_animator.cc', 77 'common/wm/background_animator.cc',
77 'common/wm/background_animator.h', 78 'common/wm/background_animator.h',
78 'common/wm/container_finder.cc', 79 'common/wm/container_finder.cc',
79 'common/wm/container_finder.h', 80 'common/wm/container_finder.h',
80 'common/wm/default_state.cc', 81 'common/wm/default_state.cc',
81 'common/wm/default_state.h', 82 'common/wm/default_state.h',
82 'common/wm/default_window_resizer.cc', 83 'common/wm/default_window_resizer.cc',
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1441 ], 1442 ],
1442 } 1443 }
1443 ], 1444 ],
1444 ], 1445 ],
1445 }, 1446 },
1446 ], 1447 ],
1447 }], 1448 }],
1448 ], 1449 ],
1449 } 1450 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698