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

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

Issue 8400067: Fixes bug where windows weren't being moved and resized if the desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge and incorporate feedback Created 9 years, 1 month 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 | ui/aura_shell/default_container_layout_manager.h » ('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) 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'shell.h', 61 'shell.h',
62 'shell_delegate.h', 62 'shell_delegate.h',
63 'shell_factory.h', 63 'shell_factory.h',
64 'shell_window_ids.h', 64 'shell_window_ids.h',
65 'status_area_view.cc', 65 'status_area_view.cc',
66 'status_area_view.h', 66 'status_area_view.h',
67 'toplevel_frame_view.cc', 67 'toplevel_frame_view.cc',
68 'toplevel_frame_view.h', 68 'toplevel_frame_view.h',
69 'workspace/workspace.cc', 69 'workspace/workspace.cc',
70 'workspace/workspace.h', 70 'workspace/workspace.h',
71 'workspace/workspace_controller.cc',
72 'workspace/workspace_controller.h',
71 'workspace/workspace_manager.cc', 73 'workspace/workspace_manager.cc',
72 'workspace/workspace_manager.h', 74 'workspace/workspace_manager.h',
73 ], 75 ],
74 }, 76 },
75 { 77 {
76 'target_name': 'aura_shell_unittests', 78 'target_name': 'aura_shell_unittests',
77 'type': 'executable', 79 'type': 'executable',
78 'dependencies': [ 80 'dependencies': [
79 '../../base/base.gyp:base', 81 '../../base/base.gyp:base',
80 '../../base/base.gyp:test_support_base', 82 '../../base/base.gyp:test_support_base',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '../../views/views.gyp:views_desktop', 170 '../../views/views.gyp:views_desktop',
169 '../../views/views.gyp:views_desktop_lib', 171 '../../views/views.gyp:views_desktop_lib',
170 '../../views/views.gyp:views_unittests', 172 '../../views/views.gyp:views_unittests',
171 '../aura/aura.gyp:*', 173 '../aura/aura.gyp:*',
172 '../gfx/compositor/compositor.gyp:*', 174 '../gfx/compositor/compositor.gyp:*',
173 'aura_shell_exe', 175 'aura_shell_exe',
174 ], 176 ],
175 }, 177 },
176 ], 178 ],
177 } 179 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura_shell/default_container_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698