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

Side by Side Diff: ash/ash.gyp

Issue 2118593002: mash: Migrate ShellDelegate ownership and access to WmShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.h', 99 'common/shelf/wm_shelf.h',
100 'common/shelf/wm_shelf_observer.h', 100 'common/shelf/wm_shelf_observer.h',
101 'common/shelf/wm_shelf_util.cc', 101 'common/shelf/wm_shelf_util.cc',
102 'common/shelf/wm_shelf_util.h', 102 'common/shelf/wm_shelf_util.h',
103 'common/shell_delegate.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',
109 'common/system/audio/tray_audio_delegate.h', 110 'common/system/audio/tray_audio_delegate.h',
110 'common/system/audio/volume_view.cc', 111 'common/system/audio/volume_view.cc',
111 'common/system/audio/volume_view.h', 112 'common/system/audio/volume_view.h',
112 'common/system/cast/tray_cast.cc', 113 'common/system/cast/tray_cast.cc',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'shelf/shelf_view.cc', 589 'shelf/shelf_view.cc',
589 'shelf/shelf_view.h', 590 'shelf/shelf_view.h',
590 'shelf/shelf_widget.cc', 591 'shelf/shelf_widget.cc',
591 'shelf/shelf_widget.h', 592 'shelf/shelf_widget.h',
592 'shelf/shelf_window_watcher.cc', 593 'shelf/shelf_window_watcher.cc',
593 'shelf/shelf_window_watcher.h', 594 'shelf/shelf_window_watcher.h',
594 'shelf/shelf_window_watcher_item_delegate.cc', 595 'shelf/shelf_window_watcher_item_delegate.cc',
595 'shelf/shelf_window_watcher_item_delegate.h', 596 'shelf/shelf_window_watcher_item_delegate.h',
596 'shell.cc', 597 'shell.cc',
597 'shell.h', 598 'shell.h',
598 'shell_delegate.h',
599 'shell_factory.h', 599 'shell_factory.h',
600 'shell_init_params.cc', 600 'shell_init_params.cc',
601 'shell_init_params.h', 601 'shell_init_params.h',
602 'snap_to_pixel_layout_manager.cc', 602 'snap_to_pixel_layout_manager.cc',
603 'snap_to_pixel_layout_manager.h', 603 'snap_to_pixel_layout_manager.h',
604 'sticky_keys/sticky_keys_controller.cc', 604 'sticky_keys/sticky_keys_controller.cc',
605 'sticky_keys/sticky_keys_controller.h', 605 'sticky_keys/sticky_keys_controller.h',
606 'sticky_keys/sticky_keys_overlay.cc', 606 'sticky_keys/sticky_keys_overlay.cc',
607 'sticky_keys/sticky_keys_overlay.h', 607 'sticky_keys/sticky_keys_overlay.h',
608 'sticky_keys/sticky_keys_state.h', 608 'sticky_keys/sticky_keys_state.h',
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1451 ],
1452 } 1452 }
1453 ], 1453 ],
1454 ], 1454 ],
1455 }, 1455 },
1456 ], 1456 ],
1457 }], 1457 }],
1458 ], 1458 ],
1459 } 1459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698