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

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: 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
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'browser/ui/app_list/search_builder.h', 126 'browser/ui/app_list/search_builder.h',
127 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', 127 'browser/ui/app_modal_dialogs/app_modal_dialog.cc',
128 'browser/ui/app_modal_dialogs/app_modal_dialog.h', 128 'browser/ui/app_modal_dialogs/app_modal_dialog.h',
129 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', 129 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc',
130 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', 130 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
131 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', 131 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc',
132 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', 132 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h',
133 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', 133 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc',
134 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', 134 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h',
135 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', 135 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
136 'browser/ui/ash/ash_virtual_keyboard_controller_proxy.cc',
137 'browser/ui/ash/ash_virtual_keyboard_controller_proxy.h',
136 'browser/ui/ash/app_list/app_list_controller_ash.h', 138 'browser/ui/ash/app_list/app_list_controller_ash.h',
137 'browser/ui/ash/app_list/app_list_controller_ash.cc', 139 'browser/ui/ash/app_list/app_list_controller_ash.cc',
138 'browser/ui/ash/app_list/app_list_service_ash.cc', 140 'browser/ui/ash/app_list/app_list_service_ash.cc',
139 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', 141 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
140 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', 142 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
141 'browser/ui/ash/app_sync_ui_state.cc', 143 'browser/ui/ash/app_sync_ui_state.cc',
142 'browser/ui/ash/app_sync_ui_state.h', 144 'browser/ui/ash/app_sync_ui_state.h',
143 'browser/ui/ash/app_sync_ui_state_observer.h', 145 'browser/ui/ash/app_sync_ui_state_observer.h',
144 'browser/ui/ash/app_sync_ui_state_factory.cc', 146 'browser/ui/ash/app_sync_ui_state_factory.cc',
145 'browser/ui/ash/app_sync_ui_state_factory.h', 147 'browser/ui/ash/app_sync_ui_state_factory.h',
(...skipping 2723 matching lines...) Expand 10 before | Expand all | Expand 10 after
2869 }], 2871 }],
2870 ['enable_message_center==1', { 2872 ['enable_message_center==1', {
2871 'dependencies': [ 2873 'dependencies': [
2872 '../ui/message_center/message_center.gyp:message_center', 2874 '../ui/message_center/message_center.gyp:message_center',
2873 ], 2875 ],
2874 }], 2876 }],
2875 ], 2877 ],
2876 }, 2878 },
2877 ], 2879 ],
2878 } 2880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698