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

Side by Side Diff: ash/ash.gyp

Issue 15974008: Rename SessionStateController -> LockStateController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/wm/toplevel_window_event_handler_unittest.cc » ('J')
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'wm/resize_shadow.cc', 405 'wm/resize_shadow.cc',
406 'wm/resize_shadow.h', 406 'wm/resize_shadow.h',
407 'wm/resize_shadow_controller.cc', 407 'wm/resize_shadow_controller.cc',
408 'wm/resize_shadow_controller.h', 408 'wm/resize_shadow_controller.h',
409 'wm/root_window_layout_manager.cc', 409 'wm/root_window_layout_manager.cc',
410 'wm/root_window_layout_manager.h', 410 'wm/root_window_layout_manager.h',
411 'wm/screen_dimmer.cc', 411 'wm/screen_dimmer.cc',
412 'wm/screen_dimmer.h', 412 'wm/screen_dimmer.h',
413 'wm/session_state_animator.cc', 413 'wm/session_state_animator.cc',
414 'wm/session_state_animator.h', 414 'wm/session_state_animator.h',
415 'wm/session_state_controller.cc', 415 'wm/session_lock_state_controller.cc',
Daniel Erat 2013/05/30 14:53:30 nit: keep these alphabetized
Nikita (slow) 2013/05/30 17:47:02 Done.
416 'wm/session_state_controller.h', 416 'wm/session_lock_state_controller.h',
417 'wm/session_lock_state_controller_impl2.cc',
418 'wm/session_lock_state_controller_impl2.h',
419 'wm/session_lock_state_observer.h',
417 'wm/session_state_controller_impl.cc', 420 'wm/session_state_controller_impl.cc',
418 'wm/session_state_controller_impl.h', 421 'wm/session_state_controller_impl.h',
419 'wm/session_state_controller_impl2.cc',
420 'wm/session_state_controller_impl2.h',
421 'wm/session_state_observer.h',
422 'wm/stacking_controller.cc', 422 'wm/stacking_controller.cc',
423 'wm/stacking_controller.h', 423 'wm/stacking_controller.h',
424 'wm/status_area_layout_manager.cc', 424 'wm/status_area_layout_manager.cc',
425 'wm/status_area_layout_manager.h', 425 'wm/status_area_layout_manager.h',
426 'wm/system_background_controller.cc', 426 'wm/system_background_controller.cc',
427 'wm/system_background_controller.h', 427 'wm/system_background_controller.h',
428 'wm/system_gesture_event_filter.cc', 428 'wm/system_gesture_event_filter.cc',
429 'wm/system_gesture_event_filter.h', 429 'wm/system_gesture_event_filter.h',
430 'wm/system_modal_container_event_filter.cc', 430 'wm/system_modal_container_event_filter.cc',
431 'wm/system_modal_container_event_filter.h', 431 'wm/system_modal_container_event_filter.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'wm/ash_native_cursor_manager_unittest.cc', 686 'wm/ash_native_cursor_manager_unittest.cc',
687 'wm/base_layout_manager_unittest.cc', 687 'wm/base_layout_manager_unittest.cc',
688 'wm/custom_frame_view_ash_unittest.cc', 688 'wm/custom_frame_view_ash_unittest.cc',
689 'wm/drag_window_resizer_unittest.cc', 689 'wm/drag_window_resizer_unittest.cc',
690 'wm/frame_painter_unittest.cc', 690 'wm/frame_painter_unittest.cc',
691 'wm/panels/panel_layout_manager_unittest.cc', 691 'wm/panels/panel_layout_manager_unittest.cc',
692 'wm/panels/panel_window_resizer_unittest.cc', 692 'wm/panels/panel_window_resizer_unittest.cc',
693 'wm/partial_screenshot_view_unittest.cc', 693 'wm/partial_screenshot_view_unittest.cc',
694 'wm/power_button_controller_unittest.cc', 694 'wm/power_button_controller_unittest.cc',
695 'wm/screen_dimmer_unittest.cc', 695 'wm/screen_dimmer_unittest.cc',
696 'wm/session_state_controller_impl2_unittest.cc', 696 'wm/session_lock_state_controller_impl2_unittest.cc',
697 'wm/stacking_controller_unittest.cc', 697 'wm/stacking_controller_unittest.cc',
698 'wm/system_gesture_event_filter_unittest.cc', 698 'wm/system_gesture_event_filter_unittest.cc',
699 'wm/system_modal_container_layout_manager_unittest.cc', 699 'wm/system_modal_container_layout_manager_unittest.cc',
700 'wm/toplevel_window_event_handler_unittest.cc', 700 'wm/toplevel_window_event_handler_unittest.cc',
701 'wm/user_activity_detector_unittest.cc', 701 'wm/user_activity_detector_unittest.cc',
702 'wm/video_detector_unittest.cc', 702 'wm/video_detector_unittest.cc',
703 'wm/window_animations_unittest.cc', 703 'wm/window_animations_unittest.cc',
704 'wm/window_cycle_controller_unittest.cc', 704 'wm/window_cycle_controller_unittest.cc',
705 'wm/window_manager_unittest.cc', 705 'wm/window_manager_unittest.cc',
706 'wm/window_modality_controller_unittest.cc', 706 'wm/window_modality_controller_unittest.cc',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'shell/cocoa/app-Info.plist', 851 'shell/cocoa/app-Info.plist',
852 ], 852 ],
853 'xcode_settings': { 853 'xcode_settings': {
854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
855 }, 855 },
856 }], 856 }],
857 ], 857 ],
858 }, 858 },
859 ], 859 ],
860 } 860 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/wm/toplevel_window_event_handler_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698