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

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: Try to fix trybot failures and address torne's comments. 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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 'browser/tabs/tab_strip_model.h', 2113 'browser/tabs/tab_strip_model.h',
2112 'browser/tabs/tab_strip_model_delegate.h', 2114 'browser/tabs/tab_strip_model_delegate.h',
2113 'browser/tabs/tab_strip_model_observer.cc', 2115 'browser/tabs/tab_strip_model_observer.cc',
2114 'browser/tabs/tab_strip_model_observer.h', 2116 'browser/tabs/tab_strip_model_observer.h',
2115 'browser/tabs/tab_strip_model_order_controller.cc', 2117 'browser/tabs/tab_strip_model_order_controller.cc',
2116 'browser/tabs/tab_strip_model_order_controller.h', 2118 'browser/tabs/tab_strip_model_order_controller.h',
2117 'browser/tabs/tab_strip_selection_model.cc', 2119 'browser/tabs/tab_strip_selection_model.cc',
2118 'browser/tabs/tab_strip_selection_model.h', 2120 'browser/tabs/tab_strip_selection_model.h',
2119 'browser/task_manager/task_manager.cc', 2121 'browser/task_manager/task_manager.cc',
2120 'browser/task_manager/task_manager.h', 2122 'browser/task_manager/task_manager.h',
2123 'browser/task_manager/task_manager_notification_resource_provider.cc',
2124 'browser/task_manager/task_manager_notification_resource_provider_stub.c c',
2121 'browser/task_manager/task_manager_resource_providers.cc', 2125 'browser/task_manager/task_manager_resource_providers.cc',
2122 'browser/task_manager/task_manager_resource_providers.h', 2126 'browser/task_manager/task_manager_resource_providers.h',
2123 'browser/themes/browser_theme_pack.cc', 2127 'browser/themes/browser_theme_pack.cc',
2124 'browser/themes/browser_theme_pack.h', 2128 'browser/themes/browser_theme_pack.h',
2125 'browser/themes/theme_service.cc', 2129 'browser/themes/theme_service.cc',
2126 'browser/themes/theme_service.h', 2130 'browser/themes/theme_service.h',
2127 'browser/themes/theme_service_factory.cc', 2131 'browser/themes/theme_service_factory.cc',
2128 'browser/themes/theme_service_factory.h', 2132 'browser/themes/theme_service_factory.h',
2129 'browser/themes/theme_service_gtk.cc', 2133 'browser/themes/theme_service_gtk.cc',
2130 'browser/themes/theme_service_mac.mm', 2134 'browser/themes/theme_service_mac.mm',
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after
4461 ['file_manager_extension==1', { 4465 ['file_manager_extension==1', {
4462 'sources/': [ 4466 'sources/': [
4463 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'], 4467 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'],
4464 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 4468 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4465 ['include', '^browser/ui/views/file_manager_dialogs.cc'], 4469 ['include', '^browser/ui/views/file_manager_dialogs.cc'],
4466 ]}, { 4470 ]}, {
4467 'sources/': [ 4471 'sources/': [
4468 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'], 4472 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'],
4469 ]} 4473 ]}
4470 ], 4474 ],
4475 ['enable_desktop_notifications==0', {
4476 'sources/': [
4477 ['exclude', '^browser/desktop_notification_handler.cc'],
4478 ['exclude', '^browser/notifications/'],
4479 ['include', '^browser/notifications/notification_stubs.cc'],
4480 ['exclude', '^browser/task_manager/task_manager_notification_resourc e_provider.cc'],
4481 ]
4482 }, { # enable_desktop_notifications==0
4483 'sources!': [
4484 'browser/desktop_notification_handler_stub.cc',
4485 'browser/notifications/notification_stubs.cc',
4486 'browser/task_manager/task_manager_notification_resource_provider_st ub.cc',
4487 ]
4488 }],
4471 ], 4489 ],
4472 }, 4490 },
4473 { 4491 {
4474 # Protobuf compiler / generate rule for feedback 4492 # Protobuf compiler / generate rule for feedback
4475 'target_name': 'userfeedback_proto', 4493 'target_name': 'userfeedback_proto',
4476 'type': 'none', 4494 'type': 'none',
4477 'sources': [ 4495 'sources': [
4478 'browser/userfeedback/proto/annotations.proto', 4496 'browser/userfeedback/proto/annotations.proto',
4479 'browser/userfeedback/proto/chrome.proto', 4497 'browser/userfeedback/proto/chrome.proto',
4480 'browser/userfeedback/proto/common.proto', 4498 'browser/userfeedback/proto/common.proto',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4632 'hard_dependency': 1, 4650 'hard_dependency': 1,
4633 }, 4651 },
4634 ], 4652 ],
4635 } 4653 }
4636 4654
4637 # Local Variables: 4655 # Local Variables:
4638 # tab-width:2 4656 # tab-width:2
4639 # indent-tabs-mode:nil 4657 # indent-tabs-mode:nil
4640 # End: 4658 # End:
4641 # vim: set expandtab tabstop=2 shiftwidth=2: 4659 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698