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

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 469313002: Revert 289532 "Route newly created notifications to notification..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 1861 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'browser/notifications/notification_ui_manager_android.h', 1872 'browser/notifications/notification_ui_manager_android.h',
1873 ], 1873 ],
1874 # Used on non-Android platforms when notifications are enabled. 1874 # Used on non-Android platforms when notifications are enabled.
1875 'chrome_browser_non_android_notifications_sources': [ 1875 'chrome_browser_non_android_notifications_sources': [
1876 'browser/notifications/message_center_notification_manager.cc', 1876 'browser/notifications/message_center_notification_manager.cc',
1877 'browser/notifications/message_center_notification_manager.h', 1877 'browser/notifications/message_center_notification_manager.h',
1878 'browser/notifications/message_center_settings_controller.cc', 1878 'browser/notifications/message_center_settings_controller.cc',
1879 'browser/notifications/message_center_settings_controller.h', 1879 'browser/notifications/message_center_settings_controller.h',
1880 'browser/notifications/message_center_stats_collector.cc', 1880 'browser/notifications/message_center_stats_collector.cc',
1881 'browser/notifications/message_center_stats_collector.h', 1881 'browser/notifications/message_center_stats_collector.h',
1882 'browser/notifications/notification_conversion_helper.h',
1883 'browser/notifications/notification_conversion_helper.cc',
1884 'browser/notifications/notification_ui_manager_desktop.cc', 1882 'browser/notifications/notification_ui_manager_desktop.cc',
1885 'browser/notifications/sync_notifier/chrome_notifier_service.cc', 1883 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1886 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc', 1884 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc',
1887 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h', 1885 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1888 'browser/notifications/sync_notifier/chrome_notifier_service.h', 1886 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1889 ], 1887 ],
1890 'chrome_browser_themes_sources': [ 1888 'chrome_browser_themes_sources': [
1891 'browser/sync/glue/theme_data_type_controller.cc', 1889 'browser/sync/glue/theme_data_type_controller.cc',
1892 'browser/sync/glue/theme_data_type_controller.h', 1890 'browser/sync/glue/theme_data_type_controller.h',
1893 'browser/themes/browser_theme_pack.cc', 1891 'browser/themes/browser_theme_pack.cc',
(...skipping 1723 matching lines...) Expand 10 before | Expand all | Expand 10 after
3617 'package_name': 'org/chromium/chrome/browser', 3615 'package_name': 'org/chromium/chrome/browser',
3618 'template_deps': ['browser/android/tab_load_status.h'], 3616 'template_deps': ['browser/android/tab_load_status.h'],
3619 }, 3617 },
3620 'includes': [ '../build/android/java_cpp_template.gypi' ], 3618 'includes': [ '../build/android/java_cpp_template.gypi' ],
3621 }, 3619 },
3622 ], 3620 ],
3623 }, 3621 },
3624 ], 3622 ],
3625 ], 3623 ],
3626 } 3624 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698