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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 1986153005: The on screen keyboard on Windows 8+ should not obscure the input field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address sky unittest review comments Created 4 years, 6 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/base/ui_base.gyp ('k') | ui/base/win/osk_display_manager.h » ('j') | 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 ['OS == "linux" and use_aura==1 and chromeos==0', { 126 ['OS == "linux" and use_aura==1 and chromeos==0', {
127 'sources': [ 127 'sources': [
128 'ime/input_method_auralinux_unittest.cc', 128 'ime/input_method_auralinux_unittest.cc',
129 ] 129 ]
130 }], 130 }],
131 ['OS == "win"', { 131 ['OS == "win"', {
132 'sources': [ 132 'sources': [
133 'dragdrop/os_exchange_data_win_unittest.cc', 133 'dragdrop/os_exchange_data_win_unittest.cc',
134 'win/hwnd_subclass_unittest.cc', 134 'win/hwnd_subclass_unittest.cc',
135 'win/open_file_name_win_unittest.cc', 135 'win/open_file_name_win_unittest.cc',
136 'win/osk_display_manager_unittest.cc',
136 ], 137 ],
137 'msvs_settings': { 138 'msvs_settings': {
138 'VCLinkerTool': { 139 'VCLinkerTool': {
139 'DelayLoadDLLs': [ 140 'DelayLoadDLLs': [
140 'd2d1.dll', 141 'd2d1.dll',
141 'd3d10_1.dll', 142 'd3d10_1.dll',
142 ], 143 ],
143 'AdditionalDependencies': [ 144 'AdditionalDependencies': [
144 'd2d1.lib', 145 'd2d1.lib',
145 'd3d10_1.lib', 146 'd3d10_1.lib',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'dependencies': [ 327 'dependencies': [
327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 328 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
328 ], 329 ],
329 }], 330 }],
330 ], 331 ],
331 }, 332 },
332 ], 333 ],
333 }], 334 }],
334 ], 335 ],
335 } 336 }
OLDNEW
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/base/win/osk_display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698