Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Side by Side Diff: ui/aura_shell/aura_shell.gyp

Issue 8894018: Move the concept of Activation to the Shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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',
36 'always_on_top_controller.cc', 38 'always_on_top_controller.cc',
37 'always_on_top_controller.h', 39 'always_on_top_controller.h',
38 'app_list.cc', 40 'app_list.cc',
39 'app_list.h', 41 'app_list.h',
40 'default_container_event_filter.cc', 42 'default_container_event_filter.cc',
41 'default_container_event_filter.h', 43 'default_container_event_filter.h',
42 'default_container_layout_manager.cc', 44 'default_container_layout_manager.cc',
43 'default_container_layout_manager.h', 45 'default_container_layout_manager.h',
44 'desktop_background_view.cc', 46 'desktop_background_view.cc',
45 'desktop_background_view.h', 47 'desktop_background_view.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 '../aura/aura.gyp:test_support_aura', 138 '../aura/aura.gyp:test_support_aura',
137 '../gfx/compositor/compositor.gyp:compositor_test_support', 139 '../gfx/compositor/compositor.gyp:compositor_test_support',
138 '../ui.gyp:gfx_resources', 140 '../ui.gyp:gfx_resources',
139 '../ui.gyp:ui', 141 '../ui.gyp:ui',
140 '../ui.gyp:ui_resources', 142 '../ui.gyp:ui_resources',
141 '../ui.gyp:ui_resources_standard', 143 '../ui.gyp:ui_resources_standard',
142 '../views/views.gyp:views', 144 '../views/views.gyp:views',
143 'aura_shell', 145 'aura_shell',
144 ], 146 ],
145 'sources': [ 147 'sources': [
148 'activation_controller_unittest.cc',
146 'default_container_layout_manager_unittest.cc', 149 'default_container_layout_manager_unittest.cc',
147 'root_window_event_filter_unittest.cc', 150 'root_window_event_filter_unittest.cc',
148 'drag_drop_controller_unittest.cc', 151 'drag_drop_controller_unittest.cc',
149 'image_grid_unittest.cc', 152 'image_grid_unittest.cc',
150 'launcher/launcher_model_unittest.cc', 153 'launcher/launcher_model_unittest.cc',
151 'launcher/view_model_unittest.cc', 154 'launcher/view_model_unittest.cc',
152 'launcher/view_model_utils_unittest.cc', 155 'launcher/view_model_utils_unittest.cc',
153 'modal_container_layout_manager_unittest.cc', 156 'modal_container_layout_manager_unittest.cc',
154 'run_all_unittests.cc', 157 'run_all_unittests.cc',
155 'shadow_controller_unittest.cc', 158 'shadow_controller_unittest.cc',
156 'shell_accelerator_controller_unittest.cc', 159 'shell_accelerator_controller_unittest.cc',
157 'shell_unittest.cc', 160 'shell_unittest.cc',
158 'stacking_controller_unittest.cc',
159 'test_suite.cc', 161 'test_suite.cc',
160 'test_suite.h', 162 'test_suite.h',
161 'test/aura_shell_test_base.cc', 163 'test/aura_shell_test_base.cc',
162 'test/aura_shell_test_base.h', 164 'test/aura_shell_test_base.h',
165 'test/test_activation_delegate.cc',
166 'test/test_activation_delegate.h',
163 'toplevel_layout_manager_unittest.cc', 167 'toplevel_layout_manager_unittest.cc',
164 'toplevel_window_event_filter_unittest.cc', 168 'toplevel_window_event_filter_unittest.cc',
165 'workspace_controller_unittest.cc', 169 'workspace_controller_unittest.cc',
166 'workspace/workspace_manager_unittest.cc', 170 'workspace/workspace_manager_unittest.cc',
167 171
168 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 172 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
169 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 173 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
170 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 174 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
171 ], 175 ],
172 'conditions': [ 176 'conditions': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'examples/widgets.cc', 216 'examples/widgets.cc',
213 'examples/window_type_launcher.cc', 217 'examples/window_type_launcher.cc',
214 'examples/window_type_launcher.h', 218 'examples/window_type_launcher.h',
215 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 219 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
216 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 220 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 221 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
218 ], 222 ],
219 }, 223 },
220 ], 224 ],
221 } 225 }
OLDNEW
« no previous file with comments | « ui/aura_shell/activation_controller_unittest.cc ('k') | ui/aura_shell/default_container_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698