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

Side by Side Diff: ash/ash.gyp

Issue 9706059: Centralizes snap sizing and implements spec'd behavior. Three resize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better comments Created 8 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
« no previous file with comments | « no previous file | ash/wm/workspace/frame_maximize_button.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 10
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'wm/workspace/frame_maximize_button.cc', 221 'wm/workspace/frame_maximize_button.cc',
222 'wm/workspace/frame_maximize_button.h', 222 'wm/workspace/frame_maximize_button.h',
223 'wm/workspace/managed_workspace.cc', 223 'wm/workspace/managed_workspace.cc',
224 'wm/workspace/managed_workspace.h', 224 'wm/workspace/managed_workspace.h',
225 'wm/workspace/maximized_workspace.cc', 225 'wm/workspace/maximized_workspace.cc',
226 'wm/workspace/maximized_workspace.h', 226 'wm/workspace/maximized_workspace.h',
227 'wm/workspace/multi_window_resize_controller.cc', 227 'wm/workspace/multi_window_resize_controller.cc',
228 'wm/workspace/multi_window_resize_controller.h', 228 'wm/workspace/multi_window_resize_controller.h',
229 'wm/workspace/phantom_window_controller.cc', 229 'wm/workspace/phantom_window_controller.cc',
230 'wm/workspace/phantom_window_controller.h', 230 'wm/workspace/phantom_window_controller.h',
231 'wm/workspace/snap_sizer.cc',
232 'wm/workspace/snap_sizer.h',
231 'wm/workspace/workspace.cc', 233 'wm/workspace/workspace.cc',
232 'wm/workspace/workspace.h', 234 'wm/workspace/workspace.h',
233 'wm/workspace/workspace_event_filter.cc', 235 'wm/workspace/workspace_event_filter.cc',
234 'wm/workspace/workspace_event_filter.h', 236 'wm/workspace/workspace_event_filter.h',
235 'wm/workspace/workspace_layout_manager.cc', 237 'wm/workspace/workspace_layout_manager.cc',
236 'wm/workspace/workspace_layout_manager.h', 238 'wm/workspace/workspace_layout_manager.h',
237 'wm/workspace/workspace_manager.cc', 239 'wm/workspace/workspace_manager.cc',
238 'wm/workspace/workspace_manager.h', 240 'wm/workspace/workspace_manager.h',
239 'wm/workspace/workspace_window_resizer.cc', 241 'wm/workspace/workspace_window_resizer.cc',
240 'wm/workspace/workspace_window_resizer.h', 242 'wm/workspace/workspace_window_resizer.h',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'shell/cocoa/app-Info.plist', 418 'shell/cocoa/app-Info.plist',
417 ], 419 ],
418 'xcode_settings': { 420 'xcode_settings': {
419 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 421 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
420 }, 422 },
421 }], 423 }],
422 ], 424 ],
423 }, 425 },
424 ], 426 ],
425 } 427 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/workspace/frame_maximize_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698