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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
# Copyright (c) 2012 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': 'ash',
'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',
'../ui/aura/aura.gyp:aura',
'../ui/base/strings/ui_strings.gyp:ui_strings',
'../ui/gfx/compositor/compositor.gyp:compositor',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../ui/ui.gyp:ui_resources_standard',
'../ui/views/views.gyp:views',
],
'defines': [
'ASH_IMPLEMENTATION',
],
'sources': [
# All .cc, .h under ash, except unittests
'accelerators/accelerator_controller.cc',
'accelerators/accelerator_controller.h',
'accelerators/accelerator_filter.cc',
'accelerators/accelerator_filter.h',
'app_list/app_list.cc',
'app_list/app_list.h',
'app_list/app_list_groups_view.cc',
'app_list/app_list_groups_view.h',
'app_list/app_list_item_group_model.cc',
'app_list/app_list_item_group_model.h',
'app_list/app_list_item_group_view.cc',
'app_list/app_list_item_group_view.h',
'app_list/app_list_item_model.cc',
'app_list/app_list_item_model.h',
'app_list/app_list_item_model_observer.h',
'app_list/app_list_item_view.cc',
'app_list/app_list_item_view.h',
'app_list/app_list_item_view_listener.h',
'app_list/app_list_model.cc',
'app_list/app_list_model.h',
'app_list/app_list_view.cc',
'app_list/app_list_view.h',
'app_list/app_list_view_delegate.h',
'app_list/drop_shadow_label.cc',
'app_list/drop_shadow_label.h',
'ash_switches.cc',
'ash_switches.h',
'caps_lock_delegate.h',
'desktop_background/desktop_background_view.cc',
'desktop_background/desktop_background_view.h',
'drag_drop/drag_drop_controller.cc',
'drag_drop/drag_drop_controller.h',
'drag_drop/drag_image_view.cc',
'drag_drop/drag_image_view.h',
'ime/event.cc',
'ime/event.h',
'ime/input_method_event_filter.cc',
'ime/input_method_event_filter.h',
'launcher/app_launcher_button.cc',
'launcher/app_launcher_button.h',
'launcher/launcher.cc',
'launcher/launcher.h',
'launcher/launcher_model.cc',
'launcher/launcher_model.h',
'launcher/launcher_model_observer.h',
'launcher/launcher_types.cc',
'launcher/launcher_types.h',
'launcher/launcher_view.cc',
'launcher/launcher_view.h',
'launcher/launcher_window_cycler.cc',
'launcher/launcher_window_cycler.h',
'launcher/tabbed_launcher_button.cc',
'launcher/tabbed_launcher_button.h',
'launcher/view_model.cc',
'launcher/view_model.h',
'launcher/view_model_utils.cc',
'launcher/view_model_utils.h',
'screenshot_delegate.h',
'shell.cc',
'shell.h',
'shell_delegate.h',
'shell_factory.h',
'shell_window_ids.h',
'status_area/status_area_view.cc',
'status_area/status_area_view.h',
'tooltips/tooltip_controller.cc',
'tooltips/tooltip_controller.h',
'wm/activation_controller.cc',
'wm/activation_controller.h',
'wm/always_on_top_controller.cc',
'wm/always_on_top_controller.h',
'wm/compact_status_area_layout_manager.cc',
'wm/compact_status_area_layout_manager.h',
'wm/default_container_event_filter.cc',
'wm/default_container_event_filter.h',
'wm/default_container_layout_manager.cc',
'wm/default_container_layout_manager.h',
'wm/dialog_frame_view.cc',
'wm/dialog_frame_view.h',
'wm/image_grid.cc',
'wm/image_grid.h',
'wm/modal_container_layout_manager.cc',
'wm/modal_container_layout_manager.h',
'wm/modality_event_filter.cc',
'wm/modality_event_filter.h',
'wm/modality_event_filter_delegate.h',
'wm/power_button_controller.cc',
'wm/power_button_controller.h',
'wm/property_util.cc',
'wm/property_util.h',
'wm/root_window_event_filter.cc',
'wm/root_window_event_filter.h',
'wm/root_window_layout_manager.cc',
'wm/root_window_layout_manager.h',
'wm/shadow.cc',
'wm/shadow.h',
'wm/shadow_controller.cc',
'wm/shadow_controller.h',
'wm/shadow_types.cc',
'wm/shadow_types.h',
'wm/shelf_layout_manager.cc',
'wm/shelf_layout_manager.h',
'wm/show_state_controller.h',
'wm/show_state_controller.cc',
'wm/stacking_controller.cc',
'wm/stacking_controller.h',
'wm/status_area_layout_manager.cc',
'wm/status_area_layout_manager.h',
'wm/toplevel_frame_view.cc',
'wm/toplevel_frame_view.h',
'wm/toplevel_layout_manager.cc',
'wm/toplevel_layout_manager.h',
'wm/toplevel_window_event_filter.cc',
'wm/toplevel_window_event_filter.h',
'wm/window_cycle_controller.cc',
'wm/window_cycle_controller.h',
'wm/window_cycle_list.cc',
'wm/window_cycle_list.h',
'wm/window_frame.cc',
'wm/window_frame.h',
'wm/window_modality_controller.cc',
'wm/window_modality_controller.h',
'wm/window_properties.cc',
'wm/window_properties.h',
'wm/window_util.cc',
'wm/window_util.h',
'wm/workspace_controller.cc',
'wm/workspace_controller.h',
'wm/workspace/workspace.cc',
'wm/workspace/workspace.h',
'wm/workspace/workspace_manager.cc',
'wm/workspace/workspace_manager.h',
'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',
'../ui/aura/aura.gyp:aura',
'../ui/aura/aura.gyp:test_support_aura',
'../ui/gfx/compositor/compositor.gyp:compositor_test_support',
'../ui/ui.gyp:gfx_resources',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../ui/ui.gyp:ui_resources_standard',
'../ui/views/views.gyp:views',
'ash',
],
'sources': [
'../ui/views/test/test_views_delegate.cc',
'../ui/views/test/test_views_delegate.h',
'accelerators/accelerator_controller_unittest.cc',
'drag_drop/drag_drop_controller_unittest.cc',
'ime/input_method_event_filter_unittest.cc',
'launcher/launcher_model_unittest.cc',
'launcher/launcher_unittest.cc',
'launcher/view_model_unittest.cc',
'launcher/view_model_utils_unittest.cc',
'shell_unittest.cc',
'test/ash_unittests.cc',
'test/aura_shell_test_base.cc',
'test/aura_shell_test_base.h',
'test/test_activation_delegate.cc',
'test/test_activation_delegate.h',
'test/test_shell_delegate.cc',
'test/test_shell_delegate.h',
'test/test_suite.cc',
'test/test_suite.h',
'tooltips/tooltip_controller_unittest.cc',
'wm/activation_controller_unittest.cc',
'wm/default_container_layout_manager_unittest.cc',
'wm/image_grid_unittest.cc',
'wm/modal_container_layout_manager_unittest.cc',
'wm/power_button_controller_unittest.cc',
'wm/root_window_event_filter_unittest.cc',
'wm/shadow_controller_unittest.cc',
'wm/shelf_layout_manager_unittest.cc',
'wm/toplevel_layout_manager_unittest.cc',
'wm/toplevel_window_event_filter_unittest.cc',
'wm/window_cycle_controller_unittest.cc',
'wm/window_modality_controller_unittest.cc',
'wm/workspace_controller_unittest.cc',
'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': [
'../ui/gfx/compositor/compositor.gyp:compositor',
],
}, { # use_webkit_compositor!=1
'dependencies': [
'../ui/gfx/compositor/compositor.gyp:test_compositor',
],
}],
['use_ibus==1', {
'dependencies': [
'../build/linux/system.gyp:ibus',
],
}],
],
},
{
'target_name': 'ash_shell',
'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',
'../ui/aura/aura.gyp:aura',
'../ui/gfx/compositor/compositor.gyp:compositor',
'../ui/gfx/compositor/compositor.gyp:compositor_test_support',
'../ui/ui.gyp:gfx_resources',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
'../ui/ui.gyp:ui_resources_standard',
'../ui/views/views.gyp:views',
'../ui/views/views.gyp:views_examples_lib',
'ash',
],
'sources': [
'shell/app_list.cc',
'shell/bubble.cc',
'shell/example_factory.h',
'shell/lock_view.cc',
'shell/shell_main.cc',
'shell/shell_main_parts.h',
'shell/shell_main_parts.cc',
'shell/shell_main_parts_mac.mm',
'shell/toplevel_window.cc',
'shell/toplevel_window.h',
'shell/widgets.cc',
'shell/window_type_launcher.cc',
'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',
'../ui/views/test/test_views_delegate.cc',
],
},
],
}
|