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

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: More review fixes. 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
« no previous file with comments | « ui/views/corewm/tooltip_win.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 (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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'controls/textfield/textfield_controller.cc', 237 'controls/textfield/textfield_controller.cc',
238 'controls/textfield/textfield_controller.h', 238 'controls/textfield/textfield_controller.h',
239 'controls/textfield/textfield_model.cc', 239 'controls/textfield/textfield_model.cc',
240 'controls/textfield/textfield_model.h', 240 'controls/textfield/textfield_model.h',
241 'controls/throbber.cc', 241 'controls/throbber.cc',
242 'controls/throbber.h', 242 'controls/throbber.h',
243 'controls/tree/tree_view.cc', 243 'controls/tree/tree_view.cc',
244 'controls/tree/tree_view.h', 244 'controls/tree/tree_view.h',
245 'controls/tree/tree_view_controller.cc', 245 'controls/tree/tree_view_controller.cc',
246 'controls/tree/tree_view_controller.h', 246 'controls/tree/tree_view_controller.h',
247 'corewm/cursor_height_provider_win.cc',
248 'corewm/cursor_height_provider_win.h',
247 'corewm/tooltip.h', 249 'corewm/tooltip.h',
248 'corewm/tooltip_aura.cc', 250 'corewm/tooltip_aura.cc',
249 'corewm/tooltip_aura.h', 251 'corewm/tooltip_aura.h',
250 'corewm/tooltip_controller.cc', 252 'corewm/tooltip_controller.cc',
251 'corewm/tooltip_controller.h', 253 'corewm/tooltip_controller.h',
252 'corewm/tooltip_win.cc', 254 'corewm/tooltip_win.cc',
253 'corewm/tooltip_win.h', 255 'corewm/tooltip_win.h',
254 'cull_set.cc', 256 'cull_set.cc',
255 'cull_set.h', 257 'cull_set.h',
256 'debug_utils.cc', 258 'debug_utils.cc',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 }], 752 }],
751 ['use_x11==1', { 753 ['use_x11==1', {
752 'dependencies': [ 754 'dependencies': [
753 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' , 755 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform' ,
754 ], 756 ],
755 }], 757 }],
756 ], 758 ],
757 }, # target_name: views_unittests 759 }, # target_name: views_unittests
758 ], 760 ],
759 } 761 }
OLDNEW
« no previous file with comments | « ui/views/corewm/tooltip_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698