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

Side by Side Diff: ash/ash.gyp

Issue 11087037: Dont allow the user to 'resize a window out of the workarea' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed problem with ExtendedDesktop unit test Created 8 years, 2 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/window_resizer.cc » ('j') | ash/wm/window_resizer.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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'wm/window_cycle_controller_unittest.cc', 562 'wm/window_cycle_controller_unittest.cc',
563 'wm/window_manager_unittest.cc', 563 'wm/window_manager_unittest.cc',
564 'wm/window_modality_controller_unittest.cc', 564 'wm/window_modality_controller_unittest.cc',
565 'wm/workspace_controller_test_helper.cc', 565 'wm/workspace_controller_test_helper.cc',
566 'wm/workspace_controller_test_helper.h', 566 'wm/workspace_controller_test_helper.h',
567 'wm/workspace/magnetism_matcher_unittest.cc', 567 'wm/workspace/magnetism_matcher_unittest.cc',
568 'wm/workspace/multi_window_resize_controller_unittest.cc', 568 'wm/workspace/multi_window_resize_controller_unittest.cc',
569 'wm/workspace/workspace_event_handler_test_helper.cc', 569 'wm/workspace/workspace_event_handler_test_helper.cc',
570 'wm/workspace/workspace_event_handler_test_helper.h', 570 'wm/workspace/workspace_event_handler_test_helper.h',
571 'wm/workspace/workspace_event_handler_unittest.cc', 571 'wm/workspace/workspace_event_handler_unittest.cc',
572 'wm/workspace/workspace_layout_manager2.h',
sky 2012/10/16 22:57:46 Why are you adding this here? It's listed @ 409.
Mr4D (OOO till 08-26) 2012/10/17 00:05:17 Done.
572 'wm/workspace/workspace_layout_manager2_unittest.cc', 573 'wm/workspace/workspace_layout_manager2_unittest.cc',
573 'wm/workspace/workspace_manager_unittest.cc', 574 'wm/workspace/workspace_manager_unittest.cc',
574 'wm/workspace/workspace_manager2_unittest.cc', 575 'wm/workspace/workspace_manager2_unittest.cc',
575 'wm/workspace/workspace_window_resizer_unittest.cc', 576 'wm/workspace/workspace_window_resizer_unittest.cc',
576 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc ', 577 '<(SHARED_INTERMEDIATE_DIR)/ash/ash_resources/ash_wallpaper_resources.rc ',
577 ], 578 ],
578 'conditions': [ 579 'conditions': [
579 ['use_ibus==1', { 580 ['use_ibus==1', {
580 'dependencies': [ 581 'dependencies': [
581 '../build/linux/system.gyp:ibus', 582 '../build/linux/system.gyp:ibus',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'shell/cocoa/app-Info.plist', 691 'shell/cocoa/app-Info.plist',
691 ], 692 ],
692 'xcode_settings': { 693 'xcode_settings': {
693 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 694 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
694 }, 695 },
695 }], 696 }],
696 ], 697 ],
697 }, 698 },
698 ], 699 ],
699 } 700 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/window_resizer.cc » ('j') | ash/wm/window_resizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698