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

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: Addressed 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
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 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'wm/image_cursors.h', 529 'wm/image_cursors.h',
530 'wm/immersive_fullscreen_controller.cc', 530 'wm/immersive_fullscreen_controller.cc',
531 'wm/immersive_fullscreen_controller.h', 531 'wm/immersive_fullscreen_controller.h',
532 'wm/immersive_revealed_lock.cc', 532 'wm/immersive_revealed_lock.cc',
533 'wm/immersive_revealed_lock.h', 533 'wm/immersive_revealed_lock.h',
534 'wm/lock_state_controller.cc', 534 'wm/lock_state_controller.cc',
535 'wm/lock_state_controller.h', 535 'wm/lock_state_controller.h',
536 'wm/lock_state_observer.h', 536 'wm/lock_state_observer.h',
537 'wm/maximize_mode/maximize_mode_window_manager.cc', 537 'wm/maximize_mode/maximize_mode_window_manager.cc',
538 'wm/maximize_mode/maximize_mode_window_manager.h', 538 'wm/maximize_mode/maximize_mode_window_manager.h',
539 'wm/maximize_mode/workspace_backdrop_delegate.cc',
540 'wm/maximize_mode/workspace_backdrop_delegate.h',
539 'wm/mru_window_tracker.cc', 541 'wm/mru_window_tracker.cc',
540 'wm/mru_window_tracker.h', 542 'wm/mru_window_tracker.h',
541 'wm/overlay_event_filter.cc', 543 'wm/overlay_event_filter.cc',
542 'wm/overlay_event_filter.h', 544 'wm/overlay_event_filter.h',
543 'wm/overview/scoped_transform_overview_window.cc', 545 'wm/overview/scoped_transform_overview_window.cc',
544 'wm/overview/scoped_transform_overview_window.h', 546 'wm/overview/scoped_transform_overview_window.h',
545 'wm/overview/scoped_window_copy.cc', 547 'wm/overview/scoped_window_copy.cc',
546 'wm/overview/scoped_window_copy.h', 548 'wm/overview/scoped_window_copy.h',
547 'wm/overview/window_overview.cc', 549 'wm/overview/window_overview.cc',
548 'wm/overview/window_overview.h', 550 'wm/overview/window_overview.h',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
958 'wm/toplevel_window_event_handler_unittest.cc', 960 'wm/toplevel_window_event_handler_unittest.cc',
959 'wm/user_activity_detector_unittest.cc', 961 'wm/user_activity_detector_unittest.cc',
960 'wm/video_detector_unittest.cc', 962 'wm/video_detector_unittest.cc',
961 'wm/window_animations_unittest.cc', 963 'wm/window_animations_unittest.cc',
962 'wm/window_cycle_controller_unittest.cc', 964 'wm/window_cycle_controller_unittest.cc',
963 'wm/window_manager_unittest.cc', 965 'wm/window_manager_unittest.cc',
964 'wm/window_modality_controller_unittest.cc', 966 'wm/window_modality_controller_unittest.cc',
965 'wm/window_positioner_unittest.cc', 967 'wm/window_positioner_unittest.cc',
966 'wm/window_state_unittest.cc', 968 'wm/window_state_unittest.cc',
967 'wm/window_util_unittest.cc', 969 'wm/window_util_unittest.cc',
970 'wm/maximize_mode/workspace_backdrop_delegate.cc',
971 'wm/maximize_mode/workspace_backdrop_delegate.h',
968 'wm/workspace/magnetism_matcher_unittest.cc', 972 'wm/workspace/magnetism_matcher_unittest.cc',
969 'wm/workspace/multi_window_resize_controller_unittest.cc', 973 'wm/workspace/multi_window_resize_controller_unittest.cc',
970 'wm/workspace/phantom_window_controller_unittest.cc', 974 'wm/workspace/phantom_window_controller_unittest.cc',
971 'wm/workspace/workspace_event_handler_test_helper.cc', 975 'wm/workspace/workspace_event_handler_test_helper.cc',
972 'wm/workspace/workspace_event_handler_test_helper.h', 976 'wm/workspace/workspace_event_handler_test_helper.h',
973 'wm/workspace/workspace_event_handler_unittest.cc', 977 'wm/workspace/workspace_event_handler_unittest.cc',
974 'wm/workspace/workspace_layout_manager_unittest.cc', 978 'wm/workspace/workspace_layout_manager_unittest.cc',
975 'wm/workspace/workspace_window_resizer_unittest.cc', 979 'wm/workspace/workspace_window_resizer_unittest.cc',
976 'wm/workspace_controller_test_helper.cc', 980 'wm/workspace_controller_test_helper.cc',
977 'wm/workspace_controller_test_helper.h', 981 'wm/workspace_controller_test_helper.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 }], 1122 }],
1119 ['chromeos==1', { 1123 ['chromeos==1', {
1120 'dependencies': [ 1124 'dependencies': [
1121 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1125 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1122 ], 1126 ],
1123 }], 1127 }],
1124 ], 1128 ],
1125 }, 1129 },
1126 ], 1130 ],
1127 } 1131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698