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

Side by Side Diff: ash/BUILD.gn

Issue 2798333005: Moves WmWindow::GetInternalWidget() into a standalone function (Closed)
Patch Set: Created 3 years, 8 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/accelerators/debug_commands.cc » ('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 # Historical note: Ash shipped on Windows for a couple years to support 10 # Historical note: Ash shipped on Windows for a couple years to support
(...skipping 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 "wm/system_gesture_event_filter.h", 787 "wm/system_gesture_event_filter.h",
788 "wm/system_modal_container_event_filter.cc", 788 "wm/system_modal_container_event_filter.cc",
789 "wm/system_modal_container_event_filter.h", 789 "wm/system_modal_container_event_filter.h",
790 "wm/system_modal_container_event_filter_delegate.h", 790 "wm/system_modal_container_event_filter_delegate.h",
791 "wm/system_wallpaper_controller.cc", 791 "wm/system_wallpaper_controller.cc",
792 "wm/system_wallpaper_controller.h", 792 "wm/system_wallpaper_controller.h",
793 "wm/toplevel_window_event_handler.cc", 793 "wm/toplevel_window_event_handler.cc",
794 "wm/toplevel_window_event_handler.h", 794 "wm/toplevel_window_event_handler.h",
795 "wm/video_detector.cc", 795 "wm/video_detector.cc",
796 "wm/video_detector.h", 796 "wm/video_detector.h",
797 "wm/widget_finder.cc",
798 "wm/widget_finder.h",
797 "wm/window_animations.cc", 799 "wm/window_animations.cc",
798 "wm/window_animations.h", 800 "wm/window_animations.h",
799 "wm/window_cycle_event_filter_aura.cc", 801 "wm/window_cycle_event_filter_aura.cc",
800 "wm/window_cycle_event_filter_aura.h", 802 "wm/window_cycle_event_filter_aura.h",
801 "wm/window_mirror_view.cc", 803 "wm/window_mirror_view.cc",
802 "wm/window_mirror_view.h", 804 "wm/window_mirror_view.h",
803 "wm/window_properties.cc", 805 "wm/window_properties.cc",
804 "wm/window_properties.h", 806 "wm/window_properties.h",
805 "wm/window_state_aura.cc", 807 "wm/window_state_aura.cc",
806 "wm/window_state_aura.h", 808 "wm/window_state_aura.h",
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 "//content/public/app:both", 1491 "//content/public/app:both",
1490 "//device/bluetooth", 1492 "//device/bluetooth",
1491 ] 1493 ]
1492 1494
1493 data_deps = [ 1495 data_deps = [
1494 "//ash/strings:ash_test_strings", 1496 "//ash/strings:ash_test_strings",
1495 "//ash/resources:ash_test_resources_with_content_100_percent", 1497 "//ash/resources:ash_test_resources_with_content_100_percent",
1496 "//ash/resources:ash_test_resources_200_percent", 1498 "//ash/resources:ash_test_resources_200_percent",
1497 ] 1499 ]
1498 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/accelerators/debug_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698