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

Side by Side Diff: ash/BUILD.gn

Issue 2332393003: mash: Remove shelf util functions; use WmWindow properties. (Closed)
Patch Set: Cleanup,. Created 4 years, 3 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
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | ash/common/shelf/shelf_item_types.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 9
10 assert(use_aura) 10 assert(use_aura)
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "common/shelf/shelf_background_animator.h", 139 "common/shelf/shelf_background_animator.h",
140 "common/shelf/shelf_background_animator_observer.h", 140 "common/shelf/shelf_background_animator_observer.h",
141 "common/shelf/shelf_button.cc", 141 "common/shelf/shelf_button.cc",
142 "common/shelf/shelf_button.h", 142 "common/shelf/shelf_button.h",
143 "common/shelf/shelf_button_pressed_metric_tracker.cc", 143 "common/shelf/shelf_button_pressed_metric_tracker.cc",
144 "common/shelf/shelf_button_pressed_metric_tracker.h", 144 "common/shelf/shelf_button_pressed_metric_tracker.h",
145 "common/shelf/shelf_constants.cc", 145 "common/shelf/shelf_constants.cc",
146 "common/shelf/shelf_constants.h", 146 "common/shelf/shelf_constants.h",
147 "common/shelf/shelf_delegate.h", 147 "common/shelf/shelf_delegate.h",
148 "common/shelf/shelf_item_delegate.h", 148 "common/shelf/shelf_item_delegate.h",
149 "common/shelf/shelf_item_types.cc",
150 "common/shelf/shelf_item_types.h", 149 "common/shelf/shelf_item_types.h",
151 "common/shelf/shelf_layout_manager.cc", 150 "common/shelf/shelf_layout_manager.cc",
152 "common/shelf/shelf_layout_manager.h", 151 "common/shelf/shelf_layout_manager.h",
153 "common/shelf/shelf_layout_manager_observer.h", 152 "common/shelf/shelf_layout_manager_observer.h",
154 "common/shelf/shelf_locking_manager.cc", 153 "common/shelf/shelf_locking_manager.cc",
155 "common/shelf/shelf_locking_manager.h", 154 "common/shelf/shelf_locking_manager.h",
156 "common/shelf/shelf_menu_model.h", 155 "common/shelf/shelf_menu_model.h",
157 "common/shelf/shelf_model.cc", 156 "common/shelf/shelf_model.cc",
158 "common/shelf/shelf_model.h", 157 "common/shelf/shelf_model.h",
159 "common/shelf/shelf_model_observer.h", 158 "common/shelf/shelf_model_observer.h",
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "shared/immersive_fullscreen_controller_delegate.h", 679 "shared/immersive_fullscreen_controller_delegate.h",
681 "shared/immersive_gesture_handler.h", 680 "shared/immersive_gesture_handler.h",
682 "shared/immersive_handler_factory.cc", 681 "shared/immersive_handler_factory.cc",
683 "shared/immersive_handler_factory.h", 682 "shared/immersive_handler_factory.h",
684 "shared/immersive_revealed_lock.cc", 683 "shared/immersive_revealed_lock.cc",
685 "shared/immersive_revealed_lock.h", 684 "shared/immersive_revealed_lock.h",
686 "shelf/dimmer_view.cc", 685 "shelf/dimmer_view.cc",
687 "shelf/dimmer_view.h", 686 "shelf/dimmer_view.h",
688 "shelf/shelf_bezel_event_handler.cc", 687 "shelf/shelf_bezel_event_handler.cc",
689 "shelf/shelf_bezel_event_handler.h", 688 "shelf/shelf_bezel_event_handler.h",
690 "shelf/shelf_util.cc",
691 "shelf/shelf_util.h",
692 "shelf/shelf_window_targeter.cc", 689 "shelf/shelf_window_targeter.cc",
693 "shelf/shelf_window_targeter.h", 690 "shelf/shelf_window_targeter.h",
694 "shell.cc", 691 "shell.cc",
695 "shell.h", 692 "shell.h",
696 "shell_init_params.cc", 693 "shell_init_params.cc",
697 "shell_init_params.h", 694 "shell_init_params.h",
698 "snap_to_pixel_layout_manager.cc", 695 "snap_to_pixel_layout_manager.cc",
699 "snap_to_pixel_layout_manager.h", 696 "snap_to_pixel_layout_manager.h",
700 "sticky_keys/sticky_keys_controller.cc", 697 "sticky_keys/sticky_keys_controller.cc",
701 "sticky_keys/sticky_keys_controller.h", 698 "sticky_keys/sticky_keys_controller.h",
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 if (is_win) { 1636 if (is_win) {
1640 configs -= [ "//build/config/win:console" ] 1637 configs -= [ "//build/config/win:console" ]
1641 configs += [ "//build/config/win:windowed" ] 1638 configs += [ "//build/config/win:windowed" ]
1642 deps += [ "//sandbox" ] 1639 deps += [ "//sandbox" ]
1643 } 1640 }
1644 1641
1645 if (is_chromeos) { 1642 if (is_chromeos) {
1646 deps += [ "//device/bluetooth" ] 1643 deps += [ "//device/bluetooth" ]
1647 } 1644 }
1648 } 1645 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | ash/common/shelf/shelf_item_types.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698