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

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 a part of the change which slipped in through a branch switch and eclipse usage Created 8 years, 1 month 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_switches.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 'includes': [ 10 'includes': [
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'wm/window_modality_controller.cc', 363 'wm/window_modality_controller.cc',
364 'wm/window_modality_controller.h', 364 'wm/window_modality_controller.h',
365 'wm/window_properties.cc', 365 'wm/window_properties.cc',
366 'wm/window_properties.h', 366 'wm/window_properties.h',
367 'wm/window_resizer.cc', 367 'wm/window_resizer.cc',
368 'wm/window_resizer.h', 368 'wm/window_resizer.h',
369 'wm/window_util.cc', 369 'wm/window_util.cc',
370 'wm/window_util.h', 370 'wm/window_util.h',
371 'wm/workspace_controller.cc', 371 'wm/workspace_controller.cc',
372 'wm/workspace_controller.h', 372 'wm/workspace_controller.h',
373 'wm/workspace/auto_window_management.cc',
374 'wm/workspace/auto_window_management.h',
373 'wm/workspace/colored_window_controller.cc', 375 'wm/workspace/colored_window_controller.cc',
374 'wm/workspace/colored_window_controller.h', 376 'wm/workspace/colored_window_controller.h',
375 'wm/workspace/desktop_background_fade_controller.cc', 377 'wm/workspace/desktop_background_fade_controller.cc',
376 'wm/workspace/desktop_background_fade_controller.h', 378 'wm/workspace/desktop_background_fade_controller.h',
377 'wm/workspace/frame_maximize_button.cc', 379 'wm/workspace/frame_maximize_button.cc',
378 'wm/workspace/frame_maximize_button.h', 380 'wm/workspace/frame_maximize_button.h',
379 'wm/workspace/magnetism_matcher.cc', 381 'wm/workspace/magnetism_matcher.cc',
380 'wm/workspace/magnetism_matcher.h', 382 'wm/workspace/magnetism_matcher.h',
381 'wm/workspace/maximize_bubble_frame_state.h', 383 'wm/workspace/maximize_bubble_frame_state.h',
382 'wm/workspace/multi_window_resize_controller.cc', 384 'wm/workspace/multi_window_resize_controller.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 'shell/cocoa/app-Info.plist', 685 'shell/cocoa/app-Info.plist',
684 ], 686 ],
685 'xcode_settings': { 687 'xcode_settings': {
686 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 688 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
687 }, 689 },
688 }], 690 }],
689 ], 691 ],
690 }, 692 },
691 ], 693 ],
692 } 694 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698