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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6813116: Revert 81277 - Profile shouldn't own DesktopNotificationService.DesktopNotificationService is now... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Property Changes:
Deleted: svn:mergeinfo
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 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 'browser/notifications/balloon_collection_base.h', 1384 'browser/notifications/balloon_collection_base.h',
1385 'browser/notifications/balloon_collection_impl.cc', 1385 'browser/notifications/balloon_collection_impl.cc',
1386 'browser/notifications/balloon_collection_impl.h', 1386 'browser/notifications/balloon_collection_impl.h',
1387 'browser/notifications/balloon_collection_linux.cc', 1387 'browser/notifications/balloon_collection_linux.cc',
1388 'browser/notifications/balloon_collection_mac.mm', 1388 'browser/notifications/balloon_collection_mac.mm',
1389 'browser/notifications/balloon_collection_win.cc', 1389 'browser/notifications/balloon_collection_win.cc',
1390 'browser/notifications/balloon_host.cc', 1390 'browser/notifications/balloon_host.cc',
1391 'browser/notifications/balloon_host.h', 1391 'browser/notifications/balloon_host.h',
1392 'browser/notifications/desktop_notification_service.cc', 1392 'browser/notifications/desktop_notification_service.cc',
1393 'browser/notifications/desktop_notification_service.h', 1393 'browser/notifications/desktop_notification_service.h',
1394 'browser/notifications/desktop_notification_service_factory.cc',
1395 'browser/notifications/desktop_notification_service_factory.h',
1396 'browser/notifications/notification.cc', 1394 'browser/notifications/notification.cc',
1397 'browser/notifications/notification.h', 1395 'browser/notifications/notification.h',
1398 'browser/notifications/notification_delegate.h', 1396 'browser/notifications/notification_delegate.h',
1399 'browser/notifications/notification_exceptions_table_model.cc', 1397 'browser/notifications/notification_exceptions_table_model.cc',
1400 'browser/notifications/notification_exceptions_table_model.h', 1398 'browser/notifications/notification_exceptions_table_model.h',
1401 'browser/notifications/notification_object_proxy.cc', 1399 'browser/notifications/notification_object_proxy.cc',
1402 'browser/notifications/notification_object_proxy.h', 1400 'browser/notifications/notification_object_proxy.h',
1403 'browser/notifications/notification_options_menu_model.cc', 1401 'browser/notifications/notification_options_menu_model.cc',
1404 'browser/notifications/notification_options_menu_model.h', 1402 'browser/notifications/notification_options_menu_model.h',
1405 'browser/notifications/notification_ui_manager.cc', 1403 'browser/notifications/notification_ui_manager.cc',
(...skipping 3009 matching lines...) Expand 10 before | Expand all | Expand 10 after
4415 'hard_dependency': 1, 4413 'hard_dependency': 1,
4416 }, 4414 },
4417 ], 4415 ],
4418 } 4416 }
4419 4417
4420 # Local Variables: 4418 # Local Variables:
4421 # tab-width:2 4419 # tab-width:2
4422 # indent-tabs-mode:nil 4420 # indent-tabs-mode:nil
4423 # End: 4421 # End:
4424 # vim: set expandtab tabstop=2 shiftwidth=2: 4422 # 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