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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5747001: Add the virtual keyboard to BrowserFrameChromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 10 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
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'browser/chromeos/dom_ui/wrench_menu_ui.h', 495 'browser/chromeos/dom_ui/wrench_menu_ui.h',
496 'browser/chromeos/drop_shadow_label.cc', 496 'browser/chromeos/drop_shadow_label.cc',
497 'browser/chromeos/enterprise_extension_observer.cc', 497 'browser/chromeos/enterprise_extension_observer.cc',
498 'browser/chromeos/enterprise_extension_observer.h', 498 'browser/chromeos/enterprise_extension_observer.h',
499 'browser/chromeos/external_metrics.cc', 499 'browser/chromeos/external_metrics.cc',
500 'browser/chromeos/external_metrics.h', 500 'browser/chromeos/external_metrics.h',
501 'browser/chromeos/external_protocol_dialog.cc', 501 'browser/chromeos/external_protocol_dialog.cc',
502 'browser/chromeos/external_protocol_dialog.h', 502 'browser/chromeos/external_protocol_dialog.h',
503 'browser/chromeos/frame/browser_frame_chromeos.cc', 503 'browser/chromeos/frame/browser_frame_chromeos.cc',
504 'browser/chromeos/frame/browser_frame_chromeos.h', 504 'browser/chromeos/frame/browser_frame_chromeos.h',
505 'browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.c c',
505 'browser/chromeos/frame/browser_view.cc', 506 'browser/chromeos/frame/browser_view.cc',
506 'browser/chromeos/frame/browser_view.h', 507 'browser/chromeos/frame/browser_view.h',
507 'browser/chromeos/frame/bubble_frame_view.cc', 508 'browser/chromeos/frame/bubble_frame_view.cc',
508 'browser/chromeos/frame/bubble_frame_view.h', 509 'browser/chromeos/frame/bubble_frame_view.h',
509 'browser/chromeos/frame/bubble_window.cc', 510 'browser/chromeos/frame/bubble_window.cc',
510 'browser/chromeos/frame/bubble_window.h', 511 'browser/chromeos/frame/bubble_window.h',
511 'browser/chromeos/frame/panel_browser_view.cc', 512 'browser/chromeos/frame/panel_browser_view.cc',
512 'browser/chromeos/frame/panel_browser_view.h', 513 'browser/chromeos/frame/panel_browser_view.h',
513 'browser/chromeos/frame/panel_controller.cc', 514 'browser/chromeos/frame/panel_controller.cc',
514 'browser/chromeos/frame/panel_controller.h', 515 'browser/chromeos/frame/panel_controller.h',
(...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after
3046 'browser/ui/tabs/tab_menu_model.cc', 3047 'browser/ui/tabs/tab_menu_model.cc',
3047 'browser/ui/tabs/tab_menu_model.h', 3048 'browser/ui/tabs/tab_menu_model.h',
3048 'browser/ui/toolbar/back_forward_menu_model.cc', 3049 'browser/ui/toolbar/back_forward_menu_model.cc',
3049 'browser/ui/toolbar/back_forward_menu_model.h', 3050 'browser/ui/toolbar/back_forward_menu_model.h',
3050 'browser/ui/toolbar/encoding_menu_controller.cc', 3051 'browser/ui/toolbar/encoding_menu_controller.cc',
3051 'browser/ui/toolbar/encoding_menu_controller.h', 3052 'browser/ui/toolbar/encoding_menu_controller.h',
3052 'browser/ui/toolbar/toolbar_model.cc', 3053 'browser/ui/toolbar/toolbar_model.cc',
3053 'browser/ui/toolbar/toolbar_model.h', 3054 'browser/ui/toolbar/toolbar_model.h',
3054 'browser/ui/toolbar/wrench_menu_model.cc', 3055 'browser/ui/toolbar/wrench_menu_model.cc',
3055 'browser/ui/toolbar/wrench_menu_model.h', 3056 'browser/ui/toolbar/wrench_menu_model.h',
3057 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
3058 'browser/ui/touch/frame/touch_browser_frame_view.cc',
3059 'browser/ui/touch/frame/touch_browser_frame_view.h',
3056 'browser/ui/view_ids.h', 3060 'browser/ui/view_ids.h',
3057 'browser/ui/views/about_chrome_view.cc', 3061 'browser/ui/views/about_chrome_view.cc',
3058 'browser/ui/views/about_chrome_view.h', 3062 'browser/ui/views/about_chrome_view.h',
3059 'browser/ui/views/about_ipc_dialog.cc', 3063 'browser/ui/views/about_ipc_dialog.cc',
3060 'browser/ui/views/about_ipc_dialog.h', 3064 'browser/ui/views/about_ipc_dialog.h',
3061 'browser/ui/views/accelerator_table_gtk.cc', 3065 'browser/ui/views/accelerator_table_gtk.cc',
3062 'browser/ui/views/accelerator_table_gtk.h', 3066 'browser/ui/views/accelerator_table_gtk.h',
3063 'browser/ui/views/accessibility_event_router_views.cc', 3067 'browser/ui/views/accessibility_event_router_views.cc',
3064 'browser/ui/views/accessibility_event_router_views.h', 3068 'browser/ui/views/accessibility_event_router_views.h',
3065 'browser/ui/views/accessible_pane_view.cc', 3069 'browser/ui/views/accessible_pane_view.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3177 'browser/ui/views/frame/app_panel_browser_frame_view.cc', 3181 'browser/ui/views/frame/app_panel_browser_frame_view.cc',
3178 'browser/ui/views/frame/app_panel_browser_frame_view.h', 3182 'browser/ui/views/frame/app_panel_browser_frame_view.h',
3179 'browser/ui/views/frame/browser_bubble_host.cc', 3183 'browser/ui/views/frame/browser_bubble_host.cc',
3180 'browser/ui/views/frame/browser_bubble_host.h', 3184 'browser/ui/views/frame/browser_bubble_host.h',
3181 'browser/ui/views/frame/browser_frame.h', 3185 'browser/ui/views/frame/browser_frame.h',
3182 'browser/ui/views/frame/browser_frame_gtk.cc', 3186 'browser/ui/views/frame/browser_frame_gtk.cc',
3183 'browser/ui/views/frame/browser_frame_gtk.h', 3187 'browser/ui/views/frame/browser_frame_gtk.h',
3184 'browser/ui/views/frame/browser_frame_win.cc', 3188 'browser/ui/views/frame/browser_frame_win.cc',
3185 'browser/ui/views/frame/browser_frame_win.h', 3189 'browser/ui/views/frame/browser_frame_win.h',
3186 'browser/ui/views/frame/browser_non_client_frame_view.h', 3190 'browser/ui/views/frame/browser_non_client_frame_view.h',
3191 'browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc',
3192 'browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc',
3187 'browser/ui/views/frame/browser_root_view.cc', 3193 'browser/ui/views/frame/browser_root_view.cc',
3188 'browser/ui/views/frame/browser_root_view.h', 3194 'browser/ui/views/frame/browser_root_view.h',
3189 'browser/ui/views/frame/browser_view.cc', 3195 'browser/ui/views/frame/browser_view.cc',
3190 'browser/ui/views/frame/browser_view.h', 3196 'browser/ui/views/frame/browser_view.h',
3191 'browser/ui/views/frame/browser_view_layout.cc', 3197 'browser/ui/views/frame/browser_view_layout.cc',
3192 'browser/ui/views/frame/browser_view_layout.h', 3198 'browser/ui/views/frame/browser_view_layout.h',
3193 'browser/ui/views/frame/contents_container.cc', 3199 'browser/ui/views/frame/contents_container.cc',
3194 'browser/ui/views/frame/contents_container.h', 3200 'browser/ui/views/frame/contents_container.h',
3195 'browser/ui/views/frame/glass_browser_frame_view.cc', 3201 'browser/ui/views/frame/glass_browser_frame_view.cc',
3196 'browser/ui/views/frame/glass_browser_frame_view.h', 3202 'browser/ui/views/frame/glass_browser_frame_view.h',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
3501 'browser/gtk/gconf_titlebar_listener.h', 3507 'browser/gtk/gconf_titlebar_listener.h',
3502 ], 3508 ],
3503 }], 3509 }],
3504 ['use_gnome_keyring==0', { 3510 ['use_gnome_keyring==0', {
3505 'sources!': [ 3511 'sources!': [
3506 'browser/password_manager/native_backend_gnome_x.h', 3512 'browser/password_manager/native_backend_gnome_x.h',
3507 'browser/password_manager/native_backend_gnome_x.cc', 3513 'browser/password_manager/native_backend_gnome_x.cc',
3508 ], 3514 ],
3509 }], 3515 }],
3510 ['touchui==0', { 3516 ['touchui==0', {
3511 'sources!': [ 3517 'sources/': [
3512 'browser/chromeos/dom_ui/login/authenticator_facade.h', 3518 ['exclude', '^browser/chromeos/dom_ui/login/authenticator_facade.h$' ],
3513 'browser/chromeos/dom_ui/login/authenticator_facade_stub.cc', 3519 ['exclude', '^browser/chromeos/dom_ui/login/authenticator_facade_stu b.*'],
3514 'browser/chromeos/dom_ui/login/authenticator_facade_stub.h', 3520 ['exclude', '^browser/chromeos/dom_ui/login/login_ui.*'],
3515 'browser/chromeos/dom_ui/login/login_ui.cc', 3521 ['exclude', '^browser/chromeos/dom_ui/login/login_ui_helpers.*'],
3516 'browser/chromeos/dom_ui/login/login_ui.h', 3522 ['exclude', '^browser/dom_ui/keyboard_ui.*'],
3517 'browser/chromeos/dom_ui/login/login_ui_helpers.cc', 3523 ['exclude', '^browser/renderer_host/render_widget_host_view_views.*' ],
3518 'browser/chromeos/dom_ui/login/login_ui_helpers.h', 3524 ['exclude', '^browser/ui/touch/*'],
3519 'browser/dom_ui/keyboard_ui.cc', 3525 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views. *'],
3520 'browser/dom_ui/keyboard_ui.h',
3521 'browser/renderer_host/render_widget_host_view_views.cc',
3522 'browser/renderer_host/render_widget_host_view_views.h',
3523 'browser/ui/views/tab_contents/tab_contents_view_views.cc',
3524 'browser/ui/views/tab_contents/tab_contents_view_views.h',
3525 ], 3526 ],
3526 }], 3527 }],
3527 ['touchui==1', { 3528 ['touchui==1', {
3528 'sources/': [ 3529 'sources/': [
3529 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade.h'], 3530 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade.h'],
3530 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .cc'], 3531 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .cc'],
3531 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .h'], 3532 ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub .h'],
3532 ['include', 'browser/chromeos/dom_ui/login/login_ui.cc'], 3533 ['include', 'browser/chromeos/dom_ui/login/login_ui.cc'],
3533 ['include', 'browser/chromeos/dom_ui/login/login_ui.h'], 3534 ['include', 'browser/chromeos/dom_ui/login/login_ui.h'],
3534 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.cc'], 3535 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.cc'],
3535 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.h'], 3536 ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.h'],
3537 ['include', '^browser/ui/touch/*'],
3538 ['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_f actory_chromeos.cc'],
3536 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 3539 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
3537 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 3540 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
3538 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 3541 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
3539 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 3542 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
3543 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_f actory_gtk.cc'],
3540 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], 3544 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
3541 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], 3545 ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
3542 ], 3546 ],
3543 }], 3547 }],
3544 ['OS=="linux"', { 3548 ['OS=="linux"', {
3545 'dependencies': [ 3549 'dependencies': [
3546 '../build/linux/system.gyp:dbus-glib', 3550 '../build/linux/system.gyp:dbus-glib',
3547 '../build/linux/system.gyp:gconf', 3551 '../build/linux/system.gyp:gconf',
3548 '../build/linux/system.gyp:gtk', 3552 '../build/linux/system.gyp:gtk',
3549 '../build/linux/system.gyp:gtkprint', 3553 '../build/linux/system.gyp:gtkprint',
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
4197 # These GTK files haven't been ported to views, while ChromeOS has 4201 # These GTK files haven't been ported to views, while ChromeOS has
4198 # its own separate implementation below. So re-include them only on 4202 # its own separate implementation below. So re-include them only on
4199 # non-ChromeOS views Linux builds. 4203 # non-ChromeOS views Linux builds.
4200 ['OS=="linux" and toolkit_views==1 and chromeos==0', { 4204 ['OS=="linux" and toolkit_views==1 and chromeos==0', {
4201 'sources/': [ 4205 'sources/': [
4202 ['include', '^browser/gtk/dialogs_gtk.cc'], 4206 ['include', '^browser/gtk/dialogs_gtk.cc'],
4203 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'], 4207 ['include', '^browser/gtk/external_protocol_dialog_gtk.cc'],
4204 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'], 4208 ['include', '^browser/gtk/external_protocol_dialog_gtk.h'],
4205 ['include', '^browser/ui/views/notifications/balloon_view.cc'], 4209 ['include', '^browser/ui/views/notifications/balloon_view.cc'],
4206 ['include', '^browser/ui/views/notifications/balloon_view.h'], 4210 ['include', '^browser/ui/views/notifications/balloon_view.h'],
4211 ['include', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_gtk.cc'],
4207 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'], 4212 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.cc'],
4208 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'], 4213 ['exclude', '^browser/ui/views/keyboard_overlay_delegate.h'],
4209 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 4214 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4210 ], 4215 ],
4211 }], 4216 }],
4212 # GTK build only 4217 # GTK build only
4213 ['OS=="linux" and toolkit_views==0', { 4218 ['OS=="linux" and toolkit_views==0', {
4214 'sources/': [ 4219 'sources/': [
4215 ['include', '^browser/printing/print_dialog_gtk.cc'], 4220 ['include', '^browser/printing/print_dialog_gtk.cc'],
4216 ['include', '^browser/printing/print_dialog_gtk.h'], 4221 ['include', '^browser/printing/print_dialog_gtk.h'],
4217 ['exclude', '^browser/ui/browser_list_stub.cc'], 4222 ['exclude', '^browser/ui/browser_list_stub.cc'],
4218 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'], 4223 ['exclude', '^browser/bookmarks/bookmark_drop_info.cc'],
4219 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_g tk.cc'], 4224 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_g tk.cc'],
4220 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_g tk.h'], 4225 ['exclude', '^browser/ui/views/autocomplete/autocomplete_popup_g tk.h'],
4221 ], 4226 ],
4222 }], 4227 }],
4223 # Touch build only 4228 # Touch build only
4224 ['OS=="linux" and toolkit_views==1 and touchui==1', { 4229 ['OS=="linux" and toolkit_views==1 and touchui==1', {
4225 'sources/': [ 4230 'sources/': [
4226 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'], 4231 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.cc'],
4227 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'], 4232 ['include', '^browser/ui/views/tab_contents/tab_contents_view_vi ews.h'],
4233 ['exclude', '^browser/ui/views/frame/browser_non_client_frame_vi ew_factory_gtk.cc'],
4228 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'], 4234 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.cc'],
4229 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'], 4235 ['exclude', '^browser/ui/views/tab_contents/tab_contents_view_gt k.h'],
4230 # TODO(anicolao): exclude these once we have DOMUI dialogs 4236 # TODO(anicolao): exclude these once we have DOMUI dialogs
4231 # ['exclude', '^browser/gtk/constrained_window_gtk.cc'], 4237 # ['exclude', '^browser/gtk/constrained_window_gtk.cc'],
4232 # ['exclude', '^browser/gtk/constrained_window_gtk.h'], 4238 # ['exclude', '^browser/gtk/constrained_window_gtk.h'],
4233 ], 4239 ],
4234 }], 4240 }],
4235 ['OS=="linux" and chromeos==1',{ 4241 ['OS=="linux" and chromeos==1',{
4236 'sources/': [ 4242 'sources/': [
4237 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'], 4243 ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
4419 ], 4425 ],
4420 }, 4426 },
4421 ], 4427 ],
4422 } 4428 }
4423 4429
4424 # Local Variables: 4430 # Local Variables:
4425 # tab-width:2 4431 # tab-width:2
4426 # indent-tabs-mode:nil 4432 # indent-tabs-mode:nil
4427 # End: 4433 # End:
4428 # vim: set expandtab tabstop=2 shiftwidth=2: 4434 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698