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

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

Issue 211733003: Move GetCursor() method from WindowDelegate to its own delegate interface CursorDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « ui/wm/public/cursor_delegate.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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'core/window_animations.h', 78 'core/window_animations.h',
79 'core/window_modality_controller.cc', 79 'core/window_modality_controller.cc',
80 'core/window_modality_controller.h', 80 'core/window_modality_controller.h',
81 'core/window_util.cc', 81 'core/window_util.cc',
82 'core/window_util.h', 82 'core/window_util.h',
83 'core/wm_core_export.h', 83 'core/wm_core_export.h',
84 'core/wm_core_switches.cc', 84 'core/wm_core_switches.cc',
85 'core/wm_core_switches.h', 85 'core/wm_core_switches.h',
86 'core/wm_state.cc', 86 'core/wm_state.cc',
87 'core/wm_state.h', 87 'core/wm_state.h',
88 'public/cursor_delegate.cc',
89 'public/cursor_delegate.h',
88 ], 90 ],
89 }, 91 },
90 { 92 {
91 'target_name': 'wm_test_support', 93 'target_name': 'wm_test_support',
92 'type': 'static_library', 94 'type': 'static_library',
93 'dependencies': [ 95 'dependencies': [
94 '../../skia/skia.gyp:skia', 96 '../../skia/skia.gyp:skia',
95 '../aura/aura.gyp:aura', 97 '../aura/aura.gyp:aura',
96 ], 98 ],
97 'sources': [ 99 'sources': [
(...skipping 30 matching lines...) Expand all
128 'core/shadow_controller_unittest.cc', 130 'core/shadow_controller_unittest.cc',
129 'core/transient_window_manager_unittest.cc', 131 'core/transient_window_manager_unittest.cc',
130 'core/transient_window_stacking_client_unittest.cc', 132 'core/transient_window_stacking_client_unittest.cc',
131 'core/visibility_controller_unittest.cc', 133 'core/visibility_controller_unittest.cc',
132 'core/window_animations_unittest.cc', 134 'core/window_animations_unittest.cc',
133 'core/window_util_unittest.cc', 135 'core/window_util_unittest.cc',
134 ], 136 ],
135 }, 137 },
136 ], 138 ],
137 } 139 }
OLDNEW
« no previous file with comments | « ui/wm/public/cursor_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698