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

Side by Side Diff: ash/ash.gyp

Issue 23645009: Make resizing a window by snapping it left or right take into account the window's minimum width (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/wm/workspace/snap_sizer.cc » ('j') | ash/wm/workspace/snap_sizer.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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'wm/window_cycle_controller_unittest.cc', 769 'wm/window_cycle_controller_unittest.cc',
770 'wm/window_manager_unittest.cc', 770 'wm/window_manager_unittest.cc',
771 'wm/window_modality_controller_unittest.cc', 771 'wm/window_modality_controller_unittest.cc',
772 'wm/window_util_unittest.cc', 772 'wm/window_util_unittest.cc',
773 'wm/workspace_controller_test_helper.cc', 773 'wm/workspace_controller_test_helper.cc',
774 'wm/workspace_controller_test_helper.h', 774 'wm/workspace_controller_test_helper.h',
775 'wm/workspace_controller_unittest.cc', 775 'wm/workspace_controller_unittest.cc',
776 'wm/workspace/frame_caption_button_container_view_unittest.cc', 776 'wm/workspace/frame_caption_button_container_view_unittest.cc',
777 'wm/workspace/magnetism_matcher_unittest.cc', 777 'wm/workspace/magnetism_matcher_unittest.cc',
778 'wm/workspace/multi_window_resize_controller_unittest.cc', 778 'wm/workspace/multi_window_resize_controller_unittest.cc',
779 'wm/workspace/snap_sizer_unittest.cc',
779 'wm/workspace/workspace_event_handler_test_helper.cc', 780 'wm/workspace/workspace_event_handler_test_helper.cc',
780 'wm/workspace/workspace_event_handler_test_helper.h', 781 'wm/workspace/workspace_event_handler_test_helper.h',
781 'wm/workspace/workspace_event_handler_unittest.cc', 782 'wm/workspace/workspace_event_handler_unittest.cc',
782 'wm/workspace/workspace_layout_manager_unittest.cc', 783 'wm/workspace/workspace_layout_manager_unittest.cc',
783 'wm/workspace/workspace_window_resizer_unittest.cc', 784 'wm/workspace/workspace_window_resizer_unittest.cc',
784 ], 785 ],
785 'conditions': [ 786 'conditions': [
786 ['OS=="win"', { 787 ['OS=="win"', {
787 'sources/': [ 788 'sources/': [
788 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906 789 # TODO(zork): fix this test to build on Windows. See: crosbug.com/26 906
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 'shell/cocoa/app-Info.plist', 930 'shell/cocoa/app-Info.plist',
930 ], 931 ],
931 'xcode_settings': { 932 'xcode_settings': {
932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 933 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
933 }, 934 },
934 }], 935 }],
935 ], 936 ],
936 }, 937 },
937 ], 938 ],
938 } 939 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/workspace/snap_sizer.cc » ('j') | ash/wm/workspace/snap_sizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698