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

Side by Side Diff: ash/ash.gyp

Issue 10883069: Added restore functionality for maximize full/left/right (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unit test failure Created 8 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/base_layout_manager.cc » ('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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'wm/window_resizer.h', 340 'wm/window_resizer.h',
341 'wm/window_util.cc', 341 'wm/window_util.cc',
342 'wm/window_util.h', 342 'wm/window_util.h',
343 'wm/workspace_controller.cc', 343 'wm/workspace_controller.cc',
344 'wm/workspace_controller.h', 344 'wm/workspace_controller.h',
345 'wm/workspace/base_workspace_manager.h', 345 'wm/workspace/base_workspace_manager.h',
346 'wm/workspace/frame_maximize_button.cc', 346 'wm/workspace/frame_maximize_button.cc',
347 'wm/workspace/frame_maximize_button.h', 347 'wm/workspace/frame_maximize_button.h',
348 'wm/workspace/managed_workspace.cc', 348 'wm/workspace/managed_workspace.cc',
349 'wm/workspace/managed_workspace.h', 349 'wm/workspace/managed_workspace.h',
350 'wm/workspace/maximize_bubble_frame_state.h',
350 'wm/workspace/maximized_workspace.cc', 351 'wm/workspace/maximized_workspace.cc',
351 'wm/workspace/maximized_workspace.h', 352 'wm/workspace/maximized_workspace.h',
352 'wm/workspace/multi_window_resize_controller.cc', 353 'wm/workspace/multi_window_resize_controller.cc',
353 'wm/workspace/multi_window_resize_controller.h', 354 'wm/workspace/multi_window_resize_controller.h',
354 'wm/workspace/phantom_window_controller.cc', 355 'wm/workspace/phantom_window_controller.cc',
355 'wm/workspace/phantom_window_controller.h', 356 'wm/workspace/phantom_window_controller.h',
356 'wm/workspace/snap_sizer.cc', 357 'wm/workspace/snap_sizer.cc',
357 'wm/workspace/snap_sizer.h', 358 'wm/workspace/snap_sizer.h',
358 'wm/workspace/snap_types.h', 359 'wm/workspace/snap_types.h',
359 'wm/workspace/system_background_controller.cc', 360 'wm/workspace/system_background_controller.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'shell/cocoa/app-Info.plist', 627 'shell/cocoa/app-Info.plist',
627 ], 628 ],
628 'xcode_settings': { 629 'xcode_settings': {
629 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 630 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
630 }, 631 },
631 }], 632 }],
632 ], 633 ],
633 }, 634 },
634 ], 635 ],
635 } 636 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/base_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698