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

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

Issue 8430024: Add WorkspaceObserver to observe changes in workspace state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update comments 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'status_area_view.cc', 69 'status_area_view.cc',
70 'status_area_view.h', 70 'status_area_view.h',
71 'toplevel_frame_view.cc', 71 'toplevel_frame_view.cc',
72 'toplevel_frame_view.h', 72 'toplevel_frame_view.h',
73 'workspace/workspace.cc', 73 'workspace/workspace.cc',
74 'workspace/workspace.h', 74 'workspace/workspace.h',
75 'workspace/workspace_controller.cc', 75 'workspace/workspace_controller.cc',
76 'workspace/workspace_controller.h', 76 'workspace/workspace_controller.h',
77 'workspace/workspace_manager.cc', 77 'workspace/workspace_manager.cc',
78 'workspace/workspace_manager.h', 78 'workspace/workspace_manager.h',
79 'workspace/workspace_observer.h',
79 ], 80 ],
80 }, 81 },
81 { 82 {
82 'target_name': 'aura_shell_unittests', 83 'target_name': 'aura_shell_unittests',
83 'type': 'executable', 84 'type': 'executable',
84 'dependencies': [ 85 'dependencies': [
85 '../../base/base.gyp:base', 86 '../../base/base.gyp:base',
86 '../../base/base.gyp:test_support_base', 87 '../../base/base.gyp:test_support_base',
87 '../../build/temp_gyp/googleurl.gyp:googleurl', 88 '../../build/temp_gyp/googleurl.gyp:googleurl',
88 '../../skia/skia.gyp:skia', 89 '../../skia/skia.gyp:skia',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 '../../views/views.gyp:views_desktop', 175 '../../views/views.gyp:views_desktop',
175 '../../views/views.gyp:views_desktop_lib', 176 '../../views/views.gyp:views_desktop_lib',
176 '../../views/views.gyp:views_unittests', 177 '../../views/views.gyp:views_unittests',
177 '../aura/aura.gyp:*', 178 '../aura/aura.gyp:*',
178 '../gfx/compositor/compositor.gyp:*', 179 '../gfx/compositor/compositor.gyp:*',
179 'aura_shell_exe', 180 'aura_shell_exe',
180 ], 181 ],
181 }, 182 },
182 ], 183 ],
183 } 184 }
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