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

Side by Side Diff: ash/BUILD.gn

Issue 2334013003: Moves ScreenDimmer to ash/common (Closed)
Patch Set: 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/common/wm/screen_dimmer.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 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "common/wm/overview/window_selector_item.cc", 480 "common/wm/overview/window_selector_item.cc",
481 "common/wm/overview/window_selector_item.h", 481 "common/wm/overview/window_selector_item.h",
482 "common/wm/panels/panel_layout_manager.cc", 482 "common/wm/panels/panel_layout_manager.cc",
483 "common/wm/panels/panel_layout_manager.h", 483 "common/wm/panels/panel_layout_manager.h",
484 "common/wm/panels/panel_window_resizer.cc", 484 "common/wm/panels/panel_window_resizer.cc",
485 "common/wm/panels/panel_window_resizer.h", 485 "common/wm/panels/panel_window_resizer.h",
486 "common/wm/root_window_finder.cc", 486 "common/wm/root_window_finder.cc",
487 "common/wm/root_window_finder.h", 487 "common/wm/root_window_finder.h",
488 "common/wm/root_window_layout_manager.cc", 488 "common/wm/root_window_layout_manager.cc",
489 "common/wm/root_window_layout_manager.h", 489 "common/wm/root_window_layout_manager.h",
490 "common/wm/screen_dimmer.cc",
491 "common/wm/screen_dimmer.h",
490 "common/wm/switchable_windows.cc", 492 "common/wm/switchable_windows.cc",
491 "common/wm/switchable_windows.h", 493 "common/wm/switchable_windows.h",
492 "common/wm/system_modal_container_layout_manager.cc", 494 "common/wm/system_modal_container_layout_manager.cc",
493 "common/wm/system_modal_container_layout_manager.h", 495 "common/wm/system_modal_container_layout_manager.h",
494 "common/wm/window_animation_types.h", 496 "common/wm/window_animation_types.h",
495 "common/wm/window_cycle_controller.cc", 497 "common/wm/window_cycle_controller.cc",
496 "common/wm/window_cycle_controller.h", 498 "common/wm/window_cycle_controller.h",
497 "common/wm/window_cycle_event_filter.h", 499 "common/wm/window_cycle_event_filter.h",
498 "common/wm/window_cycle_list.cc", 500 "common/wm/window_cycle_list.cc",
499 "common/wm/window_cycle_list.h", 501 "common/wm/window_cycle_list.h",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "wm/panels/panel_window_event_handler.cc", 773 "wm/panels/panel_window_event_handler.cc",
772 "wm/panels/panel_window_event_handler.h", 774 "wm/panels/panel_window_event_handler.h",
773 "wm/power_button_controller.cc", 775 "wm/power_button_controller.cc",
774 "wm/power_button_controller.h", 776 "wm/power_button_controller.h",
775 "wm/resize_handle_window_targeter.cc", 777 "wm/resize_handle_window_targeter.cc",
776 "wm/resize_handle_window_targeter.h", 778 "wm/resize_handle_window_targeter.h",
777 "wm/resize_shadow.cc", 779 "wm/resize_shadow.cc",
778 "wm/resize_shadow.h", 780 "wm/resize_shadow.h",
779 "wm/resize_shadow_controller.cc", 781 "wm/resize_shadow_controller.cc",
780 "wm/resize_shadow_controller.h", 782 "wm/resize_shadow_controller.h",
781 "wm/screen_dimmer.cc",
782 "wm/screen_dimmer.h",
783 "wm/screen_pinning_controller.cc", 783 "wm/screen_pinning_controller.cc",
784 "wm/screen_pinning_controller.h", 784 "wm/screen_pinning_controller.h",
785 "wm/session_state_animator.cc", 785 "wm/session_state_animator.cc",
786 "wm/session_state_animator.h", 786 "wm/session_state_animator.h",
787 "wm/session_state_animator_impl.cc", 787 "wm/session_state_animator_impl.cc",
788 "wm/session_state_animator_impl.h", 788 "wm/session_state_animator_impl.h",
789 "wm/stacking_controller.cc", 789 "wm/stacking_controller.cc",
790 "wm/stacking_controller.h", 790 "wm/stacking_controller.h",
791 "wm/stylus_metrics_recorder.cc", 791 "wm/stylus_metrics_recorder.cc",
792 "wm/stylus_metrics_recorder.h", 792 "wm/stylus_metrics_recorder.h",
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 if (is_win) { 1639 if (is_win) {
1640 configs -= [ "//build/config/win:console" ] 1640 configs -= [ "//build/config/win:console" ]
1641 configs += [ "//build/config/win:windowed" ] 1641 configs += [ "//build/config/win:windowed" ]
1642 deps += [ "//sandbox" ] 1642 deps += [ "//sandbox" ]
1643 } 1643 }
1644 1644
1645 if (is_chromeos) { 1645 if (is_chromeos) {
1646 deps += [ "//device/bluetooth" ] 1646 deps += [ "//device/bluetooth" ]
1647 } 1647 }
1648 } 1648 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/wm/screen_dimmer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698