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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
54 'aura/wm_shell_aura.cc', | 54 'aura/wm_shell_aura.cc', |
55 'aura/wm_shell_aura.h', | 55 'aura/wm_shell_aura.h', |
56 'aura/wm_window_aura.cc', | 56 'aura/wm_window_aura.cc', |
57 'aura/wm_window_aura.h', | 57 'aura/wm_window_aura.h', |
58 'autoclick/autoclick_controller.cc', | 58 'autoclick/autoclick_controller.cc', |
59 'autoclick/autoclick_controller.h', | 59 'autoclick/autoclick_controller.h', |
60 'cancel_mode.cc', | 60 'cancel_mode.cc', |
61 'cancel_mode.h', | 61 'cancel_mode.h', |
62 'cast_config_delegate.cc', | 62 'cast_config_delegate.cc', |
63 'cast_config_delegate.h', | 63 'cast_config_delegate.h', |
64 'common/login_status.h', | |
James Cook
2016/06/08 00:14:06
If you're willing to wait until my SessionStateDel
sky
2016/06/08 04:01:58
I like that better as getting a localized string f
| |
64 'common/root_window_controller_common.cc', | 65 'common/root_window_controller_common.cc', |
65 'common/root_window_controller_common.h', | 66 'common/root_window_controller_common.h', |
66 'common/shelf/shelf_constants.cc', | 67 'common/shelf/shelf_constants.cc', |
67 'common/shelf/shelf_constants.h', | 68 'common/shelf/shelf_constants.h', |
68 'common/shelf/shelf_item_delegate.h', | 69 'common/shelf/shelf_item_delegate.h', |
69 'common/shelf/shelf_item_delegate_manager.cc', | 70 'common/shelf/shelf_item_delegate_manager.cc', |
70 'common/shelf/shelf_item_delegate_manager.h', | 71 'common/shelf/shelf_item_delegate_manager.h', |
71 'common/shelf/shelf_item_types.cc', | 72 'common/shelf/shelf_item_types.cc', |
72 'common/shelf/shelf_item_types.h', | 73 'common/shelf/shelf_item_types.h', |
73 'common/shelf/shelf_model.cc', | 74 'common/shelf/shelf_model.cc', |
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1444 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1444 ], | 1445 ], |
1445 } | 1446 } |
1446 ], | 1447 ], |
1447 ], | 1448 ], |
1448 }, | 1449 }, |
1449 ], | 1450 ], |
1450 }], | 1451 }], |
1451 ], | 1452 ], |
1452 } | 1453 } |
OLD | NEW |