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 15 matching lines...) Expand all Loading... |
26 '../ui.gyp:ui', | 26 '../ui.gyp:ui', |
27 '../ui.gyp:ui_resources', | 27 '../ui.gyp:ui_resources', |
28 '../ui.gyp:ui_resources_standard', | 28 '../ui.gyp:ui_resources_standard', |
29 '../views/views.gyp:views', | 29 '../views/views.gyp:views', |
30 ], | 30 ], |
31 'defines': [ | 31 'defines': [ |
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', | |
37 'activation_controller.h', | |
38 'always_on_top_controller.cc', | |
39 'always_on_top_controller.h', | |
40 'app_list.cc', | 36 'app_list.cc', |
41 'app_list.h', | 37 'app_list.h', |
42 'aura_shell_switches.cc', | 38 'aura_shell_switches.cc', |
43 'aura_shell_switches.h', | 39 'aura_shell_switches.h', |
44 'compact_layout_manager.cc', | 40 'compact_layout_manager.cc', |
45 'compact_layout_manager.h', | 41 'compact_layout_manager.h', |
46 'compact_status_area_layout_manager.cc', | 42 'compact_status_area_layout_manager.cc', |
47 'compact_status_area_layout_manager.h', | 43 'compact_status_area_layout_manager.h', |
48 'default_container_event_filter.cc', | 44 'default_container_event_filter.cc', |
49 'default_container_event_filter.h', | 45 'default_container_event_filter.h', |
50 'default_container_layout_manager.cc', | 46 'default_container_layout_manager.cc', |
51 'default_container_layout_manager.h', | 47 'default_container_layout_manager.h', |
52 'desktop_background_view.cc', | 48 'desktop_background_view.cc', |
53 'desktop_background_view.h', | 49 'desktop_background_view.h', |
54 'root_window_event_filter.cc', | 50 'root_window_event_filter.cc', |
55 'root_window_event_filter.h', | 51 'root_window_event_filter.h', |
56 'root_window_layout_manager.cc', | 52 'root_window_layout_manager.cc', |
57 'root_window_layout_manager.h', | 53 'root_window_layout_manager.h', |
58 'drag_drop_controller.cc', | 54 'drag_drop_controller.cc', |
59 'drag_drop_controller.h', | 55 'drag_drop_controller.h', |
60 'drag_image_view.cc', | 56 'drag_image_view.cc', |
61 'drag_image_view.h', | 57 'drag_image_view.h', |
62 'image_grid.cc', | |
63 'image_grid.h', | |
64 'launcher/app_launcher_button.cc', | 58 'launcher/app_launcher_button.cc', |
65 'launcher/app_launcher_button.h', | 59 'launcher/app_launcher_button.h', |
66 'launcher/launcher.cc', | 60 'launcher/launcher.cc', |
67 'launcher/launcher.h', | 61 'launcher/launcher.h', |
68 'launcher/launcher_model.cc', | 62 'launcher/launcher_model.cc', |
69 'launcher/launcher_model.h', | 63 'launcher/launcher_model.h', |
70 'launcher/launcher_model_observer.h', | 64 'launcher/launcher_model_observer.h', |
71 'launcher/launcher_types.h', | 65 'launcher/launcher_types.h', |
72 'launcher/launcher_view.cc', | 66 'launcher/launcher_view.cc', |
73 'launcher/launcher_view.h', | 67 'launcher/launcher_view.h', |
74 'launcher/tabbed_launcher_button.cc', | 68 'launcher/tabbed_launcher_button.cc', |
75 'launcher/tabbed_launcher_button.h', | 69 'launcher/tabbed_launcher_button.h', |
76 'launcher/view_model.cc', | 70 'launcher/view_model.cc', |
77 'launcher/view_model.h', | 71 'launcher/view_model.h', |
78 'launcher/view_model_utils.cc', | 72 'launcher/view_model_utils.cc', |
79 'launcher/view_model_utils.h', | 73 'launcher/view_model_utils.h', |
80 'modal_container_layout_manager.cc', | |
81 'modal_container_layout_manager.h', | |
82 'modality_event_filter.cc', | |
83 'modality_event_filter.h', | |
84 'modality_event_filter_delegate.h', | |
85 'property_util.cc', | 74 'property_util.cc', |
86 'property_util.h', | 75 'property_util.h', |
87 'shadow.cc', | |
88 'shadow.h', | |
89 'shadow_controller.cc', | |
90 'shadow_controller.h', | |
91 'shadow_types.cc', | |
92 'shadow_types.h', | |
93 'shelf_layout_manager.cc', | 76 'shelf_layout_manager.cc', |
94 'shelf_layout_manager.h', | 77 'shelf_layout_manager.h', |
95 'shell.cc', | 78 'shell.cc', |
96 'shell.h', | 79 'shell.h', |
97 'shell_accelerator_controller.cc', | 80 'shell_accelerator_controller.cc', |
98 'shell_accelerator_controller.h', | 81 'shell_accelerator_controller.h', |
99 'shell_accelerator_filter.cc', | 82 'shell_accelerator_filter.cc', |
100 'shell_accelerator_filter.h', | 83 'shell_accelerator_filter.h', |
101 'shell_delegate.h', | 84 'shell_delegate.h', |
102 'shell_factory.h', | 85 'shell_factory.h', |
103 'shell_window_ids.h', | 86 'shell_window_ids.h', |
104 'show_state_controller.h', | |
105 'show_state_controller.cc', | |
106 'stacking_controller.cc', | |
107 'stacking_controller.h', | |
108 'status_area_layout_manager.cc', | 87 'status_area_layout_manager.cc', |
109 'status_area_layout_manager.h', | 88 'status_area_layout_manager.h', |
110 'status_area_view.cc', | 89 'status_area_view.cc', |
111 'status_area_view.h', | 90 'status_area_view.h', |
112 'tooltip_controller.cc', | 91 'tooltip_controller.cc', |
113 'tooltip_controller.h', | 92 'tooltip_controller.h', |
114 'toplevel_frame_view.cc', | 93 'toplevel_frame_view.cc', |
115 'toplevel_frame_view.h', | 94 'toplevel_frame_view.h', |
116 'toplevel_layout_manager.cc', | 95 'toplevel_layout_manager.cc', |
117 'toplevel_layout_manager.h', | 96 'toplevel_layout_manager.h', |
118 'toplevel_window_event_filter.cc', | 97 'toplevel_window_event_filter.cc', |
119 'toplevel_window_event_filter.h', | 98 'toplevel_window_event_filter.h', |
120 'window_frame.cc', | 99 'window_frame.cc', |
121 'window_frame.h', | 100 'window_frame.h', |
122 'window_properties.cc', | 101 'window_properties.cc', |
123 'window_properties.h', | 102 'window_properties.h', |
124 'window_util.cc', | 103 'window_util.cc', |
125 'window_util.h', | 104 'window_util.h', |
126 'workspace_controller.cc', | 105 'workspace_controller.cc', |
127 'workspace_controller.h', | 106 'workspace_controller.h', |
128 'workspace/workspace.cc', | 107 'workspace/workspace.cc', |
129 'workspace/workspace.h', | 108 'workspace/workspace.h', |
130 'workspace/workspace_manager.cc', | 109 'workspace/workspace_manager.cc', |
131 'workspace/workspace_manager.h', | 110 'workspace/workspace_manager.h', |
132 'workspace/workspace_observer.h', | 111 'workspace/workspace_observer.h', |
| 112 '../../ash/wm/activation_controller.cc', |
| 113 '../../ash/wm/activation_controller.h', |
| 114 '../../ash/wm/always_on_top_controller.cc', |
| 115 '../../ash/wm/always_on_top_controller.h', |
| 116 '../../ash/wm/image_grid.cc', |
| 117 '../../ash/wm/image_grid.h', |
| 118 '../../ash/wm/modal_container_layout_manager.cc', |
| 119 '../../ash/wm/modal_container_layout_manager.h', |
| 120 '../../ash/wm/modality_event_filter.cc', |
| 121 '../../ash/wm/modality_event_filter.h', |
| 122 '../../ash/wm/modality_event_filter_delegate.h', |
| 123 '../../ash/wm/shadow.cc', |
| 124 '../../ash/wm/shadow.h', |
| 125 '../../ash/wm/shadow_controller.cc', |
| 126 '../../ash/wm/shadow_controller.h', |
| 127 '../../ash/wm/shadow_types.cc', |
| 128 '../../ash/wm/shadow_types.h', |
| 129 '../../ash/wm/show_state_controller.h', |
| 130 '../../ash/wm/show_state_controller.cc', |
| 131 '../../ash/wm/stacking_controller.cc', |
| 132 '../../ash/wm/stacking_controller.h', |
133 ], | 133 ], |
134 }, | 134 }, |
135 { | 135 { |
136 'target_name': 'aura_shell_unittests', | 136 'target_name': 'aura_shell_unittests', |
137 'type': 'executable', | 137 'type': 'executable', |
138 'dependencies': [ | 138 'dependencies': [ |
139 '../../base/base.gyp:base', | 139 '../../base/base.gyp:base', |
140 '../../base/base.gyp:test_support_base', | 140 '../../base/base.gyp:test_support_base', |
141 '../../chrome/chrome_resources.gyp:packed_resources', | 141 '../../chrome/chrome_resources.gyp:packed_resources', |
142 '../../build/temp_gyp/googleurl.gyp:googleurl', | 142 '../../build/temp_gyp/googleurl.gyp:googleurl', |
143 '../../skia/skia.gyp:skia', | 143 '../../skia/skia.gyp:skia', |
144 '../../testing/gtest.gyp:gtest', | 144 '../../testing/gtest.gyp:gtest', |
145 '../../third_party/icu/icu.gyp:icui18n', | 145 '../../third_party/icu/icu.gyp:icui18n', |
146 '../../third_party/icu/icu.gyp:icuuc', | 146 '../../third_party/icu/icu.gyp:icuuc', |
147 '../aura/aura.gyp:aura', | 147 '../aura/aura.gyp:aura', |
148 '../aura/aura.gyp:test_support_aura', | 148 '../aura/aura.gyp:test_support_aura', |
149 '../gfx/compositor/compositor.gyp:compositor_test_support', | 149 '../gfx/compositor/compositor.gyp:compositor_test_support', |
150 '../ui.gyp:gfx_resources', | 150 '../ui.gyp:gfx_resources', |
151 '../ui.gyp:ui', | 151 '../ui.gyp:ui', |
152 '../ui.gyp:ui_resources', | 152 '../ui.gyp:ui_resources', |
153 '../ui.gyp:ui_resources_standard', | 153 '../ui.gyp:ui_resources_standard', |
154 '../views/views.gyp:views', | 154 '../views/views.gyp:views', |
155 'aura_shell', | 155 'aura_shell', |
156 ], | 156 ], |
157 'sources': [ | 157 'sources': [ |
158 'activation_controller_unittest.cc', | |
159 'default_container_layout_manager_unittest.cc', | 158 'default_container_layout_manager_unittest.cc', |
160 'root_window_event_filter_unittest.cc', | 159 'root_window_event_filter_unittest.cc', |
161 'drag_drop_controller_unittest.cc', | 160 'drag_drop_controller_unittest.cc', |
162 'image_grid_unittest.cc', | |
163 'launcher/launcher_model_unittest.cc', | 161 'launcher/launcher_model_unittest.cc', |
164 'launcher/launcher_unittest.cc', | 162 'launcher/launcher_unittest.cc', |
165 'launcher/view_model_unittest.cc', | 163 'launcher/view_model_unittest.cc', |
166 'launcher/view_model_utils_unittest.cc', | 164 'launcher/view_model_utils_unittest.cc', |
167 'modal_container_layout_manager_unittest.cc', | |
168 'run_all_unittests.cc', | 165 'run_all_unittests.cc', |
169 'shadow_controller_unittest.cc', | |
170 'shelf_layout_manager_unittest.cc', | 166 'shelf_layout_manager_unittest.cc', |
171 'shell_accelerator_controller_unittest.cc', | 167 'shell_accelerator_controller_unittest.cc', |
172 'shell_unittest.cc', | 168 'shell_unittest.cc', |
173 'test_suite.cc', | 169 'test_suite.cc', |
174 'test_suite.h', | 170 'test_suite.h', |
175 'test/aura_shell_test_base.cc', | 171 'test/aura_shell_test_base.cc', |
176 'test/aura_shell_test_base.h', | 172 'test/aura_shell_test_base.h', |
177 'test/test_activation_delegate.cc', | 173 'test/test_activation_delegate.cc', |
178 'test/test_activation_delegate.h', | 174 'test/test_activation_delegate.h', |
179 'test/test_shell_delegate.cc', | 175 'test/test_shell_delegate.cc', |
180 'test/test_shell_delegate.h', | 176 'test/test_shell_delegate.h', |
181 'tooltip_controller_unittest.cc', | 177 'tooltip_controller_unittest.cc', |
182 'toplevel_layout_manager_unittest.cc', | 178 'toplevel_layout_manager_unittest.cc', |
183 'toplevel_window_event_filter_unittest.cc', | 179 'toplevel_window_event_filter_unittest.cc', |
184 'workspace_controller_unittest.cc', | 180 'workspace_controller_unittest.cc', |
185 'workspace/workspace_manager_unittest.cc', | 181 'workspace/workspace_manager_unittest.cc', |
| 182 '../../ash/wm/activation_controller_unittest.cc', |
| 183 '../../ash/wm/image_grid_unittest.cc', |
| 184 '../../ash/wm/modal_container_layout_manager_unittest.cc', |
| 185 '../../ash/wm/shadow_controller_unittest.cc', |
186 | 186 |
187 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 187 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
188 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 188 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
189 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 189 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
190 ], | 190 ], |
191 'conditions': [ | 191 'conditions': [ |
192 ['use_webkit_compositor==1', { | 192 ['use_webkit_compositor==1', { |
193 'dependencies': [ | 193 'dependencies': [ |
194 '../gfx/compositor/compositor.gyp:compositor', | 194 '../gfx/compositor/compositor.gyp:compositor', |
195 ], | 195 ], |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 '../../ash/shell/widgets.cc', | 231 '../../ash/shell/widgets.cc', |
232 '../../ash/shell/window_type_launcher.cc', | 232 '../../ash/shell/window_type_launcher.cc', |
233 '../../ash/shell/window_type_launcher.h', | 233 '../../ash/shell/window_type_launcher.h', |
234 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 234 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
235 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 235 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
236 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 236 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
237 ], | 237 ], |
238 }, | 238 }, |
239 ], | 239 ], |
240 } | 240 } |
OLD | NEW |