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

Side by Side Diff: ash/ash.gyp

Issue 102483006: Getting rid of GetDefaultProfile & fixing multi user issues with accessibility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit test Created 7 years 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 | « ash/accessibility_delegate.h ('k') | ash/default_accessibility_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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'rotator/screen_rotation.cc', 178 'rotator/screen_rotation.cc',
179 'rotator/screen_rotation.h', 179 'rotator/screen_rotation.h',
180 'scoped_target_root_window.cc', 180 'scoped_target_root_window.cc',
181 'scoped_target_root_window.h', 181 'scoped_target_root_window.h',
182 'screen_ash.cc', 182 'screen_ash.cc',
183 'screen_ash.h', 183 'screen_ash.h',
184 'screensaver/screensaver_view.cc', 184 'screensaver/screensaver_view.cc',
185 'screensaver/screensaver_view.h', 185 'screensaver/screensaver_view.h',
186 'screenshot_delegate.h', 186 'screenshot_delegate.h',
187 'session_state_delegate.h', 187 'session_state_delegate.h',
188 'session_state_observer.cc',
188 'session_state_observer.h', 189 'session_state_observer.h',
189 'shelf/alternate_app_list_button.cc', 190 'shelf/alternate_app_list_button.cc',
190 'shelf/alternate_app_list_button.h', 191 'shelf/alternate_app_list_button.h',
191 'shelf/app_list_button.cc', 192 'shelf/app_list_button.cc',
192 'shelf/app_list_button.h', 193 'shelf/app_list_button.h',
193 'shelf/app_list_shelf_item_delegate.cc', 194 'shelf/app_list_shelf_item_delegate.cc',
194 'shelf/app_list_shelf_item_delegate.h', 195 'shelf/app_list_shelf_item_delegate.h',
195 'shelf/background_animator.cc', 196 'shelf/background_animator.cc',
196 'shelf/background_animator.h', 197 'shelf/background_animator.h',
197 'shelf/overflow_bubble.cc', 198 'shelf/overflow_bubble.cc',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 }, 1003 },
1003 }, 1004 },
1004 'dependencies': [ 1005 'dependencies': [
1005 '../sandbox/sandbox.gyp:sandbox', 1006 '../sandbox/sandbox.gyp:sandbox',
1006 ], 1007 ],
1007 }], 1008 }],
1008 ], 1009 ],
1009 }, 1010 },
1010 ], 1011 ],
1011 } 1012 }
OLDNEW
« no previous file with comments | « ash/accessibility_delegate.h ('k') | ash/default_accessibility_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698