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

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: Rebased. 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 633 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
631 'launcher/launcher_model_unittest.cc', 634 'launcher/launcher_model_unittest.cc',
632 'launcher/launcher_navigator_unittest.cc', 635 'launcher/launcher_navigator_unittest.cc',
633 'launcher/launcher_tooltip_manager_unittest.cc', 636 'launcher/launcher_tooltip_manager_unittest.cc',
634 'launcher/launcher_unittest.cc', 637 'launcher/launcher_unittest.cc',
635 'launcher/launcher_view_unittest.cc', 638 'launcher/launcher_view_unittest.cc',
636 'magnifier/magnification_controller_unittest.cc', 639 'magnifier/magnification_controller_unittest.cc',
637 'root_window_controller_unittest.cc', 640 'root_window_controller_unittest.cc',
638 'screen_ash_unittest.cc', 641 'screen_ash_unittest.cc',
639 'screensaver/screensaver_view_unittest.cc', 642 'screensaver/screensaver_view_unittest.cc',
643 'session_state_delegate_stub.cc',
644 'session_state_delegate_stub.h',
640 'shelf/shelf_layout_manager_unittest.cc', 645 'shelf/shelf_layout_manager_unittest.cc',
641 'shelf/shelf_widget_unittest.cc', 646 'shelf/shelf_widget_unittest.cc',
642 'shell_unittest.cc', 647 'shell_unittest.cc',
643 'shell/app_list.cc', 648 'shell/app_list.cc',
644 'shell/bubble.cc', 649 'shell/bubble.cc',
645 'shell/context_menu.cc', 650 'shell/context_menu.cc',
646 'shell/context_menu.h', 651 'shell/context_menu.h',
647 'shell/launcher_delegate_impl.cc', 652 'shell/launcher_delegate_impl.cc',
648 'shell/lock_view.cc', 653 'shell/lock_view.cc',
649 'shell/panel_window.cc', 654 'shell/panel_window.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 '../ui/ui.gyp:ui', 761 '../ui/ui.gyp:ui',
757 '../ui/ui.gyp:ui_resources', 762 '../ui/ui.gyp:ui_resources',
758 '../ui/views/views.gyp:views', 763 '../ui/views/views.gyp:views',
759 '../ui/views/views.gyp:views_examples_lib', 764 '../ui/views/views.gyp:views_examples_lib',
760 '../ui/views/views.gyp:views_examples_with_content_lib', 765 '../ui/views/views.gyp:views_examples_with_content_lib',
761 '../ui/views/views.gyp:views_test_support', 766 '../ui/views/views.gyp:views_test_support',
762 'ash', 767 'ash',
763 'ash_resources', 768 'ash_resources',
764 ], 769 ],
765 'sources': [ 770 'sources': [
771 'session_state_delegate_stub.cc',
772 'session_state_delegate_stub.h',
766 'shell/app_list.cc', 773 'shell/app_list.cc',
767 'shell/bubble.cc', 774 'shell/bubble.cc',
768 'shell/content_client/shell_browser_main_parts.cc', 775 'shell/content_client/shell_browser_main_parts.cc',
769 'shell/content_client/shell_browser_main_parts.h', 776 'shell/content_client/shell_browser_main_parts.h',
770 'shell/content_client/shell_content_browser_client.cc', 777 'shell/content_client/shell_content_browser_client.cc',
771 'shell/content_client/shell_content_browser_client.h', 778 'shell/content_client/shell_content_browser_client.h',
772 'shell/content_client/shell_main_delegate.cc', 779 'shell/content_client/shell_main_delegate.cc',
773 'shell/content_client/shell_main_delegate.h', 780 'shell/content_client/shell_main_delegate.h',
774 'shell/context_menu.cc', 781 'shell/context_menu.cc',
775 'shell/context_menu.h', 782 'shell/context_menu.h',
(...skipping 49 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
« no previous file with comments | « ash/accelerators/nested_dispatcher_controller_unittest.cc ('k') | ash/desktop_background/desktop_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698