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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10021026: [Mac] Implement a NotificationUIManager that uses Notification Center on 10.8 for text notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 'browser/notifications/desktop_notification_service_factory.h', 1445 'browser/notifications/desktop_notification_service_factory.h',
1446 'browser/notifications/notification.cc', 1446 'browser/notifications/notification.cc',
1447 'browser/notifications/notification.h', 1447 'browser/notifications/notification.h',
1448 'browser/notifications/notification_delegate.h', 1448 'browser/notifications/notification_delegate.h',
1449 'browser/notifications/notification_object_proxy.cc', 1449 'browser/notifications/notification_object_proxy.cc',
1450 'browser/notifications/notification_object_proxy.h', 1450 'browser/notifications/notification_object_proxy.h',
1451 'browser/notifications/notification_options_menu_model.cc', 1451 'browser/notifications/notification_options_menu_model.cc',
1452 'browser/notifications/notification_options_menu_model.h', 1452 'browser/notifications/notification_options_menu_model.h',
1453 'browser/notifications/notification_prefs_manager.cc', 1453 'browser/notifications/notification_prefs_manager.cc',
1454 'browser/notifications/notification_prefs_manager.h', 1454 'browser/notifications/notification_prefs_manager.h',
1455 'browser/notifications/notification_ui_manager.cc',
1455 'browser/notifications/notification_ui_manager.h', 1456 'browser/notifications/notification_ui_manager.h',
1456 'browser/notifications/notification_ui_manager_impl.cc', 1457 'browser/notifications/notification_ui_manager_impl.cc',
1457 'browser/notifications/notification_ui_manager_impl.h', 1458 'browser/notifications/notification_ui_manager_impl.h',
1459 'browser/notifications/notification_ui_manager_mac.mm',
1460 'browser/notifications/notification_ui_manager_mac.h',
1458 'browser/ntp_background_util.cc', 1461 'browser/ntp_background_util.cc',
1459 'browser/ntp_background_util.h', 1462 'browser/ntp_background_util.h',
1460 'browser/omnibox_search_hint.cc', 1463 'browser/omnibox_search_hint.cc',
1461 'browser/omnibox_search_hint.h', 1464 'browser/omnibox_search_hint.h',
1462 'browser/oom_priority_manager.cc', 1465 'browser/oom_priority_manager.cc',
1463 'browser/oom_priority_manager.h', 1466 'browser/oom_priority_manager.h',
1464 'browser/page_info_model.cc', 1467 'browser/page_info_model.cc',
1465 'browser/page_info_model.h', 1468 'browser/page_info_model.h',
1466 'browser/page_info_model_observer.h', 1469 'browser/page_info_model_observer.h',
1467 'browser/parsers/metadata_parser.cc', 1470 'browser/parsers/metadata_parser.cc',
(...skipping 3767 matching lines...) Expand 10 before | Expand all | Expand 10 after
5235 'type': 'static_library', 5238 'type': 'static_library',
5236 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5237 'variables': { 5240 'variables': {
5238 'proto_in_dir': 'browser/history', 5241 'proto_in_dir': 'browser/history',
5239 'proto_out_dir': 'chrome/browser/history', 5242 'proto_out_dir': 'chrome/browser/history',
5240 }, 5243 },
5241 'includes': [ '../build/protoc.gypi' ] 5244 'includes': [ '../build/protoc.gypi' ]
5242 }, 5245 },
5243 ], 5246 ],
5244 } 5247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698