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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 'frame/header_painter_util.cc', | 181 'frame/header_painter_util.cc', |
182 'frame/header_painter_util.h', | 182 'frame/header_painter_util.h', |
183 'gpu_support.h', | 183 'gpu_support.h', |
184 'gpu_support_stub.cc', | 184 'gpu_support_stub.cc', |
185 'gpu_support_stub.h', | 185 'gpu_support_stub.h', |
186 'high_contrast/high_contrast_controller.cc', | 186 'high_contrast/high_contrast_controller.cc', |
187 'high_contrast/high_contrast_controller.h', | 187 'high_contrast/high_contrast_controller.h', |
188 'host/ash_remote_window_tree_host_win.cc', | 188 'host/ash_remote_window_tree_host_win.cc', |
189 'host/ash_remote_window_tree_host_win.h', | 189 'host/ash_remote_window_tree_host_win.h', |
190 'host/ash_window_tree_host.h', | 190 'host/ash_window_tree_host.h', |
| 191 'host/ash_window_tree_host_init_params.cc', |
| 192 'host/ash_window_tree_host_init_params.h', |
191 'host/ash_window_tree_host_ozone.cc', | 193 'host/ash_window_tree_host_ozone.cc', |
192 'host/ash_window_tree_host_win.cc', | 194 'host/ash_window_tree_host_win.cc', |
193 'host/ash_window_tree_host_x11.cc', | 195 'host/ash_window_tree_host_x11.cc', |
194 'host/ash_window_tree_host_x11.h', | 196 'host/ash_window_tree_host_x11.h', |
195 'host/root_window_transformer.h', | 197 'host/root_window_transformer.h', |
196 'host/transformer_helper.cc', | 198 'host/transformer_helper.cc', |
197 'host/transformer_helper.h', | 199 'host/transformer_helper.h', |
198 'ime/candidate_view.cc', | 200 'ime/candidate_view.cc', |
199 'ime/candidate_view.h', | 201 'ime/candidate_view.h', |
200 'ime/candidate_window_view.cc', | 202 'ime/candidate_window_view.cc', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'shelf/shelf_widget.cc', | 287 'shelf/shelf_widget.cc', |
286 'shelf/shelf_widget.h', | 288 'shelf/shelf_widget.h', |
287 'shelf/shelf_window_watcher.cc', | 289 'shelf/shelf_window_watcher.cc', |
288 'shelf/shelf_window_watcher.h', | 290 'shelf/shelf_window_watcher.h', |
289 'shelf/shelf_window_watcher_item_delegate.cc', | 291 'shelf/shelf_window_watcher_item_delegate.cc', |
290 'shelf/shelf_window_watcher_item_delegate.h', | 292 'shelf/shelf_window_watcher_item_delegate.h', |
291 'shell.cc', | 293 'shell.cc', |
292 'shell.h', | 294 'shell.h', |
293 'shell_delegate.h', | 295 'shell_delegate.h', |
294 'shell_factory.h', | 296 'shell_factory.h', |
| 297 'shell_init_params.cc', |
| 298 'shell_init_params.h', |
295 'shell_window_ids.h', | 299 'shell_window_ids.h', |
296 'sticky_keys/sticky_keys_state.h', | 300 'sticky_keys/sticky_keys_state.h', |
297 'sticky_keys/sticky_keys_controller.cc', | 301 'sticky_keys/sticky_keys_controller.cc', |
298 'sticky_keys/sticky_keys_controller.h', | 302 'sticky_keys/sticky_keys_controller.h', |
299 'sticky_keys/sticky_keys_overlay.cc', | 303 'sticky_keys/sticky_keys_overlay.cc', |
300 'sticky_keys/sticky_keys_overlay.h', | 304 'sticky_keys/sticky_keys_overlay.h', |
301 'switchable_windows.cc', | 305 'switchable_windows.cc', |
302 'switchable_windows.h', | 306 'switchable_windows.h', |
303 'system/audio/audio_observer.h', | 307 'system/audio/audio_observer.h', |
304 'system/audio/tray_audio.cc', | 308 'system/audio/tray_audio.cc', |
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1205 'ash_shell_lib', | 1209 'ash_shell_lib', |
1206 'ash_test_support', | 1210 'ash_test_support', |
1207 ], | 1211 ], |
1208 'sources': [ | 1212 'sources': [ |
1209 'shell/window_watcher_unittest.cc', | 1213 'shell/window_watcher_unittest.cc', |
1210 'test/ash_unittests.cc', | 1214 'test/ash_unittests.cc', |
1211 ], | 1215 ], |
1212 }, | 1216 }, |
1213 ], | 1217 ], |
1214 } | 1218 } |
OLD | NEW |