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

Side by Side Diff: ash/ash.gyp

Issue 181563004: Remove --ash-disable-overview-mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore chromeactions.txt Created 6 years, 9 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'wm/system_modal_container_layout_manager.h', 595 'wm/system_modal_container_layout_manager.h',
596 'wm/toplevel_window_event_handler.cc', 596 'wm/toplevel_window_event_handler.cc',
597 'wm/toplevel_window_event_handler.h', 597 'wm/toplevel_window_event_handler.h',
598 'wm/user_activity_detector.cc', 598 'wm/user_activity_detector.cc',
599 'wm/user_activity_detector.h', 599 'wm/user_activity_detector.h',
600 'wm/user_activity_observer.h', 600 'wm/user_activity_observer.h',
601 'wm/video_detector.cc', 601 'wm/video_detector.cc',
602 'wm/video_detector.h', 602 'wm/video_detector.h',
603 'wm/window_animations.cc', 603 'wm/window_animations.cc',
604 'wm/window_animations.h', 604 'wm/window_animations.h',
605 'wm/window_cycle_controller.cc',
606 'wm/window_cycle_controller.h',
607 'wm/window_cycle_list.cc',
608 'wm/window_cycle_list.h',
609 'wm/window_positioner.cc', 605 'wm/window_positioner.cc',
610 'wm/window_positioner.h', 606 'wm/window_positioner.h',
611 'wm/window_state.cc', 607 'wm/window_state.cc',
612 'wm/window_state.h', 608 'wm/window_state.h',
613 'wm/window_state_delegate.cc', 609 'wm/window_state_delegate.cc',
614 'wm/window_state_delegate.h', 610 'wm/window_state_delegate.h',
615 'wm/window_state_observer.h', 611 'wm/window_state_observer.h',
616 'wm/window_properties.cc', 612 'wm/window_properties.cc',
617 'wm/window_properties.h', 613 'wm/window_properties.h',
618 'wm/window_resizer.cc', 614 'wm/window_resizer.cc',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'wm/partial_screenshot_view_unittest.cc', 950 'wm/partial_screenshot_view_unittest.cc',
955 'wm/resize_shadow_and_cursor_unittest.cc', 951 'wm/resize_shadow_and_cursor_unittest.cc',
956 'wm/screen_dimmer_unittest.cc', 952 'wm/screen_dimmer_unittest.cc',
957 'wm/stacking_controller_unittest.cc', 953 'wm/stacking_controller_unittest.cc',
958 'wm/system_gesture_event_filter_unittest.cc', 954 'wm/system_gesture_event_filter_unittest.cc',
959 'wm/system_modal_container_layout_manager_unittest.cc', 955 'wm/system_modal_container_layout_manager_unittest.cc',
960 'wm/toplevel_window_event_handler_unittest.cc', 956 'wm/toplevel_window_event_handler_unittest.cc',
961 'wm/user_activity_detector_unittest.cc', 957 'wm/user_activity_detector_unittest.cc',
962 'wm/video_detector_unittest.cc', 958 'wm/video_detector_unittest.cc',
963 'wm/window_animations_unittest.cc', 959 'wm/window_animations_unittest.cc',
964 'wm/window_cycle_controller_unittest.cc',
965 'wm/window_manager_unittest.cc', 960 'wm/window_manager_unittest.cc',
966 'wm/window_modality_controller_unittest.cc', 961 'wm/window_modality_controller_unittest.cc',
967 'wm/window_positioner_unittest.cc', 962 'wm/window_positioner_unittest.cc',
968 'wm/window_state_unittest.cc', 963 'wm/window_state_unittest.cc',
969 'wm/window_util_unittest.cc', 964 'wm/window_util_unittest.cc',
970 'wm/workspace/magnetism_matcher_unittest.cc', 965 'wm/workspace/magnetism_matcher_unittest.cc',
971 'wm/workspace/multi_window_resize_controller_unittest.cc', 966 'wm/workspace/multi_window_resize_controller_unittest.cc',
972 'wm/workspace/phantom_window_controller_unittest.cc', 967 'wm/workspace/phantom_window_controller_unittest.cc',
973 'wm/workspace/workspace_event_handler_test_helper.cc', 968 'wm/workspace/workspace_event_handler_test_helper.cc',
974 'wm/workspace/workspace_event_handler_test_helper.h', 969 'wm/workspace/workspace_event_handler_test_helper.h',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 }, 1108 },
1114 }, 1109 },
1115 'dependencies': [ 1110 'dependencies': [
1116 '../sandbox/sandbox.gyp:sandbox', 1111 '../sandbox/sandbox.gyp:sandbox',
1117 ], 1112 ],
1118 }], 1113 }],
1119 ], 1114 ],
1120 }, 1115 },
1121 ], 1116 ],
1122 } 1117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698