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

Side by Side Diff: ash/ash.gyp

Issue 99783005: Remove unused ColoredWindowController/DesktopBackgroundFadeController (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/session_state_animator.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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'wm/window_properties.cc', 561 'wm/window_properties.cc',
562 'wm/window_properties.h', 562 'wm/window_properties.h',
563 'wm/window_resizer.cc', 563 'wm/window_resizer.cc',
564 'wm/window_resizer.h', 564 'wm/window_resizer.h',
565 'wm/window_util.cc', 565 'wm/window_util.cc',
566 'wm/window_util.h', 566 'wm/window_util.h',
567 'wm/wm_types.cc', 567 'wm/wm_types.cc',
568 'wm/wm_types.h', 568 'wm/wm_types.h',
569 'wm/workspace_controller.cc', 569 'wm/workspace_controller.cc',
570 'wm/workspace_controller.h', 570 'wm/workspace_controller.h',
571 'wm/workspace/colored_window_controller.cc',
572 'wm/workspace/colored_window_controller.h',
573 'wm/workspace/desktop_background_fade_controller.cc',
574 'wm/workspace/desktop_background_fade_controller.h',
575 'wm/workspace/magnetism_matcher.cc', 571 'wm/workspace/magnetism_matcher.cc',
576 'wm/workspace/magnetism_matcher.h', 572 'wm/workspace/magnetism_matcher.h',
577 'wm/workspace/multi_window_resize_controller.cc', 573 'wm/workspace/multi_window_resize_controller.cc',
578 'wm/workspace/multi_window_resize_controller.h', 574 'wm/workspace/multi_window_resize_controller.h',
579 'wm/workspace/phantom_window_controller.cc', 575 'wm/workspace/phantom_window_controller.cc',
580 'wm/workspace/phantom_window_controller.h', 576 'wm/workspace/phantom_window_controller.h',
581 'wm/workspace/snap_sizer.cc', 577 'wm/workspace/snap_sizer.cc',
582 'wm/workspace/snap_sizer.h', 578 'wm/workspace/snap_sizer.h',
583 'wm/workspace/snap_types.h', 579 'wm/workspace/snap_types.h',
584 'wm/workspace/workspace_event_handler.cc', 580 'wm/workspace/workspace_event_handler.cc',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 }, 981 },
986 }, 982 },
987 'dependencies': [ 983 'dependencies': [
988 '../sandbox/sandbox.gyp:sandbox', 984 '../sandbox/sandbox.gyp:sandbox',
989 ], 985 ],
990 }], 986 }],
991 ], 987 ],
992 }, 988 },
993 ], 989 ],
994 } 990 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/session_state_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698