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

Side by Side Diff: ui/wm/wm.gyp

Issue 425363002: Moving coordinate conversion methods from ash/wm to ui/wm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More fixes Created 6 years, 4 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 | « ui/wm/core/coordinate_conversion.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 19 matching lines...) Expand all
30 'core/accelerator_delegate.h', 30 'core/accelerator_delegate.h',
31 'core/accelerator_filter.cc', 31 'core/accelerator_filter.cc',
32 'core/accelerator_filter.h', 32 'core/accelerator_filter.h',
33 'core/base_focus_rules.h', 33 'core/base_focus_rules.h',
34 'core/base_focus_rules.cc', 34 'core/base_focus_rules.cc',
35 'core/base_focus_rules.h', 35 'core/base_focus_rules.h',
36 'core/capture_controller.cc', 36 'core/capture_controller.cc',
37 'core/capture_controller.h', 37 'core/capture_controller.h',
38 'core/compound_event_filter.cc', 38 'core/compound_event_filter.cc',
39 'core/compound_event_filter.h', 39 'core/compound_event_filter.h',
40 'core/coordinate_conversion.cc',
41 'core/coordinate_conversion.h',
40 'core/cursor_manager.cc', 42 'core/cursor_manager.cc',
41 'core/cursor_manager.h', 43 'core/cursor_manager.h',
42 'core/default_activation_client.cc', 44 'core/default_activation_client.cc',
43 'core/default_activation_client.h', 45 'core/default_activation_client.h',
44 'core/easy_resize_window_targeter.cc', 46 'core/easy_resize_window_targeter.cc',
45 'core/easy_resize_window_targeter.h', 47 'core/easy_resize_window_targeter.h',
46 'core/focus_controller.cc', 48 'core/focus_controller.cc',
47 'core/focus_controller.h', 49 'core/focus_controller.h',
48 'core/focus_rules.h', 50 'core/focus_rules.h',
49 'core/image_grid.cc', 51 'core/image_grid.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'core/transient_window_manager_unittest.cc', 142 'core/transient_window_manager_unittest.cc',
141 'core/transient_window_stacking_client_unittest.cc', 143 'core/transient_window_stacking_client_unittest.cc',
142 'core/user_activity_detector_unittest.cc', 144 'core/user_activity_detector_unittest.cc',
143 'core/visibility_controller_unittest.cc', 145 'core/visibility_controller_unittest.cc',
144 'core/window_animations_unittest.cc', 146 'core/window_animations_unittest.cc',
145 'core/window_util_unittest.cc', 147 'core/window_util_unittest.cc',
146 ], 148 ],
147 }, 149 },
148 ], 150 ],
149 } 151 }
OLDNEW
« no previous file with comments | « ui/wm/core/coordinate_conversion.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698