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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13164002: Create and show the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix upstream Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/keyboard/keyboard.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 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'browser/ui/app_list/search/tokenized_string.h', 131 'browser/ui/app_list/search/tokenized_string.h',
132 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', 132 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
133 'browser/ui/app_modal_dialogs/app_modal_dialog.h', 133 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
134 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', 134 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
135 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', 135 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
136 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', 136 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc',
137 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', 137 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h',
138 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', 138 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc',
139 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', 139 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h',
140 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', 140 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
141 'browser/ui/ash/ash_keyboard_controller_proxy.cc',
142 'browser/ui/ash/ash_keyboard_controller_proxy.h',
141 'browser/ui/ash/app_list/app_list_controller_ash.h', 143 'browser/ui/ash/app_list/app_list_controller_ash.h',
142 'browser/ui/ash/app_list/app_list_controller_ash.cc', 144 'browser/ui/ash/app_list/app_list_controller_ash.cc',
143 'browser/ui/ash/app_list/app_list_service_ash.cc', 145 'browser/ui/ash/app_list/app_list_service_ash.cc',
144 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', 146 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
145 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', 147 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
146 'browser/ui/ash/app_sync_ui_state.cc', 148 'browser/ui/ash/app_sync_ui_state.cc',
147 'browser/ui/ash/app_sync_ui_state.h', 149 'browser/ui/ash/app_sync_ui_state.h',
148 'browser/ui/ash/app_sync_ui_state_observer.h', 150 'browser/ui/ash/app_sync_ui_state_observer.h',
149 'browser/ui/ash/app_sync_ui_state_factory.cc', 151 'browser/ui/ash/app_sync_ui_state_factory.cc',
150 'browser/ui/ash/app_sync_ui_state_factory.h', 152 'browser/ui/ash/app_sync_ui_state_factory.h',
(...skipping 2732 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 }], 2885 }],
2884 ['enable_message_center==1', { 2886 ['enable_message_center==1', {
2885 'dependencies': [ 2887 'dependencies': [
2886 '../ui/message_center/message_center.gyp:message_center', 2888 '../ui/message_center/message_center.gyp:message_center',
2887 ], 2889 ],
2888 }], 2890 }],
2889 ], 2891 ],
2890 }, 2892 },
2891 ], 2893 ],
2892 } 2894 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/keyboard/keyboard.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698