| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 'common/shelf/shelf_item_delegate.h', | 89 'common/shelf/shelf_item_delegate.h', |
| 90 'common/shelf/shelf_item_delegate_manager.cc', | 90 'common/shelf/shelf_item_delegate_manager.cc', |
| 91 'common/shelf/shelf_item_delegate_manager.h', | 91 'common/shelf/shelf_item_delegate_manager.h', |
| 92 'common/shelf/shelf_item_types.cc', | 92 'common/shelf/shelf_item_types.cc', |
| 93 'common/shelf/shelf_item_types.h', | 93 'common/shelf/shelf_item_types.h', |
| 94 'common/shelf/shelf_menu_model.h', | 94 'common/shelf/shelf_menu_model.h', |
| 95 'common/shelf/shelf_model.cc', | 95 'common/shelf/shelf_model.cc', |
| 96 'common/shelf/shelf_model.h', | 96 'common/shelf/shelf_model.h', |
| 97 'common/shelf/shelf_model_observer.h', | 97 'common/shelf/shelf_model_observer.h', |
| 98 'common/shelf/shelf_types.h', | 98 'common/shelf/shelf_types.h', |
| 99 'common/shelf/wm_shelf.cc', |
| 99 'common/shelf/wm_shelf.h', | 100 'common/shelf/wm_shelf.h', |
| 100 'common/shelf/wm_shelf_observer.h', | 101 'common/shelf/wm_shelf_observer.h', |
| 101 'common/shelf/wm_shelf_util.cc', | 102 'common/shelf/wm_shelf_util.cc', |
| 102 'common/shelf/wm_shelf_util.h', | 103 'common/shelf/wm_shelf_util.h', |
| 103 'common/shell_window_ids.cc', | 104 'common/shell_window_ids.cc', |
| 104 'common/shell_window_ids.h', | 105 'common/shell_window_ids.h', |
| 105 'common/system/accessibility_observer.h', | 106 'common/system/accessibility_observer.h', |
| 106 'common/system/audio/audio_observer.h', | 107 'common/system/audio/audio_observer.h', |
| 107 'common/system/audio/tray_audio.cc', | 108 'common/system/audio/tray_audio.cc', |
| 108 'common/system/audio/tray_audio.h', | 109 'common/system/audio/tray_audio.h', |
| (...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1450 ], | 1451 ], |
| 1451 } | 1452 } |
| 1452 ], | 1453 ], |
| 1453 ], | 1454 ], |
| 1454 }, | 1455 }, |
| 1455 ], | 1456 ], |
| 1456 }], | 1457 }], |
| 1457 ], | 1458 ], |
| 1458 } | 1459 } |
| OLD | NEW |