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

Side by Side Diff: ash/ash.gyp

Issue 11085053: Improving window auto management between workspaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed as requested. Corner cases will have to be addressed as they show 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/ash_constants.h » ('j') | ash/ash_constants.h » ('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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'wm/window_modality_controller.cc', 365 'wm/window_modality_controller.cc',
366 'wm/window_modality_controller.h', 366 'wm/window_modality_controller.h',
367 'wm/window_properties.cc', 367 'wm/window_properties.cc',
368 'wm/window_properties.h', 368 'wm/window_properties.h',
369 'wm/window_resizer.cc', 369 'wm/window_resizer.cc',
370 'wm/window_resizer.h', 370 'wm/window_resizer.h',
371 'wm/window_util.cc', 371 'wm/window_util.cc',
372 'wm/window_util.h', 372 'wm/window_util.h',
373 'wm/workspace_controller.cc', 373 'wm/workspace_controller.cc',
374 'wm/workspace_controller.h', 374 'wm/workspace_controller.h',
375 'wm/workspace/auto_window_management.h',
sky 2012/10/16 17:25:34 .cc first, then .h
Mr4D (OOO till 08-26) 2012/10/16 19:00:28 Done.
376 'wm/workspace/auto_window_management.cc',
375 'wm/workspace/base_workspace_manager.h', 377 'wm/workspace/base_workspace_manager.h',
376 'wm/workspace/colored_window_controller.cc', 378 'wm/workspace/colored_window_controller.cc',
377 'wm/workspace/colored_window_controller.h', 379 'wm/workspace/colored_window_controller.h',
378 'wm/workspace/desktop_background_fade_controller.cc', 380 'wm/workspace/desktop_background_fade_controller.cc',
379 'wm/workspace/desktop_background_fade_controller.h', 381 'wm/workspace/desktop_background_fade_controller.h',
380 'wm/workspace/frame_maximize_button.cc', 382 'wm/workspace/frame_maximize_button.cc',
381 'wm/workspace/frame_maximize_button.h', 383 'wm/workspace/frame_maximize_button.h',
382 'wm/workspace/magnetism_matcher.cc', 384 'wm/workspace/magnetism_matcher.cc',
383 'wm/workspace/magnetism_matcher.h', 385 'wm/workspace/magnetism_matcher.h',
384 'wm/workspace/managed_workspace.cc', 386 'wm/workspace/managed_workspace.cc',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'shell/cocoa/app-Info.plist', 690 'shell/cocoa/app-Info.plist',
689 ], 691 ],
690 'xcode_settings': { 692 'xcode_settings': {
691 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 693 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
692 }, 694 },
693 }], 695 }],
694 ], 696 ],
695 }, 697 },
696 ], 698 ],
697 } 699 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_constants.h » ('j') | ash/ash_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698