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

Side by Side Diff: ui/base/ui_base.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/BUILD.gn ('k') | ui/base/ui_base_tests.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'win/internal_constants.cc', 369 'win/internal_constants.cc',
370 'win/internal_constants.h', 370 'win/internal_constants.h',
371 'win/lock_state.cc', 371 'win/lock_state.cc',
372 'win/lock_state.h', 372 'win/lock_state.h',
373 'win/message_box_win.cc', 373 'win/message_box_win.cc',
374 'win/message_box_win.h', 374 'win/message_box_win.h',
375 'win/mouse_wheel_util.cc', 375 'win/mouse_wheel_util.cc',
376 'win/mouse_wheel_util.h', 376 'win/mouse_wheel_util.h',
377 'win/open_file_name_win.cc', 377 'win/open_file_name_win.cc',
378 'win/open_file_name_win.h', 378 'win/open_file_name_win.h',
379 'win/osk_display_manager.cc',
380 'win/osk_display_manager.h',
381 'win/osk_display_observer.h',
379 'win/scoped_ole_initializer.cc', 382 'win/scoped_ole_initializer.cc',
380 'win/scoped_ole_initializer.h', 383 'win/scoped_ole_initializer.h',
381 'win/shell.cc', 384 'win/shell.cc',
382 'win/shell.h', 385 'win/shell.h',
383 'win/touch_input.cc', 386 'win/touch_input.cc',
384 'win/touch_input.h', 387 'win/touch_input.h',
385 'win/window_event_target.cc', 388 'win/window_event_target.cc',
386 'win/window_event_target.h', 389 'win/window_event_target.h',
387 'window_open_disposition.cc', 390 'window_open_disposition.cc',
388 'window_open_disposition.h', 391 'window_open_disposition.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 ], 776 ],
774 'variables': { 777 'variables': {
775 'jni_gen_package': 'ui', 778 'jni_gen_package': 'ui',
776 }, 779 },
777 'includes': [ '../../build/jni_generator.gypi' ], 780 'includes': [ '../../build/jni_generator.gypi' ],
778 }, 781 },
779 ], 782 ],
780 }], 783 }],
781 ], 784 ],
782 } 785 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698