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

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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'browser/custom_handlers/protocol_handler_registry.cc', 792 'browser/custom_handlers/protocol_handler_registry.cc',
793 'browser/custom_handlers/protocol_handler_registry.h', 793 'browser/custom_handlers/protocol_handler_registry.h',
794 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', 794 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
795 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', 795 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
796 'browser/default_encoding_combo_model.cc', 796 'browser/default_encoding_combo_model.cc',
797 'browser/default_encoding_combo_model.h', 797 'browser/default_encoding_combo_model.h',
798 'browser/defaults.cc', 798 'browser/defaults.cc',
799 'browser/defaults.h', 799 'browser/defaults.h',
800 'browser/desktop_notification_handler.cc', 800 'browser/desktop_notification_handler.cc',
801 'browser/desktop_notification_handler.h', 801 'browser/desktop_notification_handler.h',
802 'browser/desktop_notification_handler_stub.cc',
802 'browser/diagnostics/diagnostics_main.cc', 803 'browser/diagnostics/diagnostics_main.cc',
803 'browser/diagnostics/diagnostics_main.h', 804 'browser/diagnostics/diagnostics_main.h',
804 'browser/diagnostics/diagnostics_model.cc', 805 'browser/diagnostics/diagnostics_model.cc',
805 'browser/diagnostics/diagnostics_model.h', 806 'browser/diagnostics/diagnostics_model.h',
806 'browser/diagnostics/diagnostics_test.cc', 807 'browser/diagnostics/diagnostics_test.cc',
807 'browser/diagnostics/diagnostics_test.h', 808 'browser/diagnostics/diagnostics_test.h',
808 'browser/diagnostics/recon_diagnostics.cc', 809 'browser/diagnostics/recon_diagnostics.cc',
809 'browser/diagnostics/recon_diagnostics.h', 810 'browser/diagnostics/recon_diagnostics.h',
810 'browser/diagnostics/sqlite_diagnostics.cc', 811 'browser/diagnostics/sqlite_diagnostics.cc',
811 'browser/diagnostics/sqlite_diagnostics.h', 812 'browser/diagnostics/sqlite_diagnostics.h',
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1464 'browser/notifications/desktop_notification_service_factory.h', 1465 'browser/notifications/desktop_notification_service_factory.h',
1465 'browser/notifications/notification.cc', 1466 'browser/notifications/notification.cc',
1466 'browser/notifications/notification.h', 1467 'browser/notifications/notification.h',
1467 'browser/notifications/notification_delegate.h', 1468 'browser/notifications/notification_delegate.h',
1468 'browser/notifications/notification_exceptions_table_model.cc', 1469 'browser/notifications/notification_exceptions_table_model.cc',
1469 'browser/notifications/notification_exceptions_table_model.h', 1470 'browser/notifications/notification_exceptions_table_model.h',
1470 'browser/notifications/notification_object_proxy.cc', 1471 'browser/notifications/notification_object_proxy.cc',
1471 'browser/notifications/notification_object_proxy.h', 1472 'browser/notifications/notification_object_proxy.h',
1472 'browser/notifications/notification_options_menu_model.cc', 1473 'browser/notifications/notification_options_menu_model.cc',
1473 'browser/notifications/notification_options_menu_model.h', 1474 'browser/notifications/notification_options_menu_model.h',
1475 'browser/notifications/notification_stubs.cc',
1474 'browser/notifications/notification_ui_manager.cc', 1476 'browser/notifications/notification_ui_manager.cc',
1475 'browser/notifications/notification_ui_manager.h', 1477 'browser/notifications/notification_ui_manager.h',
1476 'browser/notifications/notifications_prefs_cache.cc', 1478 'browser/notifications/notifications_prefs_cache.cc',
1477 'browser/notifications/notifications_prefs_cache.h', 1479 'browser/notifications/notifications_prefs_cache.h',
1478 'browser/ntp_background_util.cc', 1480 'browser/ntp_background_util.cc',
1479 'browser/ntp_background_util.h', 1481 'browser/ntp_background_util.h',
1480 'browser/omnibox_search_hint.cc', 1482 'browser/omnibox_search_hint.cc',
1481 'browser/omnibox_search_hint.h', 1483 'browser/omnibox_search_hint.h',
1482 'browser/oom_priority_manager.cc', 1484 'browser/oom_priority_manager.cc',
1483 'browser/oom_priority_manager.h', 1485 'browser/oom_priority_manager.h',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2093 'browser/tabs/tab_strip_model.h', 2095 'browser/tabs/tab_strip_model.h',
2094 'browser/tabs/tab_strip_model_delegate.h', 2096 'browser/tabs/tab_strip_model_delegate.h',
2095 'browser/tabs/tab_strip_model_observer.cc', 2097 'browser/tabs/tab_strip_model_observer.cc',
2096 'browser/tabs/tab_strip_model_observer.h', 2098 'browser/tabs/tab_strip_model_observer.h',
2097 'browser/tabs/tab_strip_model_order_controller.cc', 2099 'browser/tabs/tab_strip_model_order_controller.cc',
2098 'browser/tabs/tab_strip_model_order_controller.h', 2100 'browser/tabs/tab_strip_model_order_controller.h',
2099 'browser/tabs/tab_strip_selection_model.cc', 2101 'browser/tabs/tab_strip_selection_model.cc',
2100 'browser/tabs/tab_strip_selection_model.h', 2102 'browser/tabs/tab_strip_selection_model.h',
2101 'browser/task_manager/task_manager.cc', 2103 'browser/task_manager/task_manager.cc',
2102 'browser/task_manager/task_manager.h', 2104 'browser/task_manager/task_manager.h',
2105 'browser/task_manager/task_manager_notification_resource_provider.cc',
2106 'browser/task_manager/task_manager_notification_resource_provider_stub.c c',
2103 'browser/task_manager/task_manager_resource_providers.cc', 2107 'browser/task_manager/task_manager_resource_providers.cc',
2104 'browser/task_manager/task_manager_resource_providers.h', 2108 'browser/task_manager/task_manager_resource_providers.h',
2105 'browser/themes/browser_theme_pack.cc', 2109 'browser/themes/browser_theme_pack.cc',
2106 'browser/themes/browser_theme_pack.h', 2110 'browser/themes/browser_theme_pack.h',
2107 'browser/themes/theme_service.cc', 2111 'browser/themes/theme_service.cc',
2108 'browser/themes/theme_service.h', 2112 'browser/themes/theme_service.h',
2109 'browser/themes/theme_service_factory.cc', 2113 'browser/themes/theme_service_factory.cc',
2110 'browser/themes/theme_service_factory.h', 2114 'browser/themes/theme_service_factory.h',
2111 'browser/themes/theme_service_gtk.cc', 2115 'browser/themes/theme_service_gtk.cc',
2112 'browser/themes/theme_service_mac.mm', 2116 'browser/themes/theme_service_mac.mm',
(...skipping 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after
4438 ['file_manager_extension==1', { 4442 ['file_manager_extension==1', {
4439 'sources/': [ 4443 'sources/': [
4440 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'], 4444 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'],
4441 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 4445 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4442 ['include', '^browser/ui/views/file_manager_dialogs.cc'], 4446 ['include', '^browser/ui/views/file_manager_dialogs.cc'],
4443 ]}, { 4447 ]}, {
4444 'sources/': [ 4448 'sources/': [
4445 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'], 4449 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'],
4446 ]} 4450 ]}
4447 ], 4451 ],
4452 ['enable_desktop_notifications==0', {
4453 'sources/': [
4454 ['exclude', '^browser/desktop_notification_handler.cc'],
4455 ['exclude', '^browser/notifications/'],
4456 ['exclude', '^browser/ui/cocoa/notifications/'],
4457 ['exclude', '^browser/ui/gtk/notifications/'],
4458 ['exclude', '^browser/ui/views/notifications/'],
4459 ['include', '^browser/notifications/notification_stubs.cc'],
4460 ['exclude', '^browser/task_manager/task_manager_notification_resourc e_provider.cc'],
4461 ]
4462 }, { # enable_desktop_notifications==0
4463 'sources!': [
4464 'browser/desktop_notification_handler_stub.cc',
4465 'browser/notifications/notification_stubs.cc',
4466 'browser/task_manager/task_manager_notification_resource_provider_st ub.cc',
4467 ]
4468 }],
4448 ], 4469 ],
4449 }, 4470 },
4450 { 4471 {
4451 # Protobuf compiler / generate rule for feedback 4472 # Protobuf compiler / generate rule for feedback
4452 'target_name': 'userfeedback_proto', 4473 'target_name': 'userfeedback_proto',
4453 'type': 'none', 4474 'type': 'none',
4454 'sources': [ 4475 'sources': [
4455 'browser/userfeedback/proto/annotations.proto', 4476 'browser/userfeedback/proto/annotations.proto',
4456 'browser/userfeedback/proto/chrome.proto', 4477 'browser/userfeedback/proto/chrome.proto',
4457 'browser/userfeedback/proto/common.proto', 4478 'browser/userfeedback/proto/common.proto',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4609 'hard_dependency': 1, 4630 'hard_dependency': 1,
4610 }, 4631 },
4611 ], 4632 ],
4612 } 4633 }
4613 4634
4614 # Local Variables: 4635 # Local Variables:
4615 # tab-width:2 4636 # tab-width:2
4616 # indent-tabs-mode:nil 4637 # indent-tabs-mode:nil
4617 # End: 4638 # End:
4618 # vim: set expandtab tabstop=2 shiftwidth=2: 4639 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698