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

Side by Side Diff: ash/ash.gyp

Issue 15718003: Add SessionStateObserver with ActiveUserChanged() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge & add SessionStateDelegateChromeos Created 7 years, 6 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/session_state_delegate.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) 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 'includes': [ 10 'includes': [
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'root_window_controller.cc', 166 'root_window_controller.cc',
167 'root_window_controller.h', 167 'root_window_controller.h',
168 'rotator/screen_rotation.cc', 168 'rotator/screen_rotation.cc',
169 'rotator/screen_rotation.h', 169 'rotator/screen_rotation.h',
170 'screen_ash.cc', 170 'screen_ash.cc',
171 'screen_ash.h', 171 'screen_ash.h',
172 'screensaver/screensaver_view.cc', 172 'screensaver/screensaver_view.cc',
173 'screensaver/screensaver_view.h', 173 'screensaver/screensaver_view.h',
174 'screenshot_delegate.h', 174 'screenshot_delegate.h',
175 'session_state_delegate.h', 175 'session_state_delegate.h',
176 'session_state_observer.h',
176 'shelf/background_animator.cc', 177 'shelf/background_animator.cc',
177 'shelf/background_animator.h', 178 'shelf/background_animator.h',
178 'shelf/shelf_layout_manager.cc', 179 'shelf/shelf_layout_manager.cc',
179 'shelf/shelf_layout_manager.h', 180 'shelf/shelf_layout_manager.h',
180 'shelf/shelf_layout_manager_observer.h', 181 'shelf/shelf_layout_manager_observer.h',
181 'shelf/shelf_types.h', 182 'shelf/shelf_types.h',
182 'shelf/shelf_widget.cc', 183 'shelf/shelf_widget.cc',
183 'shelf/shelf_widget.h', 184 'shelf/shelf_widget.h',
184 'shell.cc', 185 'shell.cc',
185 'shell.h', 186 'shell.h',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'shell/cocoa/app-Info.plist', 855 'shell/cocoa/app-Info.plist',
855 ], 856 ],
856 'xcode_settings': { 857 'xcode_settings': {
857 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 858 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
858 }, 859 },
859 }], 860 }],
860 ], 861 ],
861 }, 862 },
862 ], 863 ],
863 } 864 }
OLDNEW
« no previous file with comments | « no previous file | ash/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698