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

Side by Side Diff: ash/ash.gyp

Issue 2032253003: mash: Move wm_shelf_types.h into shelf_types.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveshelfconstants
Patch Set: Rebase 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/common/shelf/shelf_types.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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'common/wm/fullscreen_window_finder.cc', 91 'common/wm/fullscreen_window_finder.cc',
92 'common/wm/fullscreen_window_finder.h', 92 'common/wm/fullscreen_window_finder.h',
93 'common/wm/panels/panel_layout_manager.cc', 93 'common/wm/panels/panel_layout_manager.cc',
94 'common/wm/panels/panel_layout_manager.h', 94 'common/wm/panels/panel_layout_manager.h',
95 'common/wm/panels/panel_window_resizer.cc', 95 'common/wm/panels/panel_window_resizer.cc',
96 'common/wm/panels/panel_window_resizer.h', 96 'common/wm/panels/panel_window_resizer.h',
97 'common/wm/root_window_finder.cc', 97 'common/wm/root_window_finder.cc',
98 'common/wm/root_window_finder.h', 98 'common/wm/root_window_finder.h',
99 'common/wm/root_window_layout_manager.cc', 99 'common/wm/root_window_layout_manager.cc',
100 'common/wm/root_window_layout_manager.h', 100 'common/wm/root_window_layout_manager.h',
101 'common/wm/shelf/wm_shelf_types.h',
102 'common/wm/switchable_windows.cc', 101 'common/wm/switchable_windows.cc',
103 'common/wm/switchable_windows.h', 102 'common/wm/switchable_windows.h',
104 'common/wm/window_animation_types.h', 103 'common/wm/window_animation_types.h',
105 'common/wm/window_parenting_utils.cc', 104 'common/wm/window_parenting_utils.cc',
106 'common/wm/window_parenting_utils.h', 105 'common/wm/window_parenting_utils.h',
107 'common/wm/window_positioner.cc', 106 'common/wm/window_positioner.cc',
108 'common/wm/window_positioner.h', 107 'common/wm/window_positioner.h',
109 'common/wm/window_positioning_utils.cc', 108 'common/wm/window_positioning_utils.cc',
110 'common/wm/window_positioning_utils.h', 109 'common/wm/window_positioning_utils.h',
111 'common/wm/window_resizer.cc', 110 'common/wm/window_resizer.cc',
(...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1440 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1442 ], 1441 ],
1443 } 1442 }
1444 ], 1443 ],
1445 ], 1444 ],
1446 }, 1445 },
1447 ], 1446 ],
1448 }], 1447 }],
1449 ], 1448 ],
1450 } 1449 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/shelf/shelf_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698