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

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

Issue 8926004: Revert 114095 - 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
Property Changes:
Added: svn:mergeinfo
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',
38 'always_on_top_controller.cc', 36 'always_on_top_controller.cc',
39 'always_on_top_controller.h', 37 'always_on_top_controller.h',
40 'app_list.cc', 38 'app_list.cc',
41 'app_list.h', 39 'app_list.h',
42 'default_container_event_filter.cc', 40 'default_container_event_filter.cc',
43 'default_container_event_filter.h', 41 'default_container_event_filter.h',
44 'default_container_layout_manager.cc', 42 'default_container_layout_manager.cc',
45 'default_container_layout_manager.h', 43 'default_container_layout_manager.h',
46 'desktop_background_view.cc', 44 'desktop_background_view.cc',
47 'desktop_background_view.h', 45 'desktop_background_view.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 '../aura/aura.gyp:test_support_aura', 136 '../aura/aura.gyp:test_support_aura',
139 '../gfx/compositor/compositor.gyp:compositor_test_support', 137 '../gfx/compositor/compositor.gyp:compositor_test_support',
140 '../ui.gyp:gfx_resources', 138 '../ui.gyp:gfx_resources',
141 '../ui.gyp:ui', 139 '../ui.gyp:ui',
142 '../ui.gyp:ui_resources', 140 '../ui.gyp:ui_resources',
143 '../ui.gyp:ui_resources_standard', 141 '../ui.gyp:ui_resources_standard',
144 '../views/views.gyp:views', 142 '../views/views.gyp:views',
145 'aura_shell', 143 'aura_shell',
146 ], 144 ],
147 'sources': [ 145 'sources': [
148 'activation_controller_unittest.cc',
149 'default_container_layout_manager_unittest.cc', 146 'default_container_layout_manager_unittest.cc',
150 'root_window_event_filter_unittest.cc', 147 'root_window_event_filter_unittest.cc',
151 'drag_drop_controller_unittest.cc', 148 'drag_drop_controller_unittest.cc',
152 'image_grid_unittest.cc', 149 'image_grid_unittest.cc',
153 'launcher/launcher_model_unittest.cc', 150 'launcher/launcher_model_unittest.cc',
154 'launcher/view_model_unittest.cc', 151 'launcher/view_model_unittest.cc',
155 'launcher/view_model_utils_unittest.cc', 152 'launcher/view_model_utils_unittest.cc',
156 'modal_container_layout_manager_unittest.cc', 153 'modal_container_layout_manager_unittest.cc',
157 'run_all_unittests.cc', 154 'run_all_unittests.cc',
158 'shadow_controller_unittest.cc', 155 'shadow_controller_unittest.cc',
159 'shell_accelerator_controller_unittest.cc', 156 'shell_accelerator_controller_unittest.cc',
160 'shell_unittest.cc', 157 'shell_unittest.cc',
158 'stacking_controller_unittest.cc',
161 'test_suite.cc', 159 'test_suite.cc',
162 'test_suite.h', 160 'test_suite.h',
163 'test/aura_shell_test_base.cc', 161 'test/aura_shell_test_base.cc',
164 'test/aura_shell_test_base.h', 162 'test/aura_shell_test_base.h',
165 'test/test_activation_delegate.cc',
166 'test/test_activation_delegate.h',
167 'toplevel_layout_manager_unittest.cc', 163 'toplevel_layout_manager_unittest.cc',
168 'toplevel_window_event_filter_unittest.cc', 164 'toplevel_window_event_filter_unittest.cc',
169 'workspace_controller_unittest.cc', 165 'workspace_controller_unittest.cc',
170 'workspace/workspace_manager_unittest.cc', 166 'workspace/workspace_manager_unittest.cc',
171 167
172 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 168 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
173 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 169 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
174 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 170 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
175 ], 171 ],
176 'conditions': [ 172 'conditions': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'examples/widgets.cc', 212 'examples/widgets.cc',
217 'examples/window_type_launcher.cc', 213 'examples/window_type_launcher.cc',
218 'examples/window_type_launcher.h', 214 'examples/window_type_launcher.h',
219 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 215 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
220 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 216 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
221 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
222 ], 218 ],
223 }, 219 },
224 ], 220 ],
225 } 221 }
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