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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 14200034: Revert 194578 "Add ash SessionStateDelegate" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | Annotate | Revision Log
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',
167 'shelf/background_animator.cc', 166 'shelf/background_animator.cc',
168 'shelf/background_animator.h', 167 'shelf/background_animator.h',
169 'shelf/shelf_layout_manager.cc', 168 'shelf/shelf_layout_manager.cc',
170 'shelf/shelf_layout_manager.h', 169 'shelf/shelf_layout_manager.h',
171 'shelf/shelf_types.h', 170 'shelf/shelf_types.h',
172 'shelf/shelf_widget.cc', 171 'shelf/shelf_widget.cc',
173 'shelf/shelf_widget.h', 172 'shelf/shelf_widget.h',
174 'shell.cc', 173 'shell.cc',
175 'shell.h', 174 'shell.h',
176 'shell_delegate.h', 175 'shell_delegate.h',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'test/launcher_view_test_api.cc', 543 'test/launcher_view_test_api.cc',
545 'test/launcher_view_test_api.h', 544 'test/launcher_view_test_api.h',
546 'test/display_manager_test_api.cc', 545 'test/display_manager_test_api.cc',
547 'test/display_manager_test_api.h', 546 'test/display_manager_test_api.h',
548 'test/shell_test_api.cc', 547 'test/shell_test_api.cc',
549 'test/shell_test_api.h', 548 'test/shell_test_api.h',
550 'test/test_activation_delegate.cc', 549 'test/test_activation_delegate.cc',
551 'test/test_activation_delegate.h', 550 'test/test_activation_delegate.h',
552 'test/test_launcher_delegate.cc', 551 'test/test_launcher_delegate.cc',
553 'test/test_launcher_delegate.h', 552 'test/test_launcher_delegate.h',
554 'test/test_session_state_delegate.cc',
555 'test/test_session_state_delegate.cc',
556 'test/test_shell_delegate.cc', 553 'test/test_shell_delegate.cc',
557 'test/test_shell_delegate.h', 554 'test/test_shell_delegate.h',
558 'test/test_suite.cc', 555 'test/test_suite.cc',
559 'test/test_suite.h', 556 'test/test_suite.h',
560 'test/test_suite_init.h', 557 'test/test_suite_init.h',
561 'test/test_suite_init.mm', 558 'test/test_suite_init.mm',
562 ], 559 ],
563 'conditions': [ 560 'conditions': [
564 ['OS=="win"', { 561 ['OS=="win"', {
565 'dependencies': [ 562 'dependencies': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 630 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
634 'launcher/launcher_model_unittest.cc', 631 'launcher/launcher_model_unittest.cc',
635 'launcher/launcher_navigator_unittest.cc', 632 'launcher/launcher_navigator_unittest.cc',
636 'launcher/launcher_tooltip_manager_unittest.cc', 633 'launcher/launcher_tooltip_manager_unittest.cc',
637 'launcher/launcher_unittest.cc', 634 'launcher/launcher_unittest.cc',
638 'launcher/launcher_view_unittest.cc', 635 'launcher/launcher_view_unittest.cc',
639 'magnifier/magnification_controller_unittest.cc', 636 'magnifier/magnification_controller_unittest.cc',
640 'root_window_controller_unittest.cc', 637 'root_window_controller_unittest.cc',
641 'screen_ash_unittest.cc', 638 'screen_ash_unittest.cc',
642 'screensaver/screensaver_view_unittest.cc', 639 'screensaver/screensaver_view_unittest.cc',
643 'session_state_delegate_stub.cc',
644 'session_state_delegate_stub.h',
645 'shelf/shelf_layout_manager_unittest.cc', 640 'shelf/shelf_layout_manager_unittest.cc',
646 'shelf/shelf_widget_unittest.cc', 641 'shelf/shelf_widget_unittest.cc',
647 'shell_unittest.cc', 642 'shell_unittest.cc',
648 'shell/app_list.cc', 643 'shell/app_list.cc',
649 'shell/bubble.cc', 644 'shell/bubble.cc',
650 'shell/context_menu.cc', 645 'shell/context_menu.cc',
651 'shell/context_menu.h', 646 'shell/context_menu.h',
652 'shell/launcher_delegate_impl.cc', 647 'shell/launcher_delegate_impl.cc',
653 'shell/lock_view.cc', 648 'shell/lock_view.cc',
654 'shell/panel_window.cc', 649 'shell/panel_window.cc',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 '../ui/ui.gyp:ui', 756 '../ui/ui.gyp:ui',
762 '../ui/ui.gyp:ui_resources', 757 '../ui/ui.gyp:ui_resources',
763 '../ui/views/views.gyp:views', 758 '../ui/views/views.gyp:views',
764 '../ui/views/views.gyp:views_examples_lib', 759 '../ui/views/views.gyp:views_examples_lib',
765 '../ui/views/views.gyp:views_examples_with_content_lib', 760 '../ui/views/views.gyp:views_examples_with_content_lib',
766 '../ui/views/views.gyp:views_test_support', 761 '../ui/views/views.gyp:views_test_support',
767 'ash', 762 'ash',
768 'ash_resources', 763 'ash_resources',
769 ], 764 ],
770 'sources': [ 765 'sources': [
771 'session_state_delegate_stub.cc',
772 'session_state_delegate_stub.h',
773 'shell/app_list.cc', 766 'shell/app_list.cc',
774 'shell/bubble.cc', 767 'shell/bubble.cc',
775 'shell/content_client/shell_browser_main_parts.cc', 768 'shell/content_client/shell_browser_main_parts.cc',
776 'shell/content_client/shell_browser_main_parts.h', 769 'shell/content_client/shell_browser_main_parts.h',
777 'shell/content_client/shell_content_browser_client.cc', 770 'shell/content_client/shell_content_browser_client.cc',
778 'shell/content_client/shell_content_browser_client.h', 771 'shell/content_client/shell_content_browser_client.h',
779 'shell/content_client/shell_main_delegate.cc', 772 'shell/content_client/shell_main_delegate.cc',
780 'shell/content_client/shell_main_delegate.h', 773 'shell/content_client/shell_main_delegate.h',
781 'shell/context_menu.cc', 774 'shell/context_menu.cc',
782 'shell/context_menu.h', 775 'shell/context_menu.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 'shell/cocoa/app-Info.plist', 825 'shell/cocoa/app-Info.plist',
833 ], 826 ],
834 'xcode_settings': { 827 'xcode_settings': {
835 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 828 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
836 }, 829 },
837 }], 830 }],
838 ], 831 ],
839 }, 832 },
840 ], 833 ],
841 } 834 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698