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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 89873002: Ensure that the OSK on Windows 8 shows up when we tap on an editable field in any WebContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../sync/sync.gyp:sync', 62 '../sync/sync.gyp:sync',
63 ], 63 ],
64 'sources': [ 64 'sources': [
65 # All .cc, .h, .m, and .mm files under browser/ui except for: 65 # All .cc, .h, .m, and .mm files under browser/ui except for:
66 # * tests and mocks. 66 # * tests and mocks.
67 'browser/ui/accelerator_utils.h', 67 'browser/ui/accelerator_utils.h',
68 'browser/ui/active_tab_tracker.cc', 68 'browser/ui/active_tab_tracker.cc',
69 'browser/ui/active_tab_tracker.h', 69 'browser/ui/active_tab_tracker.h',
70 'browser/ui/alternate_error_tab_observer.cc', 70 'browser/ui/alternate_error_tab_observer.cc',
71 'browser/ui/alternate_error_tab_observer.h', 71 'browser/ui/alternate_error_tab_observer.h',
72 'browser/ui/touch_web_contents_observer_win.cc',
jam 2013/11/27 17:17:40 nit: tabs
73 'browser/ui/touch_web_contents_observer_win.h',
72 'browser/ui/android/android_about_app_info.cc', 74 'browser/ui/android/android_about_app_info.cc',
73 'browser/ui/android/android_about_app_info.h', 75 'browser/ui/android/android_about_app_info.h',
74 'browser/ui/android/autofill/autofill_dialog_controller_android.cc', 76 'browser/ui/android/autofill/autofill_dialog_controller_android.cc',
75 'browser/ui/android/autofill/autofill_dialog_controller_android.h', 77 'browser/ui/android/autofill/autofill_dialog_controller_android.h',
76 'browser/ui/android/autofill/autofill_dialog_result.cc', 78 'browser/ui/android/autofill/autofill_dialog_result.cc',
77 'browser/ui/android/autofill/autofill_dialog_result.h', 79 'browser/ui/android/autofill/autofill_dialog_result.h',
78 'browser/ui/android/autofill/autofill_popup_view_android.cc', 80 'browser/ui/android/autofill/autofill_popup_view_android.cc',
79 'browser/ui/android/autofill/autofill_popup_view_android.h', 81 'browser/ui/android/autofill/autofill_popup_view_android.h',
80 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc', 82 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc',
81 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h', 83 'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
(...skipping 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3343 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3345 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3344 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3346 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3347 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3346 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3348 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3347 ], 3349 ],
3348 }], 3350 }],
3349 ], 3351 ],
3350 }, 3352 },
3351 ], 3353 ],
3352 } 3354 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698