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

Side by Side Diff: ash/ash.gyp

Issue 2200893002: mash: Partially migrate ash/desktop_background to ash common types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Working on it.. 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
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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 'shelf/shelf_view.cc', 639 'shelf/shelf_view.cc',
640 'shelf/shelf_view.h', 640 'shelf/shelf_view.h',
641 'shelf/shelf_widget.cc', 641 'shelf/shelf_widget.cc',
642 'shelf/shelf_widget.h', 642 'shelf/shelf_widget.h',
643 'shelf/shelf_window_watcher.cc', 643 'shelf/shelf_window_watcher.cc',
644 'shelf/shelf_window_watcher.h', 644 'shelf/shelf_window_watcher.h',
645 'shelf/shelf_window_watcher_item_delegate.cc', 645 'shelf/shelf_window_watcher_item_delegate.cc',
646 'shelf/shelf_window_watcher_item_delegate.h', 646 'shelf/shelf_window_watcher_item_delegate.h',
647 'shell.cc', 647 'shell.cc',
648 'shell.h', 648 'shell.h',
649 'shell_factory.h',
650 'shell_init_params.cc', 649 'shell_init_params.cc',
651 'shell_init_params.h', 650 'shell_init_params.h',
652 'snap_to_pixel_layout_manager.cc', 651 'snap_to_pixel_layout_manager.cc',
653 'snap_to_pixel_layout_manager.h', 652 'snap_to_pixel_layout_manager.h',
654 'sticky_keys/sticky_keys_controller.cc', 653 'sticky_keys/sticky_keys_controller.cc',
655 'sticky_keys/sticky_keys_controller.h', 654 'sticky_keys/sticky_keys_controller.h',
656 'sticky_keys/sticky_keys_overlay.cc', 655 'sticky_keys/sticky_keys_overlay.cc',
657 'sticky_keys/sticky_keys_overlay.h', 656 'sticky_keys/sticky_keys_overlay.h',
658 'sticky_keys/sticky_keys_state.h', 657 'sticky_keys/sticky_keys_state.h',
659 'system/chromeos/power/power_event_observer.cc', 658 'system/chromeos/power/power_event_observer.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 'content/keyboard_overlay/keyboard_overlay_view.cc', 786 'content/keyboard_overlay/keyboard_overlay_view.cc',
788 'content/keyboard_overlay/keyboard_overlay_view.h', 787 'content/keyboard_overlay/keyboard_overlay_view.h',
789 'content/screen_orientation_delegate_chromeos.cc', 788 'content/screen_orientation_delegate_chromeos.cc',
790 'content/screen_orientation_delegate_chromeos.h', 789 'content/screen_orientation_delegate_chromeos.h',
791 'content/shell_content_state.cc', 790 'content/shell_content_state.cc',
792 'content/shell_content_state.h', 791 'content/shell_content_state.h',
793 ], 792 ],
794 'ash_test_support_sources': [ 793 'ash_test_support_sources': [
795 'common/test/test_volume_control_delegate.cc', 794 'common/test/test_volume_control_delegate.cc',
796 'common/test/test_volume_control_delegate.h', 795 'common/test/test_volume_control_delegate.h',
797 'desktop_background/desktop_background_controller_test_api.cc',
798 'desktop_background/desktop_background_controller_test_api.h',
799 'shell/toplevel_window.cc', 796 'shell/toplevel_window.cc',
800 'shell/toplevel_window.h', 797 'shell/toplevel_window.h',
801 'test/ash_md_test_base.cc', 798 'test/ash_md_test_base.cc',
802 'test/ash_md_test_base.h', 799 'test/ash_md_test_base.h',
803 'test/ash_test_base.cc', 800 'test/ash_test_base.cc',
804 'test/ash_test_base.h', 801 'test/ash_test_base.h',
805 'test/ash_test_helper.cc', 802 'test/ash_test_helper.cc',
806 'test/ash_test_helper.h', 803 'test/ash_test_helper.h',
807 'test/ash_test_views_delegate.cc', 804 'test/ash_test_views_delegate.cc',
808 'test/ash_test_views_delegate.h', 805 'test/ash_test_views_delegate.h',
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1472 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1476 ], 1473 ],
1477 } 1474 }
1478 ], 1475 ],
1479 ], 1476 ],
1480 }, 1477 },
1481 ], 1478 ],
1482 }], 1479 }],
1483 ], 1480 ],
1484 } 1481 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698