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

Side by Side Diff: ash/ash.gyp

Issue 12441010: Attach panel while dragging to bring it in front of other panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments, etc. Created 7 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/root_window_controller.h » ('j') | ash/wm/drag_window_resizer_unittest.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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'wm/window_animations.cc', 415 'wm/window_animations.cc',
416 'wm/window_animations.h', 416 'wm/window_animations.h',
417 'wm/window_cycle_controller.cc', 417 'wm/window_cycle_controller.cc',
418 'wm/window_cycle_controller.h', 418 'wm/window_cycle_controller.h',
419 'wm/window_cycle_list.cc', 419 'wm/window_cycle_list.cc',
420 'wm/window_cycle_list.h', 420 'wm/window_cycle_list.h',
421 'wm/window_properties.cc', 421 'wm/window_properties.cc',
422 'wm/window_properties.h', 422 'wm/window_properties.h',
423 'wm/window_resizer.cc', 423 'wm/window_resizer.cc',
424 'wm/window_resizer.h', 424 'wm/window_resizer.h',
425 'wm/window_resizer_owner.h',
425 'wm/window_util.cc', 426 'wm/window_util.cc',
426 'wm/window_util.h', 427 'wm/window_util.h',
427 'wm/workspace_controller.cc', 428 'wm/workspace_controller.cc',
428 'wm/workspace_controller.h', 429 'wm/workspace_controller.h',
429 'wm/workspace/auto_window_management.cc', 430 'wm/workspace/auto_window_management.cc',
430 'wm/workspace/auto_window_management.h', 431 'wm/workspace/auto_window_management.h',
431 'wm/workspace/colored_window_controller.cc', 432 'wm/workspace/colored_window_controller.cc',
432 'wm/workspace/colored_window_controller.h', 433 'wm/workspace/colored_window_controller.h',
433 'wm/workspace/desktop_background_fade_controller.cc', 434 'wm/workspace/desktop_background_fade_controller.cc',
434 'wm/workspace/desktop_background_fade_controller.h', 435 'wm/workspace/desktop_background_fade_controller.h',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'shell/cocoa/app-Info.plist', 800 'shell/cocoa/app-Info.plist',
800 ], 801 ],
801 'xcode_settings': { 802 'xcode_settings': {
802 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 803 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
803 }, 804 },
804 }], 805 }],
805 ], 806 ],
806 }, 807 },
807 ], 808 ],
808 } 809 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.h » ('j') | ash/wm/drag_window_resizer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698