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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 224183002: mac: Remove dead NotificationUIManagerMac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hmm Created 6 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
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager_mac.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 'browser/notifications/notification_object_proxy.cc', 1418 'browser/notifications/notification_object_proxy.cc',
1419 'browser/notifications/notification_object_proxy.h', 1419 'browser/notifications/notification_object_proxy.h',
1420 'browser/notifications/notification_options_menu_model.cc', 1420 'browser/notifications/notification_options_menu_model.cc',
1421 'browser/notifications/notification_options_menu_model.h', 1421 'browser/notifications/notification_options_menu_model.h',
1422 'browser/notifications/notification_prefs_manager.cc', 1422 'browser/notifications/notification_prefs_manager.cc',
1423 'browser/notifications/notification_prefs_manager.h', 1423 'browser/notifications/notification_prefs_manager.h',
1424 'browser/notifications/notification_system_observer.cc', 1424 'browser/notifications/notification_system_observer.cc',
1425 'browser/notifications/notification_system_observer.h', 1425 'browser/notifications/notification_system_observer.h',
1426 'browser/notifications/notification_ui_manager.cc', 1426 'browser/notifications/notification_ui_manager.cc',
1427 'browser/notifications/notification_ui_manager.h', 1427 'browser/notifications/notification_ui_manager.h',
1428 'browser/notifications/notification_ui_manager_mac.mm',
1429 'browser/notifications/notification_ui_manager_mac.h',
1430 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1428 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1431 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1429 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1432 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1430 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1433 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1431 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1434 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1432 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1435 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1433 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1436 'browser/notifications/sync_notifier/image_holder.cc', 1434 'browser/notifications/sync_notifier/image_holder.cc',
1437 'browser/notifications/sync_notifier/image_holder.h', 1435 'browser/notifications/sync_notifier/image_holder.h',
1438 'browser/notifications/sync_notifier/synced_notification.cc', 1436 'browser/notifications/sync_notifier/synced_notification.cc',
1439 'browser/notifications/sync_notifier/synced_notification.h', 1437 'browser/notifications/sync_notifier/synced_notification.h',
(...skipping 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after
3854 'package_name': 'org/chromium/chrome/browser', 3852 'package_name': 'org/chromium/chrome/browser',
3855 'template_deps': ['browser/android/tab_load_status.h'], 3853 'template_deps': ['browser/android/tab_load_status.h'],
3856 }, 3854 },
3857 'includes': [ '../build/android/java_cpp_template.gypi' ], 3855 'includes': [ '../build/android/java_cpp_template.gypi' ],
3858 }, 3856 },
3859 ], 3857 ],
3860 }, 3858 },
3861 ], 3859 ],
3862 ], 3860 ],
3863 } 3861 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698