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

Side by Side Diff: ash/ash.gyp

Issue 2093283002: mash: Convert all of //ash/system to use WmShelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/aura/wm_shelf_aura.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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_shelf_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698