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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 441753002: Route newly created notifications to notification provider API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changed AddToAlternateProvider Created 6 years, 4 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 'browser/notifications/notification_ui_manager_android.h', 1871 'browser/notifications/notification_ui_manager_android.h',
1872 ], 1872 ],
1873 # Used on non-Android platforms when notifications are enabled. 1873 # Used on non-Android platforms when notifications are enabled.
1874 'chrome_browser_non_android_notifications_sources': [ 1874 'chrome_browser_non_android_notifications_sources': [
1875 'browser/notifications/message_center_notification_manager.cc', 1875 'browser/notifications/message_center_notification_manager.cc',
1876 'browser/notifications/message_center_notification_manager.h', 1876 'browser/notifications/message_center_notification_manager.h',
1877 'browser/notifications/message_center_settings_controller.cc', 1877 'browser/notifications/message_center_settings_controller.cc',
1878 'browser/notifications/message_center_settings_controller.h', 1878 'browser/notifications/message_center_settings_controller.h',
1879 'browser/notifications/message_center_stats_collector.cc', 1879 'browser/notifications/message_center_stats_collector.cc',
1880 'browser/notifications/message_center_stats_collector.h', 1880 'browser/notifications/message_center_stats_collector.h',
1881 'browser/notifications/notification_conversion_helper.h',
1882 'browser/notifications/notification_conversion_helper.cc',
1881 'browser/notifications/notification_ui_manager_desktop.cc', 1883 'browser/notifications/notification_ui_manager_desktop.cc',
1882 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1884 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1883 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', 1885 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc',
1884 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1886 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1885 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1887 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1886 ], 1888 ],
1887 'chrome_browser_themes_sources': [ 1889 'chrome_browser_themes_sources': [
1888 'browser/sync/glue/theme_data_type_controller.cc', 1890 'browser/sync/glue/theme_data_type_controller.cc',
1889 'browser/sync/glue/theme_data_type_controller.h', 1891 'browser/sync/glue/theme_data_type_controller.h',
1890 'browser/themes/browser_theme_pack.cc', 1892 'browser/themes/browser_theme_pack.cc',
(...skipping 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after
3613 'package_name': 'org/chromium/chrome/browser', 3615 'package_name': 'org/chromium/chrome/browser',
3614 'template_deps': ['browser/android/tab_load_status.h'], 3616 'template_deps': ['browser/android/tab_load_status.h'],
3615 }, 3617 },
3616 'includes': [ '../build/android/java_cpp_template.gypi' ], 3618 'includes': [ '../build/android/java_cpp_template.gypi' ],
3617 }, 3619 },
3618 ], 3620 ],
3619 }, 3621 },
3620 ], 3622 ],
3621 ], 3623 ],
3622 } 3624 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698