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

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: Fixing build problem Created 6 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/wm/maximize_mode/maximize_mode_window_manager.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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'wm/image_cursors.h', 533 'wm/image_cursors.h',
534 'wm/immersive_fullscreen_controller.cc', 534 'wm/immersive_fullscreen_controller.cc',
535 'wm/immersive_fullscreen_controller.h', 535 'wm/immersive_fullscreen_controller.h',
536 'wm/immersive_revealed_lock.cc', 536 'wm/immersive_revealed_lock.cc',
537 'wm/immersive_revealed_lock.h', 537 'wm/immersive_revealed_lock.h',
538 'wm/lock_state_controller.cc', 538 'wm/lock_state_controller.cc',
539 'wm/lock_state_controller.h', 539 'wm/lock_state_controller.h',
540 'wm/lock_state_observer.h', 540 'wm/lock_state_observer.h',
541 'wm/maximize_mode/maximize_mode_window_manager.cc', 541 'wm/maximize_mode/maximize_mode_window_manager.cc',
542 'wm/maximize_mode/maximize_mode_window_manager.h', 542 'wm/maximize_mode/maximize_mode_window_manager.h',
543 'wm/maximize_mode/workspace_backdrop_delegate.cc',
544 'wm/maximize_mode/workspace_backdrop_delegate.h',
543 'wm/mru_window_tracker.cc', 545 'wm/mru_window_tracker.cc',
544 'wm/mru_window_tracker.h', 546 'wm/mru_window_tracker.h',
545 'wm/overlay_event_filter.cc', 547 'wm/overlay_event_filter.cc',
546 'wm/overlay_event_filter.h', 548 'wm/overlay_event_filter.h',
547 'wm/overview/scoped_transform_overview_window.cc', 549 'wm/overview/scoped_transform_overview_window.cc',
548 'wm/overview/scoped_transform_overview_window.h', 550 'wm/overview/scoped_transform_overview_window.h',
549 'wm/overview/scoped_window_copy.cc', 551 'wm/overview/scoped_window_copy.cc',
550 'wm/overview/scoped_window_copy.h', 552 'wm/overview/scoped_window_copy.h',
551 'wm/overview/window_overview.cc', 553 'wm/overview/window_overview.cc',
552 'wm/overview/window_overview.h', 554 'wm/overview/window_overview.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'wm/workspace/multi_window_resize_controller.h', 638 'wm/workspace/multi_window_resize_controller.h',
637 'wm/workspace/phantom_window_controller.cc', 639 'wm/workspace/phantom_window_controller.cc',
638 'wm/workspace/phantom_window_controller.h', 640 'wm/workspace/phantom_window_controller.h',
639 'wm/workspace/snap_types.h', 641 'wm/workspace/snap_types.h',
640 'wm/workspace/two_step_edge_cycler.cc', 642 'wm/workspace/two_step_edge_cycler.cc',
641 'wm/workspace/two_step_edge_cycler.h', 643 'wm/workspace/two_step_edge_cycler.h',
642 'wm/workspace/workspace_event_handler.cc', 644 'wm/workspace/workspace_event_handler.cc',
643 'wm/workspace/workspace_event_handler.h', 645 'wm/workspace/workspace_event_handler.h',
644 'wm/workspace/workspace_layout_manager.cc', 646 'wm/workspace/workspace_layout_manager.cc',
645 'wm/workspace/workspace_layout_manager.h', 647 'wm/workspace/workspace_layout_manager.h',
648 'wm/workspace/workspace_layout_manager_delegate.h',
646 'wm/workspace/workspace_types.h', 649 'wm/workspace/workspace_types.h',
647 'wm/workspace/workspace_window_resizer.cc', 650 'wm/workspace/workspace_window_resizer.cc',
648 'wm/workspace/workspace_window_resizer.h', 651 'wm/workspace/workspace_window_resizer.h',
649 ], 652 ],
650 'conditions': [ 653 'conditions': [
651 ['OS=="win"', { 654 ['OS=="win"', {
652 'sources/': [ 655 'sources/': [
653 ['exclude', 'host/window_tree_host_factory.cc'], 656 ['exclude', 'host/window_tree_host_factory.cc'],
654 ['exclude', 'sticky_keys/sticky_keys_controller.cc'], 657 ['exclude', 'sticky_keys/sticky_keys_controller.cc'],
655 ['exclude', 'sticky_keys/sticky_keys_controller.h'], 658 ['exclude', 'sticky_keys/sticky_keys_controller.h'],
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 'wm/toplevel_window_event_handler_unittest.cc', 965 'wm/toplevel_window_event_handler_unittest.cc',
963 'wm/user_activity_detector_unittest.cc', 966 'wm/user_activity_detector_unittest.cc',
964 'wm/video_detector_unittest.cc', 967 'wm/video_detector_unittest.cc',
965 'wm/window_animations_unittest.cc', 968 'wm/window_animations_unittest.cc',
966 'wm/window_cycle_controller_unittest.cc', 969 'wm/window_cycle_controller_unittest.cc',
967 'wm/window_manager_unittest.cc', 970 'wm/window_manager_unittest.cc',
968 'wm/window_modality_controller_unittest.cc', 971 'wm/window_modality_controller_unittest.cc',
969 'wm/window_positioner_unittest.cc', 972 'wm/window_positioner_unittest.cc',
970 'wm/window_state_unittest.cc', 973 'wm/window_state_unittest.cc',
971 'wm/window_util_unittest.cc', 974 'wm/window_util_unittest.cc',
975 'wm/maximize_mode/workspace_backdrop_delegate.cc',
976 'wm/maximize_mode/workspace_backdrop_delegate.h',
972 'wm/workspace/magnetism_matcher_unittest.cc', 977 'wm/workspace/magnetism_matcher_unittest.cc',
973 'wm/workspace/multi_window_resize_controller_unittest.cc', 978 'wm/workspace/multi_window_resize_controller_unittest.cc',
974 'wm/workspace/phantom_window_controller_unittest.cc', 979 'wm/workspace/phantom_window_controller_unittest.cc',
975 'wm/workspace/workspace_event_handler_test_helper.cc', 980 'wm/workspace/workspace_event_handler_test_helper.cc',
976 'wm/workspace/workspace_event_handler_test_helper.h', 981 'wm/workspace/workspace_event_handler_test_helper.h',
977 'wm/workspace/workspace_event_handler_unittest.cc', 982 'wm/workspace/workspace_event_handler_unittest.cc',
978 'wm/workspace/workspace_layout_manager_unittest.cc', 983 'wm/workspace/workspace_layout_manager_unittest.cc',
979 'wm/workspace/workspace_window_resizer_unittest.cc', 984 'wm/workspace/workspace_window_resizer_unittest.cc',
980 'wm/workspace_controller_test_helper.cc', 985 'wm/workspace_controller_test_helper.cc',
981 'wm/workspace_controller_test_helper.h', 986 'wm/workspace_controller_test_helper.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 }], 1127 }],
1123 ['chromeos==1', { 1128 ['chromeos==1', {
1124 'dependencies': [ 1129 'dependencies': [
1125 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1130 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1126 ], 1131 ],
1127 }], 1132 }],
1128 ], 1133 ],
1129 }, 1134 },
1130 ], 1135 ],
1131 } 1136 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/maximize_mode/maximize_mode_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698