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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7125006: Get rid of Chrome notifications dependency, and instead go through ContentBrowserClient to show U... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix browsertest 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'browser/custom_handlers/protocol_handler.cc', 790 'browser/custom_handlers/protocol_handler.cc',
791 'browser/custom_handlers/protocol_handler.h', 791 'browser/custom_handlers/protocol_handler.h',
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',
801 'browser/desktop_notification_handler.h',
802 'browser/desktop_notification_handler_stub.cc',
803 'browser/diagnostics/diagnostics_main.cc', 800 'browser/diagnostics/diagnostics_main.cc',
804 'browser/diagnostics/diagnostics_main.h', 801 'browser/diagnostics/diagnostics_main.h',
805 'browser/diagnostics/diagnostics_model.cc', 802 'browser/diagnostics/diagnostics_model.cc',
806 'browser/diagnostics/diagnostics_model.h', 803 'browser/diagnostics/diagnostics_model.h',
807 'browser/diagnostics/diagnostics_test.cc', 804 'browser/diagnostics/diagnostics_test.cc',
808 'browser/diagnostics/diagnostics_test.h', 805 'browser/diagnostics/diagnostics_test.h',
809 'browser/diagnostics/recon_diagnostics.cc', 806 'browser/diagnostics/recon_diagnostics.cc',
810 'browser/diagnostics/recon_diagnostics.h', 807 'browser/diagnostics/recon_diagnostics.h',
811 'browser/diagnostics/sqlite_diagnostics.cc', 808 'browser/diagnostics/sqlite_diagnostics.cc',
812 'browser/diagnostics/sqlite_diagnostics.h', 809 'browser/diagnostics/sqlite_diagnostics.h',
(...skipping 3647 matching lines...) Expand 10 before | Expand all | Expand 10 after
4460 ['exclude', '^browser/desktop_notification_handler.cc'], 4457 ['exclude', '^browser/desktop_notification_handler.cc'],
4461 ['exclude', '^browser/notifications/'], 4458 ['exclude', '^browser/notifications/'],
4462 ['exclude', '^browser/ui/cocoa/notifications/'], 4459 ['exclude', '^browser/ui/cocoa/notifications/'],
4463 ['exclude', '^browser/ui/gtk/notifications/'], 4460 ['exclude', '^browser/ui/gtk/notifications/'],
4464 ['exclude', '^browser/ui/views/notifications/'], 4461 ['exclude', '^browser/ui/views/notifications/'],
4465 ['include', '^browser/notifications/notification_stubs.cc'], 4462 ['include', '^browser/notifications/notification_stubs.cc'],
4466 ['exclude', '^browser/task_manager/task_manager_notification_resourc e_provider.cc'], 4463 ['exclude', '^browser/task_manager/task_manager_notification_resourc e_provider.cc'],
4467 ] 4464 ]
4468 }, { # enable_desktop_notifications==0 4465 }, { # enable_desktop_notifications==0
4469 'sources!': [ 4466 'sources!': [
4470 'browser/desktop_notification_handler_stub.cc',
4471 'browser/notifications/notification_stubs.cc', 4467 'browser/notifications/notification_stubs.cc',
4472 'browser/task_manager/task_manager_notification_resource_provider_st ub.cc', 4468 'browser/task_manager/task_manager_notification_resource_provider_st ub.cc',
4473 ] 4469 ]
4474 }], 4470 }],
4475 ], 4471 ],
4476 }, 4472 },
4477 { 4473 {
4478 # Protobuf compiler / generate rule for feedback 4474 # Protobuf compiler / generate rule for feedback
4479 'target_name': 'userfeedback_proto', 4475 'target_name': 'userfeedback_proto',
4480 'type': 'none', 4476 'type': 'none',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
4636 'hard_dependency': 1, 4632 'hard_dependency': 1,
4637 }, 4633 },
4638 ], 4634 ],
4639 } 4635 }
4640 4636
4641 # Local Variables: 4637 # Local Variables:
4642 # tab-width:2 4638 # tab-width:2
4643 # indent-tabs-mode:nil 4639 # indent-tabs-mode:nil
4644 # End: 4640 # End:
4645 # vim: set expandtab tabstop=2 shiftwidth=2: 4641 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698