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

Side by Side Diff: ash/ash.gyp

Issue 2104593002: ash: Remove WmShelf::ForPrimaryDisplay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/common/shelf/wm_shelf.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',
100 'common/shelf/wm_shelf.h', 99 'common/shelf/wm_shelf.h',
101 'common/shelf/wm_shelf_observer.h', 100 'common/shelf/wm_shelf_observer.h',
102 'common/shelf/wm_shelf_util.cc', 101 'common/shelf/wm_shelf_util.cc',
103 'common/shelf/wm_shelf_util.h', 102 'common/shelf/wm_shelf_util.h',
104 'common/shell_window_ids.cc', 103 'common/shell_window_ids.cc',
105 'common/shell_window_ids.h', 104 'common/shell_window_ids.h',
106 'common/system/accessibility_observer.h', 105 'common/system/accessibility_observer.h',
107 'common/system/audio/audio_observer.h', 106 'common/system/audio/audio_observer.h',
108 'common/system/audio/tray_audio.cc', 107 'common/system/audio/tray_audio.cc',
109 'common/system/audio/tray_audio.h', 108 'common/system/audio/tray_audio.h',
(...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1450 ],
1452 } 1451 }
1453 ], 1452 ],
1454 ], 1453 ],
1455 }, 1454 },
1456 ], 1455 ],
1457 }], 1456 }],
1458 ], 1457 ],
1459 } 1458 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/shelf/wm_shelf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698