OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |