OLD | NEW |
1 # Copyright (c) 2011 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 }, | 8 }, |
9 | 9 |
10 'targets': [ | 10 'targets': [ |
11 { | 11 { |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'wm/default_container_event_filter.h', | 107 'wm/default_container_event_filter.h', |
108 'wm/default_container_layout_manager.cc', | 108 'wm/default_container_layout_manager.cc', |
109 'wm/default_container_layout_manager.h', | 109 'wm/default_container_layout_manager.h', |
110 'wm/image_grid.cc', | 110 'wm/image_grid.cc', |
111 'wm/image_grid.h', | 111 'wm/image_grid.h', |
112 'wm/modal_container_layout_manager.cc', | 112 'wm/modal_container_layout_manager.cc', |
113 'wm/modal_container_layout_manager.h', | 113 'wm/modal_container_layout_manager.h', |
114 'wm/modality_event_filter.cc', | 114 'wm/modality_event_filter.cc', |
115 'wm/modality_event_filter.h', | 115 'wm/modality_event_filter.h', |
116 'wm/modality_event_filter_delegate.h', | 116 'wm/modality_event_filter_delegate.h', |
| 117 'wm/power_button_controller.cc', |
| 118 'wm/power_button_controller.h', |
117 'wm/property_util.cc', | 119 'wm/property_util.cc', |
118 'wm/property_util.h', | 120 'wm/property_util.h', |
119 'wm/root_window_event_filter.cc', | 121 'wm/root_window_event_filter.cc', |
120 'wm/root_window_event_filter.h', | 122 'wm/root_window_event_filter.h', |
121 'wm/root_window_layout_manager.cc', | 123 'wm/root_window_layout_manager.cc', |
122 'wm/root_window_layout_manager.h', | 124 'wm/root_window_layout_manager.h', |
123 'wm/shadow.cc', | 125 'wm/shadow.cc', |
124 'wm/shadow.h', | 126 'wm/shadow.h', |
125 'wm/shadow_controller.cc', | 127 'wm/shadow_controller.cc', |
126 'wm/shadow_controller.h', | 128 'wm/shadow_controller.h', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 'test/test_activation_delegate.h', | 195 'test/test_activation_delegate.h', |
194 'test/test_shell_delegate.cc', | 196 'test/test_shell_delegate.cc', |
195 'test/test_shell_delegate.h', | 197 'test/test_shell_delegate.h', |
196 'test/test_suite.cc', | 198 'test/test_suite.cc', |
197 'test/test_suite.h', | 199 'test/test_suite.h', |
198 'tooltips/tooltip_controller_unittest.cc', | 200 'tooltips/tooltip_controller_unittest.cc', |
199 'wm/activation_controller_unittest.cc', | 201 'wm/activation_controller_unittest.cc', |
200 'wm/default_container_layout_manager_unittest.cc', | 202 'wm/default_container_layout_manager_unittest.cc', |
201 'wm/image_grid_unittest.cc', | 203 'wm/image_grid_unittest.cc', |
202 'wm/modal_container_layout_manager_unittest.cc', | 204 'wm/modal_container_layout_manager_unittest.cc', |
| 205 'wm/power_button_controller_unittest.cc', |
203 'wm/root_window_event_filter_unittest.cc', | 206 'wm/root_window_event_filter_unittest.cc', |
204 'wm/shadow_controller_unittest.cc', | 207 'wm/shadow_controller_unittest.cc', |
205 'wm/shelf_layout_manager_unittest.cc', | 208 'wm/shelf_layout_manager_unittest.cc', |
206 'wm/toplevel_layout_manager_unittest.cc', | 209 'wm/toplevel_layout_manager_unittest.cc', |
207 'wm/toplevel_window_event_filter_unittest.cc', | 210 'wm/toplevel_window_event_filter_unittest.cc', |
208 'wm/workspace_controller_unittest.cc', | 211 'wm/workspace_controller_unittest.cc', |
209 'wm/workspace/workspace_manager_unittest.cc', | 212 'wm/workspace/workspace_manager_unittest.cc', |
210 | 213 |
211 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 214 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
212 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 215 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 'shell/window_type_launcher.cc', | 265 'shell/window_type_launcher.cc', |
263 'shell/window_type_launcher.h', | 266 'shell/window_type_launcher.h', |
264 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 267 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
265 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 268 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
266 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 269 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
267 '../ui/views/test/test_views_delegate.cc', | 270 '../ui/views/test/test_views_delegate.cc', |
268 ], | 271 ], |
269 }, | 272 }, |
270 ], | 273 ], |
271 } | 274 } |
OLD | NEW |