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

Side by Side Diff: ash/wm/common/BUILD.gn

Issue 2001623003: Splits ToplevelWindowEventHandler into two (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 7 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "wm_layout_manager.h", 74 "wm_layout_manager.h",
75 "wm_lookup.cc", 75 "wm_lookup.cc",
76 "wm_lookup.h", 76 "wm_lookup.h",
77 "wm_overview_mode_observer.h", 77 "wm_overview_mode_observer.h",
78 "wm_root_window_controller.h", 78 "wm_root_window_controller.h",
79 "wm_root_window_controller_observer.h", 79 "wm_root_window_controller_observer.h",
80 "wm_screen_util.cc", 80 "wm_screen_util.cc",
81 "wm_screen_util.h", 81 "wm_screen_util.h",
82 "wm_snap_to_pixel_layout_manager.cc", 82 "wm_snap_to_pixel_layout_manager.cc",
83 "wm_snap_to_pixel_layout_manager.h", 83 "wm_snap_to_pixel_layout_manager.h",
84 "wm_toplevel_window_event_handler.cc",
85 "wm_toplevel_window_event_handler.h",
84 "wm_types.cc", 86 "wm_types.cc",
85 "wm_types.h", 87 "wm_types.h",
86 "wm_user_metrics_action.h", 88 "wm_user_metrics_action.h",
87 "wm_window.h", 89 "wm_window.h",
88 "wm_window_observer.h", 90 "wm_window_observer.h",
89 "wm_window_property.h", 91 "wm_window_property.h",
90 "wm_window_tracker.h", 92 "wm_window_tracker.h",
91 "workspace/magnetism_matcher.cc", 93 "workspace/magnetism_matcher.cc",
92 "workspace/magnetism_matcher.h", 94 "workspace/magnetism_matcher.h",
93 "workspace/multi_window_resize_controller.cc", 95 "workspace/multi_window_resize_controller.cc",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "//ui/keyboard", 129 "//ui/keyboard",
128 "//ui/views", 130 "//ui/views",
129 "//ui/wm", 131 "//ui/wm",
130 ] 132 ]
131 133
132 if (is_win) { 134 if (is_win) {
133 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 135 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
134 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 136 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
135 } 137 }
136 } 138 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698