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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7053041: Add a Create method to DesktopNotificationHandler and stubs for the notification objects. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'browser/custom_handlers/protocol_handler_registry.cc', 784 'browser/custom_handlers/protocol_handler_registry.cc',
785 'browser/custom_handlers/protocol_handler_registry.h', 785 'browser/custom_handlers/protocol_handler_registry.h',
786 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', 786 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
787 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', 787 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
788 'browser/default_encoding_combo_model.cc', 788 'browser/default_encoding_combo_model.cc',
789 'browser/default_encoding_combo_model.h', 789 'browser/default_encoding_combo_model.h',
790 'browser/defaults.cc', 790 'browser/defaults.cc',
791 'browser/defaults.h', 791 'browser/defaults.h',
792 'browser/desktop_notification_handler.cc', 792 'browser/desktop_notification_handler.cc',
793 'browser/desktop_notification_handler.h', 793 'browser/desktop_notification_handler.h',
794 'browser/desktop_notification_handler_stub.cc',
794 'browser/diagnostics/diagnostics_main.cc', 795 'browser/diagnostics/diagnostics_main.cc',
795 'browser/diagnostics/diagnostics_main.h', 796 'browser/diagnostics/diagnostics_main.h',
796 'browser/diagnostics/diagnostics_model.cc', 797 'browser/diagnostics/diagnostics_model.cc',
797 'browser/diagnostics/diagnostics_model.h', 798 'browser/diagnostics/diagnostics_model.h',
798 'browser/diagnostics/diagnostics_test.cc', 799 'browser/diagnostics/diagnostics_test.cc',
799 'browser/diagnostics/diagnostics_test.h', 800 'browser/diagnostics/diagnostics_test.h',
800 'browser/diagnostics/recon_diagnostics.cc', 801 'browser/diagnostics/recon_diagnostics.cc',
801 'browser/diagnostics/recon_diagnostics.h', 802 'browser/diagnostics/recon_diagnostics.h',
802 'browser/diagnostics/sqlite_diagnostics.cc', 803 'browser/diagnostics/sqlite_diagnostics.cc',
803 'browser/diagnostics/sqlite_diagnostics.h', 804 'browser/diagnostics/sqlite_diagnostics.h',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1456 'browser/notifications/desktop_notification_service_factory.h', 1457 'browser/notifications/desktop_notification_service_factory.h',
1457 'browser/notifications/notification.cc', 1458 'browser/notifications/notification.cc',
1458 'browser/notifications/notification.h', 1459 'browser/notifications/notification.h',
1459 'browser/notifications/notification_delegate.h', 1460 'browser/notifications/notification_delegate.h',
1460 'browser/notifications/notification_exceptions_table_model.cc', 1461 'browser/notifications/notification_exceptions_table_model.cc',
1461 'browser/notifications/notification_exceptions_table_model.h', 1462 'browser/notifications/notification_exceptions_table_model.h',
1462 'browser/notifications/notification_object_proxy.cc', 1463 'browser/notifications/notification_object_proxy.cc',
1463 'browser/notifications/notification_object_proxy.h', 1464 'browser/notifications/notification_object_proxy.h',
1464 'browser/notifications/notification_options_menu_model.cc', 1465 'browser/notifications/notification_options_menu_model.cc',
1465 'browser/notifications/notification_options_menu_model.h', 1466 'browser/notifications/notification_options_menu_model.h',
1467 'browser/notifications/notification_stubs.cc',
1466 'browser/notifications/notification_ui_manager.cc', 1468 'browser/notifications/notification_ui_manager.cc',
1467 'browser/notifications/notification_ui_manager.h', 1469 'browser/notifications/notification_ui_manager.h',
1468 'browser/notifications/notifications_prefs_cache.cc', 1470 'browser/notifications/notifications_prefs_cache.cc',
1469 'browser/notifications/notifications_prefs_cache.h', 1471 'browser/notifications/notifications_prefs_cache.h',
1470 'browser/ntp_background_util.cc', 1472 'browser/ntp_background_util.cc',
1471 'browser/ntp_background_util.h', 1473 'browser/ntp_background_util.h',
1472 'browser/omnibox_search_hint.cc', 1474 'browser/omnibox_search_hint.cc',
1473 'browser/omnibox_search_hint.h', 1475 'browser/omnibox_search_hint.h',
1474 'browser/oom_priority_manager.cc', 1476 'browser/oom_priority_manager.cc',
1475 'browser/oom_priority_manager.h', 1477 'browser/oom_priority_manager.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 'browser/tabs/tab_strip_model.h', 2114 'browser/tabs/tab_strip_model.h',
2113 'browser/tabs/tab_strip_model_delegate.h', 2115 'browser/tabs/tab_strip_model_delegate.h',
2114 'browser/tabs/tab_strip_model_observer.cc', 2116 'browser/tabs/tab_strip_model_observer.cc',
2115 'browser/tabs/tab_strip_model_observer.h', 2117 'browser/tabs/tab_strip_model_observer.h',
2116 'browser/tabs/tab_strip_model_order_controller.cc', 2118 'browser/tabs/tab_strip_model_order_controller.cc',
2117 'browser/tabs/tab_strip_model_order_controller.h', 2119 'browser/tabs/tab_strip_model_order_controller.h',
2118 'browser/tabs/tab_strip_selection_model.cc', 2120 'browser/tabs/tab_strip_selection_model.cc',
2119 'browser/tabs/tab_strip_selection_model.h', 2121 'browser/tabs/tab_strip_selection_model.h',
2120 'browser/task_manager/task_manager.cc', 2122 'browser/task_manager/task_manager.cc',
2121 'browser/task_manager/task_manager.h', 2123 'browser/task_manager/task_manager.h',
2124 'browser/task_manager/task_manager_notification_resource_provider.cc',
2125 'browser/task_manager/task_manager_notification_resource_provider_stub.c c',
2122 'browser/task_manager/task_manager_resource_providers.cc', 2126 'browser/task_manager/task_manager_resource_providers.cc',
2123 'browser/task_manager/task_manager_resource_providers.h', 2127 'browser/task_manager/task_manager_resource_providers.h',
2124 'browser/themes/browser_theme_pack.cc', 2128 'browser/themes/browser_theme_pack.cc',
2125 'browser/themes/browser_theme_pack.h', 2129 'browser/themes/browser_theme_pack.h',
2126 'browser/themes/theme_service.cc', 2130 'browser/themes/theme_service.cc',
2127 'browser/themes/theme_service.h', 2131 'browser/themes/theme_service.h',
2128 'browser/themes/theme_service_factory.cc', 2132 'browser/themes/theme_service_factory.cc',
2129 'browser/themes/theme_service_factory.h', 2133 'browser/themes/theme_service_factory.h',
2130 'browser/themes/theme_service_gtk.cc', 2134 'browser/themes/theme_service_gtk.cc',
2131 'browser/themes/theme_service_mac.mm', 2135 'browser/themes/theme_service_mac.mm',
(...skipping 2317 matching lines...) Expand 10 before | Expand all | Expand 10 after
4449 ['file_manager_extension==1', { 4453 ['file_manager_extension==1', {
4450 'sources/': [ 4454 'sources/': [
4451 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'], 4455 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'],
4452 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 4456 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4453 ['include', '^browser/ui/views/file_manager_dialogs.cc'], 4457 ['include', '^browser/ui/views/file_manager_dialogs.cc'],
4454 ]}, { 4458 ]}, {
4455 'sources/': [ 4459 'sources/': [
4456 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'], 4460 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'],
4457 ]} 4461 ]}
4458 ], 4462 ],
4463 ['enable_desktop_notifications==0', {
4464 'sources/': [
4465 ['exclude', '^browser/desktop_notification_handler.cc'],
4466 ['exclude', '^browser/notifications/'],
4467 ['include', '^browser/notifications/notification_stubs.cc'],
4468 ['exclude', '^browser/task_manager/task_manager_notification_resourc e_provider.cc'],
4469 ]
4470 }, { # enable_desktop_notifications==0
4471 'sources!': [
4472 'browser/desktop_notification_handler_stub.cc',
4473 'browser/notifications/notification_stubs.cc',
4474 'browser/task_manager/task_manager_notification_resource_provider_st ub.cc',
4475 ]
4476 }],
4459 ], 4477 ],
4460 }, 4478 },
4461 { 4479 {
4462 # Protobuf compiler / generate rule for feedback 4480 # Protobuf compiler / generate rule for feedback
4463 'target_name': 'userfeedback_proto', 4481 'target_name': 'userfeedback_proto',
4464 'type': 'none', 4482 'type': 'none',
4465 'sources': [ 4483 'sources': [
4466 'browser/userfeedback/proto/annotations.proto', 4484 'browser/userfeedback/proto/annotations.proto',
4467 'browser/userfeedback/proto/chrome.proto', 4485 'browser/userfeedback/proto/chrome.proto',
4468 'browser/userfeedback/proto/common.proto', 4486 'browser/userfeedback/proto/common.proto',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4620 'hard_dependency': 1, 4638 'hard_dependency': 1,
4621 }, 4639 },
4622 ], 4640 ],
4623 } 4641 }
4624 4642
4625 # Local Variables: 4643 # Local Variables:
4626 # tab-width:2 4644 # tab-width:2
4627 # indent-tabs-mode:nil 4645 # indent-tabs-mode:nil
4628 # End: 4646 # End:
4629 # vim: set expandtab tabstop=2 shiftwidth=2: 4647 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698