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

Side by Side Diff: ash/ash.gyp

Issue 2237613002: mash: Migrate some misc ShelfLayoutManager deps to ash common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'rotator/screen_rotation_animator.h', 641 'rotator/screen_rotation_animator.h',
642 'rotator/window_rotation.cc', 642 'rotator/window_rotation.cc',
643 'rotator/window_rotation.h', 643 'rotator/window_rotation.h',
644 'screen_util.cc', 644 'screen_util.cc',
645 'screen_util.h', 645 'screen_util.h',
646 'screenshot_delegate.h', 646 'screenshot_delegate.h',
647 'shelf/dimmer_view.cc', 647 'shelf/dimmer_view.cc',
648 'shelf/dimmer_view.h', 648 'shelf/dimmer_view.h',
649 'shelf/shelf.cc', 649 'shelf/shelf.cc',
650 'shelf/shelf.h', 650 'shelf/shelf.h',
651 'shelf/shelf_bezel_event_filter.cc', 651 'shelf/shelf_bezel_event_handler.cc',
652 'shelf/shelf_bezel_event_filter.h', 652 'shelf/shelf_bezel_event_handler.h',
653 'shelf/shelf_layout_manager.cc', 653 'shelf/shelf_layout_manager.cc',
654 'shelf/shelf_layout_manager.h', 654 'shelf/shelf_layout_manager.h',
655 'shelf/shelf_layout_manager_observer.h', 655 'shelf/shelf_layout_manager_observer.h',
656 'shelf/shelf_util.cc', 656 'shelf/shelf_util.cc',
657 'shelf/shelf_util.h', 657 'shelf/shelf_util.h',
658 'shelf/shelf_widget.cc', 658 'shelf/shelf_widget.cc',
659 'shelf/shelf_widget.h', 659 'shelf/shelf_widget.h',
660 'shelf/shelf_window_targeter.cc', 660 'shelf/shelf_window_targeter.cc',
661 'shelf/shelf_window_targeter.h', 661 'shelf/shelf_window_targeter.h',
662 'shell.cc', 662 'shell.cc',
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1485 ], 1485 ],
1486 } 1486 }
1487 ], 1487 ],
1488 ], 1488 ],
1489 }, 1489 },
1490 ], 1490 ],
1491 }], 1491 }],
1492 ], 1492 ],
1493 } 1493 }
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