1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
|
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'chromium_code': 1,
},
'targets': [
{
'target_name': 'aura_shell',
'type': '<(component)',
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../build/temp_gyp/googleurl.gyp:googleurl',
'../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
'../aura/aura.gyp:aura',
'../base/strings/ui_strings.gyp:ui_strings',
'../gfx/compositor/compositor.gyp:compositor',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
'../views/views.gyp:views',
],
'defines': [
'AURA_SHELL_IMPLEMENTATION',
],
'sources': [
# All .cc, .h under views, except unittests
'../../ash/ash_switches.cc',
'../../ash/ash_switches.h',
'../../ash/shell.cc',
'../../ash/shell.h',
'../../ash/shell_delegate.h',
'../../ash/shell_factory.h',
'../../ash/shell_window_ids.h',
'../../ash/accelerators/accelerator_controller.cc',
'../../ash/accelerators/accelerator_controller.h',
'../../ash/accelerators/accelerator_filter.cc',
'../../ash/accelerators/accelerator_filter.h',
'../../ash/app_list/app_list.cc',
'../../ash/app_list/app_list.h',
'../../ash/app_list/app_list_groups_view.cc',
'../../ash/app_list/app_list_groups_view.h',
'../../ash/app_list/app_list_item_group_model.cc',
'../../ash/app_list/app_list_item_group_model.h',
'../../ash/app_list/app_list_item_group_view.cc',
'../../ash/app_list/app_list_item_group_view.h',
'../../ash/app_list/app_list_item_model.cc',
'../../ash/app_list/app_list_item_model.h',
'../../ash/app_list/app_list_item_model_observer.h',
'../../ash/app_list/app_list_item_view.cc',
'../../ash/app_list/app_list_item_view.h',
'../../ash/app_list/app_list_item_view_listener.h',
'../../ash/app_list/app_list_model.cc',
'../../ash/app_list/app_list_model.h',
'../../ash/app_list/app_list_view.cc',
'../../ash/app_list/app_list_view.h',
'../../ash/app_list/app_list_view_delegate.h',
'../../ash/app_list/drop_shadow_label.cc',
'../../ash/app_list/drop_shadow_label.h',
'../../ash/desktop_background/desktop_background_view.cc',
'../../ash/desktop_background/desktop_background_view.h',
'../../ash/drag_drop/drag_drop_controller.cc',
'../../ash/drag_drop/drag_drop_controller.h',
'../../ash/drag_drop/drag_image_view.cc',
'../../ash/drag_drop/drag_image_view.h',
'../../ash/launcher/app_launcher_button.cc',
'../../ash/launcher/app_launcher_button.h',
'../../ash/launcher/launcher.cc',
'../../ash/launcher/launcher.h',
'../../ash/launcher/launcher_model.cc',
'../../ash/launcher/launcher_model.h',
'../../ash/launcher/launcher_model_observer.h',
'../../ash/launcher/launcher_types.h',
'../../ash/launcher/launcher_view.cc',
'../../ash/launcher/launcher_view.h',
'../../ash/launcher/tabbed_launcher_button.cc',
'../../ash/launcher/tabbed_launcher_button.h',
'../../ash/launcher/view_model.cc',
'../../ash/launcher/view_model.h',
'../../ash/launcher/view_model_utils.cc',
'../../ash/launcher/view_model_utils.h',
'../../ash/status_area/status_area_view.cc',
'../../ash/status_area/status_area_view.h',
'../../ash/tooltips/tooltip_controller.cc',
'../../ash/tooltips/tooltip_controller.h',
'../../ash/wm/activation_controller.cc',
'../../ash/wm/activation_controller.h',
'../../ash/wm/always_on_top_controller.cc',
'../../ash/wm/always_on_top_controller.h',
'../../ash/wm/compact_layout_manager.cc',
'../../ash/wm/compact_layout_manager.h',
'../../ash/wm/compact_status_area_layout_manager.cc',
'../../ash/wm/compact_status_area_layout_manager.h',
'../../ash/wm/default_container_event_filter.cc',
'../../ash/wm/default_container_event_filter.h',
'../../ash/wm/default_container_layout_manager.cc',
'../../ash/wm/default_container_layout_manager.h',
'../../ash/wm/image_grid.cc',
'../../ash/wm/image_grid.h',
'../../ash/wm/modal_container_layout_manager.cc',
'../../ash/wm/modal_container_layout_manager.h',
'../../ash/wm/modality_event_filter.cc',
'../../ash/wm/modality_event_filter.h',
'../../ash/wm/modality_event_filter_delegate.h',
'../../ash/wm/property_util.cc',
'../../ash/wm/property_util.h',
'../../ash/wm/root_window_event_filter.cc',
'../../ash/wm/root_window_event_filter.h',
'../../ash/wm/root_window_layout_manager.cc',
'../../ash/wm/root_window_layout_manager.h',
'../../ash/wm/shadow.cc',
'../../ash/wm/shadow.h',
'../../ash/wm/shadow_controller.cc',
'../../ash/wm/shadow_controller.h',
'../../ash/wm/shadow_types.cc',
'../../ash/wm/shadow_types.h',
'../../ash/wm/shelf_layout_manager.cc',
'../../ash/wm/shelf_layout_manager.h',
'../../ash/wm/show_state_controller.h',
'../../ash/wm/show_state_controller.cc',
'../../ash/wm/stacking_controller.cc',
'../../ash/wm/stacking_controller.h',
'../../ash/wm/status_area_layout_manager.cc',
'../../ash/wm/status_area_layout_manager.h',
'../../ash/wm/toplevel_frame_view.cc',
'../../ash/wm/toplevel_frame_view.h',
'../../ash/wm/toplevel_layout_manager.cc',
'../../ash/wm/toplevel_layout_manager.h',
'../../ash/wm/toplevel_window_event_filter.cc',
'../../ash/wm/toplevel_window_event_filter.h',
'../../ash/wm/window_frame.cc',
'../../ash/wm/window_frame.h',
'../../ash/wm/window_properties.cc',
'../../ash/wm/window_properties.h',
'../../ash/wm/window_util.cc',
'../../ash/wm/window_util.h',
'../../ash/wm/workspace_controller.cc',
'../../ash/wm/workspace_controller.h',
'../../ash/wm/workspace/workspace.cc',
'../../ash/wm/workspace/workspace.h',
'../../ash/wm/workspace/workspace_manager.cc',
'../../ash/wm/workspace/workspace_manager.h',
'../../ash/wm/workspace/workspace_observer.h',
],
},
{
'target_name': 'aura_shell_unittests',
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
'../../chrome/chrome_resources.gyp:packed_resources',
'../../build/temp_gyp/googleurl.gyp:googleurl',
'../../skia/skia.gyp:skia',
'../../testing/gtest.gyp:gtest',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
'../aura/aura.gyp:aura',
'../aura/aura.gyp:test_support_aura',
'../gfx/compositor/compositor.gyp:compositor_test_support',
'../ui.gyp:gfx_resources',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
'../views/views.gyp:views',
'aura_shell',
],
'sources': [
'../../ash/accelerators/accelerator_controller_unittest.cc',
'../../ash/drag_drop/drag_drop_controller_unittest.cc',
'../../ash/launcher/launcher_model_unittest.cc',
'../../ash/launcher/launcher_unittest.cc',
'../../ash/launcher/view_model_unittest.cc',
'../../ash/launcher/view_model_utils_unittest.cc',
'../../ash/shell_unittest.cc',
'../../ash/test/ash_unittests.cc',
'../../ash/test/aura_shell_test_base.cc',
'../../ash/test/aura_shell_test_base.h',
'../../ash/test/test_activation_delegate.cc',
'../../ash/test/test_activation_delegate.h',
'../../ash/test/test_shell_delegate.cc',
'../../ash/test/test_shell_delegate.h',
'../../ash/test/test_suite.cc',
'../../ash/test/test_suite.h',
'../../ash/tooltips/tooltip_controller_unittest.cc',
'../../ash/wm/activation_controller_unittest.cc',
'../../ash/wm/default_container_layout_manager_unittest.cc',
'../../ash/wm/image_grid_unittest.cc',
'../../ash/wm/modal_container_layout_manager_unittest.cc',
'../../ash/wm/root_window_event_filter_unittest.cc',
'../../ash/wm/shadow_controller_unittest.cc',
'../../ash/wm/shelf_layout_manager_unittest.cc',
'../../ash/wm/toplevel_layout_manager_unittest.cc',
'../../ash/wm/toplevel_window_event_filter_unittest.cc',
'../../ash/wm/workspace_controller_unittest.cc',
'../../ash/wm/workspace/workspace_manager_unittest.cc',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
],
'conditions': [
['use_webkit_compositor==1', {
'dependencies': [
'../gfx/compositor/compositor.gyp:compositor',
],
}, { # use_webkit_compositor!=1
'dependencies': [
'../gfx/compositor/compositor.gyp:test_compositor',
],
}],
],
},
{
'target_name': 'aura_shell_exe',
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../chrome/chrome_resources.gyp:packed_resources',
'../../skia/skia.gyp:skia',
'../../third_party/icu/icu.gyp:icui18n',
'../../third_party/icu/icu.gyp:icuuc',
'../aura/aura.gyp:aura',
'../gfx/compositor/compositor.gyp:compositor',
'../gfx/compositor/compositor.gyp:compositor_test_support',
'../ui.gyp:gfx_resources',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_resources_standard',
'../views/views.gyp:views',
'../views/views.gyp:views_examples_lib',
'aura_shell',
],
'sources': [
'../../ash/shell/app_list.cc',
'../../ash/shell/bubble.cc',
'../../ash/shell/example_factory.h',
'../../ash/shell/lock_view.cc',
'../../ash/shell/shell_main.cc',
'../../ash/shell/toplevel_window.cc',
'../../ash/shell/toplevel_window.h',
'../../ash/shell/widgets.cc',
'../../ash/shell/window_type_launcher.cc',
'../../ash/shell/window_type_launcher.h',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
'../views/test/test_views_delegate.cc',
],
},
],
}
|