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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6803012: Profile shouldn't own DesktopNotificationService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 8 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'browser/notifications/balloon_collection_base.h', 1392 'browser/notifications/balloon_collection_base.h',
1393 'browser/notifications/balloon_collection_impl.cc', 1393 'browser/notifications/balloon_collection_impl.cc',
1394 'browser/notifications/balloon_collection_impl.h', 1394 'browser/notifications/balloon_collection_impl.h',
1395 'browser/notifications/balloon_collection_linux.cc', 1395 'browser/notifications/balloon_collection_linux.cc',
1396 'browser/notifications/balloon_collection_mac.mm', 1396 'browser/notifications/balloon_collection_mac.mm',
1397 'browser/notifications/balloon_collection_win.cc', 1397 'browser/notifications/balloon_collection_win.cc',
1398 'browser/notifications/balloon_host.cc', 1398 'browser/notifications/balloon_host.cc',
1399 'browser/notifications/balloon_host.h', 1399 'browser/notifications/balloon_host.h',
1400 'browser/notifications/desktop_notification_service.cc', 1400 'browser/notifications/desktop_notification_service.cc',
1401 'browser/notifications/desktop_notification_service.h', 1401 'browser/notifications/desktop_notification_service.h',
1402 'browser/notifications/desktop_notification_service_factory.cc',
1403 'browser/notifications/desktop_notification_service_factory.h',
1402 'browser/notifications/notification.cc', 1404 'browser/notifications/notification.cc',
1403 'browser/notifications/notification.h', 1405 'browser/notifications/notification.h',
1404 'browser/notifications/notification_delegate.h', 1406 'browser/notifications/notification_delegate.h',
1405 'browser/notifications/notification_exceptions_table_model.cc', 1407 'browser/notifications/notification_exceptions_table_model.cc',
1406 'browser/notifications/notification_exceptions_table_model.h', 1408 'browser/notifications/notification_exceptions_table_model.h',
1407 'browser/notifications/notification_object_proxy.cc', 1409 'browser/notifications/notification_object_proxy.cc',
1408 'browser/notifications/notification_object_proxy.h', 1410 'browser/notifications/notification_object_proxy.h',
1409 'browser/notifications/notification_options_menu_model.cc', 1411 'browser/notifications/notification_options_menu_model.cc',
1410 'browser/notifications/notification_options_menu_model.h', 1412 'browser/notifications/notification_options_menu_model.h',
1411 'browser/notifications/notification_ui_manager.cc', 1413 'browser/notifications/notification_ui_manager.cc',
(...skipping 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after
4439 'hard_dependency': 1, 4441 'hard_dependency': 1,
4440 }, 4442 },
4441 ], 4443 ],
4442 } 4444 }
4443 4445
4444 # Local Variables: 4446 # Local Variables:
4445 # tab-width:2 4447 # tab-width:2
4446 # indent-tabs-mode:nil 4448 # indent-tabs-mode:nil
4447 # End: 4449 # End:
4448 # vim: set expandtab tabstop=2 shiftwidth=2: 4450 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698