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

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

Issue 686513004: Creating default implementation for aura::client::ScreenPositionClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implementing review feedback Created 6 years, 1 month 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 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 27 matching lines...) Expand all
38 'core/capture_controller.cc', 38 'core/capture_controller.cc',
39 'core/capture_controller.h', 39 'core/capture_controller.h',
40 'core/compound_event_filter.cc', 40 'core/compound_event_filter.cc',
41 'core/compound_event_filter.h', 41 'core/compound_event_filter.h',
42 'core/coordinate_conversion.cc', 42 'core/coordinate_conversion.cc',
43 'core/coordinate_conversion.h', 43 'core/coordinate_conversion.h',
44 'core/cursor_manager.cc', 44 'core/cursor_manager.cc',
45 'core/cursor_manager.h', 45 'core/cursor_manager.h',
46 'core/default_activation_client.cc', 46 'core/default_activation_client.cc',
47 'core/default_activation_client.h', 47 'core/default_activation_client.h',
48 'core/default_screen_position_client.cc',
49 'core/default_screen_position_client.h',
48 'core/easy_resize_window_targeter.cc', 50 'core/easy_resize_window_targeter.cc',
49 'core/easy_resize_window_targeter.h', 51 'core/easy_resize_window_targeter.h',
50 'core/focus_controller.cc', 52 'core/focus_controller.cc',
51 'core/focus_controller.h', 53 'core/focus_controller.h',
52 'core/focus_rules.h', 54 'core/focus_rules.h',
53 'core/image_grid.cc', 55 'core/image_grid.cc',
54 'core/image_grid.h', 56 'core/image_grid.h',
55 'core/input_method_event_filter.cc', 57 'core/input_method_event_filter.cc',
56 'core/input_method_event_filter.h', 58 'core/input_method_event_filter.h',
57 'core/masked_window_targeter.cc', 59 'core/masked_window_targeter.cc',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'core/transient_window_manager_unittest.cc', 147 'core/transient_window_manager_unittest.cc',
146 'core/transient_window_stacking_client_unittest.cc', 148 'core/transient_window_stacking_client_unittest.cc',
147 'core/user_activity_detector_unittest.cc', 149 'core/user_activity_detector_unittest.cc',
148 'core/visibility_controller_unittest.cc', 150 'core/visibility_controller_unittest.cc',
149 'core/window_animations_unittest.cc', 151 'core/window_animations_unittest.cc',
150 'core/window_util_unittest.cc', 152 'core/window_util_unittest.cc',
151 ], 153 ],
152 }, 154 },
153 ], 155 ],
154 } 156 }
OLDNEW
« ui/wm/core/default_screen_position_client.cc ('K') | « ui/wm/core/default_screen_position_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698