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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23361031: [Mac] Delete old balloon and Notification Center notification implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DCHECK Created 7 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 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 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after
1242 'browser/notifications/notification_object_proxy.cc', 1242 'browser/notifications/notification_object_proxy.cc',
1243 'browser/notifications/notification_object_proxy.h', 1243 'browser/notifications/notification_object_proxy.h',
1244 'browser/notifications/notification_options_menu_model.cc', 1244 'browser/notifications/notification_options_menu_model.cc',
1245 'browser/notifications/notification_options_menu_model.h', 1245 'browser/notifications/notification_options_menu_model.h',
1246 'browser/notifications/notification_prefs_manager.cc', 1246 'browser/notifications/notification_prefs_manager.cc',
1247 'browser/notifications/notification_prefs_manager.h', 1247 'browser/notifications/notification_prefs_manager.h',
1248 'browser/notifications/notification_ui_manager.cc', 1248 'browser/notifications/notification_ui_manager.cc',
1249 'browser/notifications/notification_ui_manager.h', 1249 'browser/notifications/notification_ui_manager.h',
1250 'browser/notifications/notification_ui_manager_impl.cc', 1250 'browser/notifications/notification_ui_manager_impl.cc',
1251 'browser/notifications/notification_ui_manager_impl.h', 1251 'browser/notifications/notification_ui_manager_impl.h',
1252 'browser/notifications/notification_ui_manager_mac.mm',
1253 'browser/notifications/notification_ui_manager_mac.h',
1254 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc', 1252 'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
1255 'browser/notifications/sync_notifier/chrome_notifier_delegate.h', 1253 'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
1256 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1254 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1257 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1255 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1258 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' , 1256 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc' ,
1259 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1257 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1260 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc', 1258 'browser/notifications/sync_notifier/notification_bitmap_fetcher.cc',
1261 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h', 1259 'browser/notifications/sync_notifier/notification_bitmap_fetcher.h',
1262 'browser/notifications/sync_notifier/synced_notification.cc', 1260 'browser/notifications/sync_notifier/synced_notification.cc',
1263 'browser/notifications/sync_notifier/synced_notification.h', 1261 'browser/notifications/sync_notifier/synced_notification.h',
(...skipping 2226 matching lines...) Expand 10 before | Expand all | Expand 10 after
3490 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3488 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3491 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3489 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3492 }, 3490 },
3493 'includes': [ '../build/android/java_cpp_template.gypi' ], 3491 'includes': [ '../build/android/java_cpp_template.gypi' ],
3494 }, 3492 },
3495 ], 3493 ],
3496 }, 3494 },
3497 ], 3495 ],
3498 ], 3496 ],
3499 } 3497 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/notifications/balloon_view_host_mac.mm ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698