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

Side by Side Diff: ash/ash.gyp

Issue 14295008: Add ash SessionStateDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for review. Created 7 years, 8 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'magnifier/partial_magnification_controller.h', 156 'magnifier/partial_magnification_controller.h',
157 'root_window_controller.cc', 157 'root_window_controller.cc',
158 'root_window_controller.h', 158 'root_window_controller.h',
159 'rotator/screen_rotation.cc', 159 'rotator/screen_rotation.cc',
160 'rotator/screen_rotation.h', 160 'rotator/screen_rotation.h',
161 'screen_ash.cc', 161 'screen_ash.cc',
162 'screen_ash.h', 162 'screen_ash.h',
163 'screensaver/screensaver_view.cc', 163 'screensaver/screensaver_view.cc',
164 'screensaver/screensaver_view.h', 164 'screensaver/screensaver_view.h',
165 'screenshot_delegate.h', 165 'screenshot_delegate.h',
166 'session_state_delegate.h',
166 'shelf/background_animator.cc', 167 'shelf/background_animator.cc',
167 'shelf/background_animator.h', 168 'shelf/background_animator.h',
168 'shelf/shelf_layout_manager.cc', 169 'shelf/shelf_layout_manager.cc',
169 'shelf/shelf_layout_manager.h', 170 'shelf/shelf_layout_manager.h',
170 'shelf/shelf_types.h', 171 'shelf/shelf_types.h',
171 'shelf/shelf_widget.cc', 172 'shelf/shelf_widget.cc',
172 'shelf/shelf_widget.h', 173 'shelf/shelf_widget.h',
173 'shell.cc', 174 'shell.cc',
174 'shell.h', 175 'shell.h',
175 'shell_delegate.h', 176 'shell_delegate.h',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'test/launcher_view_test_api.cc', 544 'test/launcher_view_test_api.cc',
544 'test/launcher_view_test_api.h', 545 'test/launcher_view_test_api.h',
545 'test/display_manager_test_api.cc', 546 'test/display_manager_test_api.cc',
546 'test/display_manager_test_api.h', 547 'test/display_manager_test_api.h',
547 'test/shell_test_api.cc', 548 'test/shell_test_api.cc',
548 'test/shell_test_api.h', 549 'test/shell_test_api.h',
549 'test/test_activation_delegate.cc', 550 'test/test_activation_delegate.cc',
550 'test/test_activation_delegate.h', 551 'test/test_activation_delegate.h',
551 'test/test_launcher_delegate.cc', 552 'test/test_launcher_delegate.cc',
552 'test/test_launcher_delegate.h', 553 'test/test_launcher_delegate.h',
554 'test/test_session_state_delegate.cc',
555 'test/test_session_state_delegate.cc',
553 'test/test_shell_delegate.cc', 556 'test/test_shell_delegate.cc',
554 'test/test_shell_delegate.h', 557 'test/test_shell_delegate.h',
555 'test/test_suite.cc', 558 'test/test_suite.cc',
556 'test/test_suite.h', 559 'test/test_suite.h',
557 'test/test_suite_init.h', 560 'test/test_suite_init.h',
558 'test/test_suite_init.mm', 561 'test/test_suite_init.mm',
559 ], 562 ],
560 'conditions': [ 563 'conditions': [
561 ['OS=="win"', { 564 ['OS=="win"', {
562 'dependencies': [ 565 'dependencies': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'shelf/shelf_layout_manager_unittest.cc', 643 'shelf/shelf_layout_manager_unittest.cc',
641 'shelf/shelf_widget_unittest.cc', 644 'shelf/shelf_widget_unittest.cc',
642 'shell_unittest.cc', 645 'shell_unittest.cc',
643 'shell/app_list.cc', 646 'shell/app_list.cc',
644 'shell/bubble.cc', 647 'shell/bubble.cc',
645 'shell/context_menu.cc', 648 'shell/context_menu.cc',
646 'shell/context_menu.h', 649 'shell/context_menu.h',
647 'shell/launcher_delegate_impl.cc', 650 'shell/launcher_delegate_impl.cc',
648 'shell/lock_view.cc', 651 'shell/lock_view.cc',
649 'shell/panel_window.cc', 652 'shell/panel_window.cc',
653 'session_state_delegate_stub.cc',
Daniel Erat 2013/04/16 17:34:15 nit: fix alphabetization
bartfab (slow) 2013/04/17 08:14:41 Done.
654 'session_state_delegate_stub.h',
650 'shell/shell_delegate_impl.cc', 655 'shell/shell_delegate_impl.cc',
651 'shell/shell_delegate_impl.h', 656 'shell/shell_delegate_impl.h',
652 'shell/toplevel_window.cc', 657 'shell/toplevel_window.cc',
653 'shell/widgets.cc', 658 'shell/widgets.cc',
654 'shell/window_type_launcher.cc', 659 'shell/window_type_launcher.cc',
655 'shell/window_watcher.cc', 660 'shell/window_watcher.cc',
656 'shell/window_watcher_unittest.cc', 661 'shell/window_watcher_unittest.cc',
657 'system/chromeos/network/network_state_notifier_unittest.cc', 662 'system/chromeos/network/network_state_notifier_unittest.cc',
658 'system/tray/system_tray_unittest.cc', 663 'system/tray/system_tray_unittest.cc',
659 'system/web_notification/web_notification_tray_unittest.cc', 664 'system/web_notification/web_notification_tray_unittest.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'shell/content_client/shell_main_delegate.cc', 777 'shell/content_client/shell_main_delegate.cc',
773 'shell/content_client/shell_main_delegate.h', 778 'shell/content_client/shell_main_delegate.h',
774 'shell/context_menu.cc', 779 'shell/context_menu.cc',
775 'shell/context_menu.h', 780 'shell/context_menu.h',
776 'shell/example_factory.h', 781 'shell/example_factory.h',
777 'shell/launcher_delegate_impl.cc', 782 'shell/launcher_delegate_impl.cc',
778 'shell/launcher_delegate_impl.h', 783 'shell/launcher_delegate_impl.h',
779 'shell/lock_view.cc', 784 'shell/lock_view.cc',
780 'shell/panel_window.cc', 785 'shell/panel_window.cc',
781 'shell/panel_window.h', 786 'shell/panel_window.h',
787 'session_state_delegate_stub.cc',
Daniel Erat 2013/04/16 17:34:15 here too
bartfab (slow) 2013/04/17 08:14:41 Done.
788 'session_state_delegate_stub.h',
782 'shell/shell_delegate_impl.cc', 789 'shell/shell_delegate_impl.cc',
783 'shell/shell_delegate_impl.h', 790 'shell/shell_delegate_impl.h',
784 'shell/shell_main.cc', 791 'shell/shell_main.cc',
785 'shell/shell_main_parts.cc', 792 'shell/shell_main_parts.cc',
786 'shell/shell_main_parts.h', 793 'shell/shell_main_parts.h',
787 'shell/shell_main_parts_mac.mm', 794 'shell/shell_main_parts_mac.mm',
788 'shell/toplevel_window.cc', 795 'shell/toplevel_window.cc',
789 'shell/toplevel_window.h', 796 'shell/toplevel_window.h',
790 'shell/widgets.cc', 797 'shell/widgets.cc',
791 'shell/window_type_launcher.cc', 798 'shell/window_type_launcher.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 'shell/cocoa/app-Info.plist', 832 'shell/cocoa/app-Info.plist',
826 ], 833 ],
827 'xcode_settings': { 834 'xcode_settings': {
828 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 835 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
829 }, 836 },
830 }], 837 }],
831 ], 838 ],
832 }, 839 },
833 ], 840 ],
834 } 841 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698