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

Side by Side Diff: ash/ash.gyp

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 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
« no previous file with comments | « no previous file | ash/common/login_status.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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'aura/wm_window_aura.h', 56 'aura/wm_window_aura.h',
57 'autoclick/autoclick_controller.cc', 57 'autoclick/autoclick_controller.cc',
58 'autoclick/autoclick_controller.h', 58 'autoclick/autoclick_controller.h',
59 'cancel_mode.cc', 59 'cancel_mode.cc',
60 'cancel_mode.h', 60 'cancel_mode.h',
61 'cast_config_delegate.cc', 61 'cast_config_delegate.cc',
62 'cast_config_delegate.h', 62 'cast_config_delegate.h',
63 'common/accessibility_delegate.h', 63 'common/accessibility_delegate.h',
64 'common/default_accessibility_delegate.cc', 64 'common/default_accessibility_delegate.cc',
65 'common/default_accessibility_delegate.h', 65 'common/default_accessibility_delegate.h',
66 'common/login_status.h',
66 'common/root_window_controller_common.cc', 67 'common/root_window_controller_common.cc',
67 'common/root_window_controller_common.h', 68 'common/root_window_controller_common.h',
68 'common/session/session_state_delegate.cc', 69 'common/session/session_state_delegate.cc',
69 'common/session/session_state_delegate.h', 70 'common/session/session_state_delegate.h',
70 'common/session/session_state_observer.cc', 71 'common/session/session_state_observer.cc',
71 'common/session/session_state_observer.h', 72 'common/session/session_state_observer.h',
72 'common/session/session_types.h', 73 'common/session/session_types.h',
73 'common/shelf/shelf_constants.cc', 74 'common/shelf/shelf_constants.cc',
74 'common/shelf/shelf_constants.h', 75 'common/shelf/shelf_constants.h',
75 'common/shelf/shelf_item_delegate.h', 76 'common/shelf/shelf_item_delegate.h',
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1445 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1445 ], 1446 ],
1446 } 1447 }
1447 ], 1448 ],
1448 ], 1449 ],
1449 }, 1450 },
1450 ], 1451 ],
1451 }], 1452 }],
1452 ], 1453 ],
1453 } 1454 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/login_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698