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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7994009: notifications: Remove NotificationExceptionsTableModel as it's no longer used. (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
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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 'browser/notifications/balloon_collection_win.cc', 1570 'browser/notifications/balloon_collection_win.cc',
1571 'browser/notifications/balloon_host.cc', 1571 'browser/notifications/balloon_host.cc',
1572 'browser/notifications/balloon_host.h', 1572 'browser/notifications/balloon_host.h',
1573 'browser/notifications/desktop_notification_service.cc', 1573 'browser/notifications/desktop_notification_service.cc',
1574 'browser/notifications/desktop_notification_service.h', 1574 'browser/notifications/desktop_notification_service.h',
1575 'browser/notifications/desktop_notification_service_factory.cc', 1575 'browser/notifications/desktop_notification_service_factory.cc',
1576 'browser/notifications/desktop_notification_service_factory.h', 1576 'browser/notifications/desktop_notification_service_factory.h',
1577 'browser/notifications/notification.cc', 1577 'browser/notifications/notification.cc',
1578 'browser/notifications/notification.h', 1578 'browser/notifications/notification.h',
1579 'browser/notifications/notification_delegate.h', 1579 'browser/notifications/notification_delegate.h',
1580 'browser/notifications/notification_exceptions_table_model.cc',
1581 'browser/notifications/notification_exceptions_table_model.h',
1582 'browser/notifications/notification_object_proxy.cc', 1580 'browser/notifications/notification_object_proxy.cc',
1583 'browser/notifications/notification_object_proxy.h', 1581 'browser/notifications/notification_object_proxy.h',
1584 'browser/notifications/notification_options_menu_model.cc', 1582 'browser/notifications/notification_options_menu_model.cc',
1585 'browser/notifications/notification_options_menu_model.h', 1583 'browser/notifications/notification_options_menu_model.h',
1586 'browser/notifications/notification_ui_manager.cc', 1584 'browser/notifications/notification_ui_manager.cc',
1587 'browser/notifications/notification_ui_manager.h', 1585 'browser/notifications/notification_ui_manager.h',
1588 'browser/ntp_background_util.cc', 1586 'browser/ntp_background_util.cc',
1589 'browser/ntp_background_util.h', 1587 'browser/ntp_background_util.h',
1590 'browser/omnibox_search_hint.cc', 1588 'browser/omnibox_search_hint.cc',
1591 'browser/omnibox_search_hint.h', 1589 'browser/omnibox_search_hint.h',
(...skipping 3477 matching lines...) Expand 10 before | Expand all | Expand 10 after
5069 # weak imports in dependents, who still must #include 5067 # weak imports in dependents, who still must #include
5070 # closure_blocks_leopard_compat.h to get weak imports. 5068 # closure_blocks_leopard_compat.h to get weak imports.
5071 'type': 'none', 5069 'type': 'none',
5072 }], 5070 }],
5073 ], 5071 ],
5074 }, 5072 },
5075 ], 5073 ],
5076 }], 5074 }],
5077 ], 5075 ],
5078 } 5076 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/notification_exceptions_table_model_unittest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698