OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |