OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |