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

Side by Side Diff: ash/ash.gyp

Issue 9226040: Renames and moves some workspace related classes to the workspace (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 months 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
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'wm/activation_controller.cc', 104 'wm/activation_controller.cc',
105 'wm/activation_controller.h', 105 'wm/activation_controller.h',
106 'wm/always_on_top_controller.cc', 106 'wm/always_on_top_controller.cc',
107 'wm/always_on_top_controller.h', 107 'wm/always_on_top_controller.h',
108 'wm/base_layout_manager.cc', 108 'wm/base_layout_manager.cc',
109 'wm/base_layout_manager.h', 109 'wm/base_layout_manager.h',
110 'wm/compact_layout_manager.cc', 110 'wm/compact_layout_manager.cc',
111 'wm/compact_layout_manager.h', 111 'wm/compact_layout_manager.h',
112 'wm/compact_status_area_layout_manager.cc', 112 'wm/compact_status_area_layout_manager.cc',
113 'wm/compact_status_area_layout_manager.h', 113 'wm/compact_status_area_layout_manager.h',
114 'wm/default_container_event_filter.cc',
115 'wm/default_container_event_filter.h',
116 'wm/default_container_layout_manager.cc',
117 'wm/default_container_layout_manager.h',
118 'wm/dialog_frame_view.cc', 114 'wm/dialog_frame_view.cc',
119 'wm/dialog_frame_view.h', 115 'wm/dialog_frame_view.h',
120 'wm/image_grid.cc', 116 'wm/image_grid.cc',
121 'wm/image_grid.h', 117 'wm/image_grid.h',
122 'wm/system_modal_container_layout_manager.cc', 118 'wm/system_modal_container_layout_manager.cc',
123 'wm/system_modal_container_layout_manager.h', 119 'wm/system_modal_container_layout_manager.h',
124 'wm/system_modal_container_event_filter.cc', 120 'wm/system_modal_container_event_filter.cc',
125 'wm/system_modal_container_event_filter.h', 121 'wm/system_modal_container_event_filter.h',
126 'wm/system_modal_container_event_filter_delegate.h', 122 'wm/system_modal_container_event_filter_delegate.h',
127 'wm/power_button_controller.cc', 123 'wm/power_button_controller.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'wm/window_modality_controller.cc', 161 'wm/window_modality_controller.cc',
166 'wm/window_modality_controller.h', 162 'wm/window_modality_controller.h',
167 'wm/window_properties.cc', 163 'wm/window_properties.cc',
168 'wm/window_properties.h', 164 'wm/window_properties.h',
169 'wm/window_util.cc', 165 'wm/window_util.cc',
170 'wm/window_util.h', 166 'wm/window_util.h',
171 'wm/workspace_controller.cc', 167 'wm/workspace_controller.cc',
172 'wm/workspace_controller.h', 168 'wm/workspace_controller.h',
173 'wm/workspace/workspace.cc', 169 'wm/workspace/workspace.cc',
174 'wm/workspace/workspace.h', 170 'wm/workspace/workspace.h',
171 'wm/workspace/workspace_event_filter.cc',
172 'wm/workspace/workspace_event_filter.h',
173 'wm/workspace/workspace_layout_manager.cc',
174 'wm/workspace/workspace_layout_manager.h',
175 'wm/workspace/workspace_manager.cc', 175 'wm/workspace/workspace_manager.cc',
176 'wm/workspace/workspace_manager.h', 176 'wm/workspace/workspace_manager.h',
177 'wm/workspace/workspace_observer.h', 177 'wm/workspace/workspace_observer.h',
178 ], 178 ],
179 }, 179 },
180 { 180 {
181 'target_name': 'aura_shell_unittests', 181 'target_name': 'aura_shell_unittests',
182 'type': 'executable', 182 'type': 'executable',
183 'dependencies': [ 183 'dependencies': [
184 '../base/base.gyp:base', 184 '../base/base.gyp:base',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'test/test_activation_delegate.cc', 216 'test/test_activation_delegate.cc',
217 'test/test_activation_delegate.h', 217 'test/test_activation_delegate.h',
218 'test/test_shell_delegate.cc', 218 'test/test_shell_delegate.cc',
219 'test/test_shell_delegate.h', 219 'test/test_shell_delegate.h',
220 'test/test_suite.cc', 220 'test/test_suite.cc',
221 'test/test_suite.h', 221 'test/test_suite.h',
222 'tooltips/tooltip_controller_unittest.cc', 222 'tooltips/tooltip_controller_unittest.cc',
223 'wm/activation_controller_unittest.cc', 223 'wm/activation_controller_unittest.cc',
224 'wm/base_layout_manager_unittest.cc', 224 'wm/base_layout_manager_unittest.cc',
225 'wm/compact_layout_manager_unittest.cc', 225 'wm/compact_layout_manager_unittest.cc',
226 'wm/default_container_layout_manager_unittest.cc',
227 'wm/image_grid_unittest.cc', 226 'wm/image_grid_unittest.cc',
228 'wm/system_modal_container_layout_manager_unittest.cc', 227 'wm/system_modal_container_layout_manager_unittest.cc',
229 'wm/power_button_controller_unittest.cc', 228 'wm/power_button_controller_unittest.cc',
230 'wm/root_window_event_filter_unittest.cc', 229 'wm/root_window_event_filter_unittest.cc',
231 'wm/shadow_controller_unittest.cc', 230 'wm/shadow_controller_unittest.cc',
232 'wm/shelf_layout_manager_unittest.cc', 231 'wm/shelf_layout_manager_unittest.cc',
233 'wm/toplevel_layout_manager_unittest.cc', 232 'wm/toplevel_layout_manager_unittest.cc',
234 'wm/toplevel_window_event_filter_unittest.cc', 233 'wm/toplevel_window_event_filter_unittest.cc',
235 'wm/video_detector_unittest.cc', 234 'wm/video_detector_unittest.cc',
236 'wm/window_cycle_controller_unittest.cc', 235 'wm/window_cycle_controller_unittest.cc',
237 'wm/window_modality_controller_unittest.cc', 236 'wm/window_modality_controller_unittest.cc',
238 'wm/workspace_controller_unittest.cc', 237 'wm/workspace_controller_unittest.cc',
238 'wm/workspace/workspace_layout_manager_unittest.cc',
239 'wm/workspace/workspace_manager_unittest.cc', 239 'wm/workspace/workspace_manager_unittest.cc',
240 240
241 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 241 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
242 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 242 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
243 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 243 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
244 ], 244 ],
245 'conditions': [ 245 'conditions': [
246 ['use_webkit_compositor==1', { 246 ['use_webkit_compositor==1', {
247 'dependencies': [ 247 'dependencies': [
248 '../ui/gfx/compositor/compositor.gyp:compositor', 248 '../ui/gfx/compositor/compositor.gyp:compositor',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'shell/cocoa/app-Info.plist', 318 'shell/cocoa/app-Info.plist',
319 ], 319 ],
320 'xcode_settings': { 320 'xcode_settings': {
321 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 321 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
322 }, 322 },
323 }], 323 }],
324 ], 324 ],
325 }, 325 },
326 ], 326 ],
327 } 327 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698