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

Side by Side Diff: ash/ash.gyp

Issue 357323002: Tray elements behave appropriately on the multiple signin screen (more like lock screen) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review Created 6 years, 4 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
« no previous file with comments | « no previous file | ash/session/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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'root_window_controller.h', 179 'root_window_controller.h',
180 'root_window_settings.cc', 180 'root_window_settings.cc',
181 'root_window_settings.h', 181 'root_window_settings.h',
182 'rotator/screen_rotation.cc', 182 'rotator/screen_rotation.cc',
183 'rotator/screen_rotation.h', 183 'rotator/screen_rotation.h',
184 'scoped_target_root_window.cc', 184 'scoped_target_root_window.cc',
185 'scoped_target_root_window.h', 185 'scoped_target_root_window.h',
186 'screen_util.cc', 186 'screen_util.cc',
187 'screen_util.h', 187 'screen_util.h',
188 'screenshot_delegate.h', 188 'screenshot_delegate.h',
189 'session/session_state_delegate.cc',
189 'session/session_state_delegate.h', 190 'session/session_state_delegate.h',
190 'session/session_state_observer.cc', 191 'session/session_state_observer.cc',
191 'session/session_state_observer.h', 192 'session/session_state_observer.h',
192 'shelf/app_list_button.cc', 193 'shelf/app_list_button.cc',
193 'shelf/app_list_button.h', 194 'shelf/app_list_button.h',
194 'shelf/app_list_shelf_item_delegate.cc', 195 'shelf/app_list_shelf_item_delegate.cc',
195 'shelf/app_list_shelf_item_delegate.h', 196 'shelf/app_list_shelf_item_delegate.h',
196 'shelf/background_animator.cc', 197 'shelf/background_animator.cc',
197 'shelf/background_animator.h', 198 'shelf/background_animator.h',
198 'shelf/overflow_bubble.cc', 199 'shelf/overflow_bubble.cc',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 'conditions': [ 1247 'conditions': [
1247 ['chromeos==1', { 1248 ['chromeos==1', {
1248 'dependencies': [ 1249 'dependencies': [
1249 '../ui/display/display.gyp:display', 1250 '../ui/display/display.gyp:display',
1250 ], 1251 ],
1251 }], 1252 }],
1252 ], 1253 ],
1253 }, 1254 },
1254 ], 1255 ],
1255 } 1256 }
OLDNEW
« no previous file with comments | « no previous file | ash/session/session_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698