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

Side by Side Diff: ash/ash.gyp

Issue 254673004: Add LockLayoutManager responsible for lock container (login/lock). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix crash Created 6 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/ash_switches.h » ('j') | no next file with comments »
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 'targets': [ 10 'targets': [
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'wm/gestures/overview_gesture_handler.cc', 557 'wm/gestures/overview_gesture_handler.cc',
558 'wm/gestures/overview_gesture_handler.h', 558 'wm/gestures/overview_gesture_handler.h',
559 'wm/gestures/shelf_gesture_handler.cc', 559 'wm/gestures/shelf_gesture_handler.cc',
560 'wm/gestures/shelf_gesture_handler.h', 560 'wm/gestures/shelf_gesture_handler.h',
561 'wm/gestures/tray_gesture_handler.cc', 561 'wm/gestures/tray_gesture_handler.cc',
562 'wm/gestures/tray_gesture_handler.h', 562 'wm/gestures/tray_gesture_handler.h',
563 'wm/immersive_fullscreen_controller.cc', 563 'wm/immersive_fullscreen_controller.cc',
564 'wm/immersive_fullscreen_controller.h', 564 'wm/immersive_fullscreen_controller.h',
565 'wm/immersive_revealed_lock.cc', 565 'wm/immersive_revealed_lock.cc',
566 'wm/immersive_revealed_lock.h', 566 'wm/immersive_revealed_lock.h',
567 'wm/lock_layout_manager.cc',
568 'wm/lock_layout_manager.h',
567 'wm/lock_state_controller.cc', 569 'wm/lock_state_controller.cc',
568 'wm/lock_state_controller.h', 570 'wm/lock_state_controller.h',
569 'wm/lock_state_observer.h', 571 'wm/lock_state_observer.h',
572 'wm/lock_window_state.cc',
573 'wm/lock_window_state.h',
570 'wm/maximize_mode/internal_input_device_list.h', 574 'wm/maximize_mode/internal_input_device_list.h',
571 'wm/maximize_mode/internal_input_device_list_x11.cc', 575 'wm/maximize_mode/internal_input_device_list_x11.cc',
572 'wm/maximize_mode/internal_input_device_list_x11.h', 576 'wm/maximize_mode/internal_input_device_list_x11.h',
573 'wm/maximize_mode/maximize_mode_controller.cc', 577 'wm/maximize_mode/maximize_mode_controller.cc',
574 'wm/maximize_mode/maximize_mode_controller.h', 578 'wm/maximize_mode/maximize_mode_controller.h',
575 'wm/maximize_mode/maximize_mode_event_blocker.cc', 579 'wm/maximize_mode/maximize_mode_event_blocker.cc',
576 'wm/maximize_mode/maximize_mode_event_blocker.h', 580 'wm/maximize_mode/maximize_mode_event_blocker.h',
577 'wm/maximize_mode/maximize_mode_window_manager.cc', 581 'wm/maximize_mode/maximize_mode_window_manager.cc',
578 'wm/maximize_mode/maximize_mode_window_manager.h', 582 'wm/maximize_mode/maximize_mode_window_manager.h',
579 'wm/maximize_mode/maximize_mode_window_state.cc', 583 'wm/maximize_mode/maximize_mode_window_state.cc',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 'tooltips/tooltip_controller_unittest.cc', 993 'tooltips/tooltip_controller_unittest.cc',
990 'touch/touch_observer_hud_unittest.cc', 994 'touch/touch_observer_hud_unittest.cc',
991 'touch/touch_transformer_controller_unittest.cc', 995 'touch/touch_transformer_controller_unittest.cc',
992 'wm/app_list_controller_unittest.cc', 996 'wm/app_list_controller_unittest.cc',
993 'wm/ash_native_cursor_manager_unittest.cc', 997 'wm/ash_native_cursor_manager_unittest.cc',
994 'wm/dock/docked_window_layout_manager_unittest.cc', 998 'wm/dock/docked_window_layout_manager_unittest.cc',
995 'wm/dock/docked_window_resizer_unittest.cc', 999 'wm/dock/docked_window_resizer_unittest.cc',
996 'wm/drag_window_resizer_unittest.cc', 1000 'wm/drag_window_resizer_unittest.cc',
997 'wm/gestures/overview_gesture_handler_unittest.cc', 1001 'wm/gestures/overview_gesture_handler_unittest.cc',
998 'wm/immersive_fullscreen_controller_unittest.cc', 1002 'wm/immersive_fullscreen_controller_unittest.cc',
1003 'wm/lock_layout_manager_unittest.cc',
999 'wm/lock_state_controller_unittest.cc', 1004 'wm/lock_state_controller_unittest.cc',
1000 'wm/maximize_mode/accelerometer_test_data_literals.cc', 1005 'wm/maximize_mode/accelerometer_test_data_literals.cc',
1001 'wm/maximize_mode/maximize_mode_controller_unittest.cc', 1006 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
1002 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 1007 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
1003 'wm/mru_window_tracker_unittest.cc', 1008 'wm/mru_window_tracker_unittest.cc',
1004 'wm/overview/window_selector_unittest.cc', 1009 'wm/overview/window_selector_unittest.cc',
1005 'wm/panels/panel_layout_manager_unittest.cc', 1010 'wm/panels/panel_layout_manager_unittest.cc',
1006 'wm/panels/panel_window_resizer_unittest.cc', 1011 'wm/panels/panel_window_resizer_unittest.cc',
1007 'wm/partial_screenshot_view_unittest.cc', 1012 'wm/partial_screenshot_view_unittest.cc',
1008 'wm/resize_shadow_and_cursor_unittest.cc', 1013 'wm/resize_shadow_and_cursor_unittest.cc',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'conditions': [ 1219 'conditions': [
1215 ['chromeos==1', { 1220 ['chromeos==1', {
1216 'dependencies': [ 1221 'dependencies': [
1217 '../ui/display/display.gyp:display', 1222 '../ui/display/display.gyp:display',
1218 ], 1223 ],
1219 }], 1224 }],
1220 ], 1225 ],
1221 }, 1226 },
1222 ], 1227 ],
1223 } 1228 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698