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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years 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
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 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 'browser/notifications/message_center_settings_controller.h', 1847 'browser/notifications/message_center_settings_controller.h',
1848 'browser/notifications/message_center_stats_collector.cc', 1848 'browser/notifications/message_center_stats_collector.cc',
1849 'browser/notifications/message_center_stats_collector.h', 1849 'browser/notifications/message_center_stats_collector.h',
1850 'browser/notifications/notification_conversion_helper.h', 1850 'browser/notifications/notification_conversion_helper.h',
1851 'browser/notifications/notification_conversion_helper.cc', 1851 'browser/notifications/notification_conversion_helper.cc',
1852 'browser/notifications/notification_system_observer.cc', 1852 'browser/notifications/notification_system_observer.cc',
1853 'browser/notifications/notification_system_observer.h', 1853 'browser/notifications/notification_system_observer.h',
1854 'browser/notifications/notification_ui_manager_desktop.cc', 1854 'browser/notifications/notification_ui_manager_desktop.cc',
1855 'browser/notifications/screen_lock_notification_blocker.cc', 1855 'browser/notifications/screen_lock_notification_blocker.cc',
1856 'browser/notifications/screen_lock_notification_blocker.h', 1856 'browser/notifications/screen_lock_notification_blocker.h',
1857 'browser/notifications/sync_notifier/chrome_notifier_service.cc',
1858 'browser/notifications/sync_notifier/chrome_notifier_service_factory.cc',
1859 'browser/notifications/sync_notifier/chrome_notifier_service_factory.h',
1860 'browser/notifications/sync_notifier/chrome_notifier_service.h',
1861 ], 1857 ],
1862 'chrome_browser_nss_sources': [ 1858 'chrome_browser_nss_sources': [
1863 'browser/certificate_manager_model.cc', 1859 'browser/certificate_manager_model.cc',
1864 'browser/certificate_manager_model.h', 1860 'browser/certificate_manager_model.h',
1865 'browser/net/nss_context.cc', 1861 'browser/net/nss_context.cc',
1866 'browser/net/nss_context.h', 1862 'browser/net/nss_context.h',
1867 'browser/net/nss_context_chromeos.cc', 1863 'browser/net/nss_context_chromeos.cc',
1868 'browser/net/nss_context_linux.cc', 1864 'browser/net/nss_context_linux.cc',
1869 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', 1865 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
1870 'third_party/mozilla_security_manager/nsNSSCertHelper.h', 1866 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
(...skipping 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
3723 'variables': { 3719 'variables': {
3724 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3720 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3725 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3721 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3726 }, 3722 },
3727 'includes': [ '../build/protoc.gypi' ] 3723 'includes': [ '../build/protoc.gypi' ]
3728 }, 3724 },
3729 ], 3725 ],
3730 },], 3726 },],
3731 ], 3727 ],
3732 } 3728 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_factory.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698