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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7655019: Migrate Obsolete NotificationsSettings and remove content_settings::NotificationsProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove include of deleted notifications_prefs_cache.h Created 9 years, 3 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
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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) 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 'dependencies': [ 10 'dependencies': [
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 'browser/component_updater/component_unpacker.cc', 786 'browser/component_updater/component_unpacker.cc',
787 'browser/component_updater/component_unpacker.h', 787 'browser/component_updater/component_unpacker.h',
788 'browser/component_updater/component_updater_service.cc', 788 'browser/component_updater/component_updater_service.cc',
789 'browser/component_updater/component_updater_service.h', 789 'browser/component_updater/component_updater_service.h',
790 'browser/component_updater/pepper_flash_component_installer.cc', 790 'browser/component_updater/pepper_flash_component_installer.cc',
791 'browser/component_updater/pepper_flash_component_installer.h', 791 'browser/component_updater/pepper_flash_component_installer.h',
792 'browser/content_settings/content_settings_details.cc', 792 'browser/content_settings/content_settings_details.cc',
793 'browser/content_settings/content_settings_details.h', 793 'browser/content_settings/content_settings_details.h',
794 'browser/content_settings/content_settings_extension_provider.cc', 794 'browser/content_settings/content_settings_extension_provider.cc',
795 'browser/content_settings/content_settings_extension_provider.h', 795 'browser/content_settings/content_settings_extension_provider.h',
796 'browser/content_settings/content_settings_notification_provider.cc',
797 'browser/content_settings/content_settings_notification_provider.h',
798 'browser/content_settings/content_settings_observable_provider.cc', 796 'browser/content_settings/content_settings_observable_provider.cc',
799 'browser/content_settings/content_settings_observable_provider.h', 797 'browser/content_settings/content_settings_observable_provider.h',
800 'browser/content_settings/content_settings_observer.h', 798 'browser/content_settings/content_settings_observer.h',
801 'browser/content_settings/content_settings_origin_identifier_value_map.c c', 799 'browser/content_settings/content_settings_origin_identifier_value_map.c c',
802 'browser/content_settings/content_settings_origin_identifier_value_map.h ', 800 'browser/content_settings/content_settings_origin_identifier_value_map.h ',
803 'browser/content_settings/content_settings_pattern.cc', 801 'browser/content_settings/content_settings_pattern.cc',
804 'browser/content_settings/content_settings_pattern.h', 802 'browser/content_settings/content_settings_pattern.h',
805 'browser/content_settings/content_settings_pattern_parser.cc', 803 'browser/content_settings/content_settings_pattern_parser.cc',
806 'browser/content_settings/content_settings_pattern_parser.h', 804 'browser/content_settings/content_settings_pattern_parser.h',
807 'browser/content_settings/content_settings_policy_provider.cc', 805 'browser/content_settings/content_settings_policy_provider.cc',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 'browser/notifications/notification.h', 1555 'browser/notifications/notification.h',
1558 'browser/notifications/notification_delegate.h', 1556 'browser/notifications/notification_delegate.h',
1559 'browser/notifications/notification_exceptions_table_model.cc', 1557 'browser/notifications/notification_exceptions_table_model.cc',
1560 'browser/notifications/notification_exceptions_table_model.h', 1558 'browser/notifications/notification_exceptions_table_model.h',
1561 'browser/notifications/notification_object_proxy.cc', 1559 'browser/notifications/notification_object_proxy.cc',
1562 'browser/notifications/notification_object_proxy.h', 1560 'browser/notifications/notification_object_proxy.h',
1563 'browser/notifications/notification_options_menu_model.cc', 1561 'browser/notifications/notification_options_menu_model.cc',
1564 'browser/notifications/notification_options_menu_model.h', 1562 'browser/notifications/notification_options_menu_model.h',
1565 'browser/notifications/notification_ui_manager.cc', 1563 'browser/notifications/notification_ui_manager.cc',
1566 'browser/notifications/notification_ui_manager.h', 1564 'browser/notifications/notification_ui_manager.h',
1567 'browser/notifications/notifications_prefs_cache.cc',
1568 'browser/notifications/notifications_prefs_cache.h',
1569 'browser/ntp_background_util.cc', 1565 'browser/ntp_background_util.cc',
1570 'browser/ntp_background_util.h', 1566 'browser/ntp_background_util.h',
1571 'browser/omnibox_search_hint.cc', 1567 'browser/omnibox_search_hint.cc',
1572 'browser/omnibox_search_hint.h', 1568 'browser/omnibox_search_hint.h',
1573 'browser/oom_priority_manager.cc', 1569 'browser/oom_priority_manager.cc',
1574 'browser/oom_priority_manager.h', 1570 'browser/oom_priority_manager.h',
1575 'browser/page_info_model.cc', 1571 'browser/page_info_model.cc',
1576 'browser/page_info_model.h', 1572 'browser/page_info_model.h',
1577 'browser/page_info_model_observer.h', 1573 'browser/page_info_model_observer.h',
1578 'browser/page_info_window.h', 1574 'browser/page_info_window.h',
(...skipping 3320 matching lines...) Expand 10 before | Expand all | Expand 10 after
4899 # weak imports in dependents, who still must #include 4895 # weak imports in dependents, who still must #include
4900 # closure_blocks_leopard_compat.h to get weak imports. 4896 # closure_blocks_leopard_compat.h to get weak imports.
4901 'type': 'none', 4897 'type': 'none',
4902 }], 4898 }],
4903 ], 4899 ],
4904 }, 4900 },
4905 ], 4901 ],
4906 }], 4902 }],
4907 ], 4903 ],
4908 } 4904 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698