| 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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'common/shelf/shelf_background_animator.cc', | 134 'common/shelf/shelf_background_animator.cc', |
| 135 'common/shelf/shelf_background_animator.h', | 135 'common/shelf/shelf_background_animator.h', |
| 136 'common/shelf/shelf_background_animator_observer.h', | 136 'common/shelf/shelf_background_animator_observer.h', |
| 137 'common/shelf/shelf_button.cc', | 137 'common/shelf/shelf_button.cc', |
| 138 'common/shelf/shelf_button.h', | 138 'common/shelf/shelf_button.h', |
| 139 'common/shelf/shelf_button_pressed_metric_tracker.cc', | 139 'common/shelf/shelf_button_pressed_metric_tracker.cc', |
| 140 'common/shelf/shelf_button_pressed_metric_tracker.h', | 140 'common/shelf/shelf_button_pressed_metric_tracker.h', |
| 141 'common/shelf/shelf_constants.cc', | 141 'common/shelf/shelf_constants.cc', |
| 142 'common/shelf/shelf_constants.h', | 142 'common/shelf/shelf_constants.h', |
| 143 'common/shelf/shelf_delegate.h', | 143 'common/shelf/shelf_delegate.h', |
| 144 'common/shelf/shelf_icon_observer.h', | |
| 145 'common/shelf/shelf_item_delegate.h', | 144 'common/shelf/shelf_item_delegate.h', |
| 146 'common/shelf/shelf_item_types.cc', | 145 'common/shelf/shelf_item_types.cc', |
| 147 'common/shelf/shelf_item_types.h', | 146 'common/shelf/shelf_item_types.h', |
| 148 'common/shelf/shelf_locking_manager.cc', | 147 'common/shelf/shelf_locking_manager.cc', |
| 149 'common/shelf/shelf_locking_manager.h', | 148 'common/shelf/shelf_locking_manager.h', |
| 150 'common/shelf/shelf_menu_model.h', | 149 'common/shelf/shelf_menu_model.h', |
| 151 'common/shelf/shelf_model.cc', | 150 'common/shelf/shelf_model.cc', |
| 152 'common/shelf/shelf_model.h', | 151 'common/shelf/shelf_model.h', |
| 153 'common/shelf/shelf_model_observer.h', | 152 'common/shelf/shelf_model_observer.h', |
| 154 'common/shelf/shelf_navigator.cc', | 153 'common/shelf/shelf_navigator.cc', |
| (...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1486 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1487 ], | 1486 ], |
| 1488 } | 1487 } |
| 1489 ], | 1488 ], |
| 1490 ], | 1489 ], |
| 1491 }, | 1490 }, |
| 1492 ], | 1491 ], |
| 1493 }], | 1492 }], |
| 1494 ], | 1493 ], |
| 1495 } | 1494 } |
| OLD | NEW |