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

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

Issue 225403022: Fixed positioning of tooltips in multi monitor setups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unhardcoded cursor size hence simplifying DIP to screen conversions Created 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'controls/textfield/textfield_controller.cc', 222 'controls/textfield/textfield_controller.cc',
223 'controls/textfield/textfield_controller.h', 223 'controls/textfield/textfield_controller.h',
224 'controls/textfield/textfield_model.cc', 224 'controls/textfield/textfield_model.cc',
225 'controls/textfield/textfield_model.h', 225 'controls/textfield/textfield_model.h',
226 'controls/throbber.cc', 226 'controls/throbber.cc',
227 'controls/throbber.h', 227 'controls/throbber.h',
228 'controls/tree/tree_view.cc', 228 'controls/tree/tree_view.cc',
229 'controls/tree/tree_view.h', 229 'controls/tree/tree_view.h',
230 'controls/tree/tree_view_controller.cc', 230 'controls/tree/tree_view_controller.cc',
231 'controls/tree/tree_view_controller.h', 231 'controls/tree/tree_view_controller.h',
232 'corewm/cursor_height_provider_win.cc',
233 'corewm/cursor_height_provider_win.h',
232 'corewm/tooltip.h', 234 'corewm/tooltip.h',
233 'corewm/tooltip_aura.cc', 235 'corewm/tooltip_aura.cc',
234 'corewm/tooltip_aura.h', 236 'corewm/tooltip_aura.h',
235 'corewm/tooltip_controller.cc', 237 'corewm/tooltip_controller.cc',
236 'corewm/tooltip_controller.h', 238 'corewm/tooltip_controller.h',
237 'corewm/tooltip_win.cc', 239 'corewm/tooltip_win.cc',
238 'corewm/tooltip_win.h', 240 'corewm/tooltip_win.h',
239 'debug_utils.cc', 241 'debug_utils.cc',
240 'debug_utils.h', 242 'debug_utils.h',
241 'drag_controller.h', 243 'drag_controller.h',
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 }], 708 }],
707 ['use_aura==1', { 709 ['use_aura==1', {
708 'dependencies': [ 710 'dependencies': [
709 '../aura/aura.gyp:aura_test_support', 711 '../aura/aura.gyp:aura_test_support',
710 ], 712 ],
711 }], 713 }],
712 ], 714 ],
713 }, # target_name: views_unittests 715 }, # target_name: views_unittests
714 ], 716 ],
715 } 717 }
OLDNEW
« ui/views/corewm/cursor_height_provider_win.h ('K') | « ui/views/corewm/tooltip_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698