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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7810017: Revert 98938 - Migrate Obsolete NotificationsSettings and remove content_settings::NotificationsP... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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',
796 'browser/content_settings/content_settings_observable_provider.cc', 798 'browser/content_settings/content_settings_observable_provider.cc',
797 'browser/content_settings/content_settings_observable_provider.h', 799 'browser/content_settings/content_settings_observable_provider.h',
798 'browser/content_settings/content_settings_observer.h', 800 'browser/content_settings/content_settings_observer.h',
799 'browser/content_settings/content_settings_origin_identifier_value_map.c c', 801 'browser/content_settings/content_settings_origin_identifier_value_map.c c',
800 'browser/content_settings/content_settings_origin_identifier_value_map.h ', 802 'browser/content_settings/content_settings_origin_identifier_value_map.h ',
801 'browser/content_settings/content_settings_pattern.cc', 803 'browser/content_settings/content_settings_pattern.cc',
802 'browser/content_settings/content_settings_pattern.h', 804 'browser/content_settings/content_settings_pattern.h',
803 'browser/content_settings/content_settings_pattern_parser.cc', 805 'browser/content_settings/content_settings_pattern_parser.cc',
804 'browser/content_settings/content_settings_pattern_parser.h', 806 'browser/content_settings/content_settings_pattern_parser.h',
805 'browser/content_settings/content_settings_policy_provider.cc', 807 'browser/content_settings/content_settings_policy_provider.cc',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1555 'browser/notifications/notification.h', 1557 'browser/notifications/notification.h',
1556 'browser/notifications/notification_delegate.h', 1558 'browser/notifications/notification_delegate.h',
1557 'browser/notifications/notification_exceptions_table_model.cc', 1559 'browser/notifications/notification_exceptions_table_model.cc',
1558 'browser/notifications/notification_exceptions_table_model.h', 1560 'browser/notifications/notification_exceptions_table_model.h',
1559 'browser/notifications/notification_object_proxy.cc', 1561 'browser/notifications/notification_object_proxy.cc',
1560 'browser/notifications/notification_object_proxy.h', 1562 'browser/notifications/notification_object_proxy.h',
1561 'browser/notifications/notification_options_menu_model.cc', 1563 'browser/notifications/notification_options_menu_model.cc',
1562 'browser/notifications/notification_options_menu_model.h', 1564 'browser/notifications/notification_options_menu_model.h',
1563 'browser/notifications/notification_ui_manager.cc', 1565 'browser/notifications/notification_ui_manager.cc',
1564 'browser/notifications/notification_ui_manager.h', 1566 'browser/notifications/notification_ui_manager.h',
1567 'browser/notifications/notifications_prefs_cache.cc',
1568 'browser/notifications/notifications_prefs_cache.h',
1565 'browser/ntp_background_util.cc', 1569 'browser/ntp_background_util.cc',
1566 'browser/ntp_background_util.h', 1570 'browser/ntp_background_util.h',
1567 'browser/omnibox_search_hint.cc', 1571 'browser/omnibox_search_hint.cc',
1568 'browser/omnibox_search_hint.h', 1572 'browser/omnibox_search_hint.h',
1569 'browser/oom_priority_manager.cc', 1573 'browser/oom_priority_manager.cc',
1570 'browser/oom_priority_manager.h', 1574 'browser/oom_priority_manager.h',
1571 'browser/page_info_model.cc', 1575 'browser/page_info_model.cc',
1572 'browser/page_info_model.h', 1576 'browser/page_info_model.h',
1573 'browser/page_info_model_observer.h', 1577 'browser/page_info_model_observer.h',
1574 'browser/page_info_window.h', 1578 'browser/page_info_window.h',
(...skipping 3320 matching lines...) Expand 10 before | Expand all | Expand 10 after
4895 # weak imports in dependents, who still must #include 4899 # weak imports in dependents, who still must #include
4896 # closure_blocks_leopard_compat.h to get weak imports. 4900 # closure_blocks_leopard_compat.h to get weak imports.
4897 'type': 'none', 4901 'type': 'none',
4898 }], 4902 }],
4899 ], 4903 ],
4900 }, 4904 },
4901 ], 4905 ],
4902 }], 4906 }],
4903 ], 4907 ],
4904 } 4908 }
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