OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': [ |
(...skipping 21 matching lines...) Expand all Loading... |
32 'AURA_SHELL_IMPLEMENTATION', | 32 'AURA_SHELL_IMPLEMENTATION', |
33 ], | 33 ], |
34 'sources': [ | 34 'sources': [ |
35 # All .cc, .h under views, except unittests | 35 # All .cc, .h under views, except unittests |
36 'activation_controller.cc', | 36 'activation_controller.cc', |
37 'activation_controller.h', | 37 'activation_controller.h', |
38 'always_on_top_controller.cc', | 38 'always_on_top_controller.cc', |
39 'always_on_top_controller.h', | 39 'always_on_top_controller.h', |
40 'app_list.cc', | 40 'app_list.cc', |
41 'app_list.h', | 41 'app_list.h', |
| 42 'aura_shell_switches.cc', |
| 43 'aura_shell_switches.h', |
42 'default_container_event_filter.cc', | 44 'default_container_event_filter.cc', |
43 'default_container_event_filter.h', | 45 'default_container_event_filter.h', |
44 'default_container_layout_manager.cc', | 46 'default_container_layout_manager.cc', |
45 'default_container_layout_manager.h', | 47 'default_container_layout_manager.h', |
46 'desktop_background_view.cc', | 48 'desktop_background_view.cc', |
47 'desktop_background_view.h', | 49 'desktop_background_view.h', |
48 'root_window_event_filter.cc', | 50 'root_window_event_filter.cc', |
49 'root_window_event_filter.h', | 51 'root_window_event_filter.h', |
50 'root_window_layout_manager.cc', | 52 'root_window_layout_manager.cc', |
51 'root_window_layout_manager.h', | 53 'root_window_layout_manager.h', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 'examples/widgets.cc', | 228 'examples/widgets.cc', |
227 'examples/window_type_launcher.cc', | 229 'examples/window_type_launcher.cc', |
228 'examples/window_type_launcher.h', | 230 'examples/window_type_launcher.h', |
229 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 231 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
230 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 232 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
231 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 233 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
232 ], | 234 ], |
233 }, | 235 }, |
234 ], | 236 ], |
235 } | 237 } |
OLD | NEW |