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

Side by Side Diff: ash/ash.gyp

Issue 169643005: Adding a gray semi transparent backdrop behind the topmost window within the default container (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unit tests Created 6 years, 10 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/shell.h » ('j') | ash/wm/maximize_mode/maximize_mode_window_manager.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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'wm/workspace/multi_window_resize_controller.h', 629 'wm/workspace/multi_window_resize_controller.h',
630 'wm/workspace/phantom_window_controller.cc', 630 'wm/workspace/phantom_window_controller.cc',
631 'wm/workspace/phantom_window_controller.h', 631 'wm/workspace/phantom_window_controller.h',
632 'wm/workspace/snap_sizer.cc', 632 'wm/workspace/snap_sizer.cc',
633 'wm/workspace/snap_sizer.h', 633 'wm/workspace/snap_sizer.h',
634 'wm/workspace/snap_types.h', 634 'wm/workspace/snap_types.h',
635 'wm/workspace/workspace_event_handler.cc', 635 'wm/workspace/workspace_event_handler.cc',
636 'wm/workspace/workspace_event_handler.h', 636 'wm/workspace/workspace_event_handler.h',
637 'wm/workspace/workspace_layout_manager.cc', 637 'wm/workspace/workspace_layout_manager.cc',
638 'wm/workspace/workspace_layout_manager.h', 638 'wm/workspace/workspace_layout_manager.h',
639 'wm/workspace/workspace_layout_manager_backdrop.cc',
640 'wm/workspace/workspace_layout_manager_backdrop.h',
639 'wm/workspace/workspace_types.h', 641 'wm/workspace/workspace_types.h',
640 'wm/workspace/workspace_window_resizer.cc', 642 'wm/workspace/workspace_window_resizer.cc',
641 'wm/workspace/workspace_window_resizer.h', 643 'wm/workspace/workspace_window_resizer.h',
642 ], 644 ],
643 'conditions': [ 645 'conditions': [
644 ['OS=="win"', { 646 ['OS=="win"', {
645 'sources/': [ 647 'sources/': [
646 ['exclude', 'host/window_tree_host_factory.cc'], 648 ['exclude', 'host/window_tree_host_factory.cc'],
647 ['exclude', 'sticky_keys/sticky_keys_controller.cc'], 649 ['exclude', 'sticky_keys/sticky_keys_controller.cc'],
648 ['exclude', 'sticky_keys/sticky_keys_controller.h'], 650 ['exclude', 'sticky_keys/sticky_keys_controller.h'],
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
1112 }, 1114 },
1113 }, 1115 },
1114 'dependencies': [ 1116 'dependencies': [
1115 '../sandbox/sandbox.gyp:sandbox', 1117 '../sandbox/sandbox.gyp:sandbox',
1116 ], 1118 ],
1117 }], 1119 }],
1118 ], 1120 ],
1119 }, 1121 },
1120 ], 1122 ],
1121 } 1123 }
OLDNEW
« no previous file with comments | « no previous file | ash/shell.h » ('j') | ash/wm/maximize_mode/maximize_mode_window_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698