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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 376253005: Migrate the notification permission to the new common permission classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 1816 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'browser/net/nss_context_linux.cc', 1827 'browser/net/nss_context_linux.cc',
1828 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', 1828 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
1829 'third_party/mozilla_security_manager/nsNSSCertHelper.h', 1829 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
1830 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', 1830 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
1831 'third_party/mozilla_security_manager/nsNSSCertificate.h', 1831 'third_party/mozilla_security_manager/nsNSSCertificate.h',
1832 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', 1832 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
1833 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', 1833 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
1834 ], 1834 ],
1835 # Used on all platforms when notifications are enabled. 1835 # Used on all platforms when notifications are enabled.
1836 'chrome_browser_notifications_sources': [ 1836 'chrome_browser_notifications_sources': [
1837 'browser/notifications/desktop_notification_infobar_delegate.cc',
1838 'browser/notifications/desktop_notification_infobar_delegate.h',
1839 'browser/notifications/desktop_notification_profile_util.cc',
1840 'browser/notifications/desktop_notification_profile_util.h',
1837 'browser/notifications/desktop_notification_service.cc', 1841 'browser/notifications/desktop_notification_service.cc',
1838 'browser/notifications/desktop_notification_service.h', 1842 'browser/notifications/desktop_notification_service.h',
1839 'browser/notifications/desktop_notification_service_factory.cc', 1843 'browser/notifications/desktop_notification_service_factory.cc',
1840 'browser/notifications/desktop_notification_service_factory.h', 1844 'browser/notifications/desktop_notification_service_factory.h',
1841 'browser/notifications/extension_welcome_notification.cc', 1845 'browser/notifications/extension_welcome_notification.cc',
1842 'browser/notifications/extension_welcome_notification.h', 1846 'browser/notifications/extension_welcome_notification.h',
1843 'browser/notifications/google_now_notification_stats_collector.cc', 1847 'browser/notifications/google_now_notification_stats_collector.cc',
1844 'browser/notifications/google_now_notification_stats_collector.h', 1848 'browser/notifications/google_now_notification_stats_collector.h',
1845 'browser/notifications/message_center_notification_manager_win.cc', 1849 'browser/notifications/message_center_notification_manager_win.cc',
1846 'browser/notifications/notification.cc', 1850 'browser/notifications/notification.cc',
(...skipping 1741 matching lines...) Expand 10 before | Expand all | Expand 10 after
3588 'package_name': 'org/chromium/chrome/browser', 3592 'package_name': 'org/chromium/chrome/browser',
3589 'template_deps': ['browser/android/tab_load_status.h'], 3593 'template_deps': ['browser/android/tab_load_status.h'],
3590 }, 3594 },
3591 'includes': [ '../build/android/java_cpp_template.gypi' ], 3595 'includes': [ '../build/android/java_cpp_template.gypi' ],
3592 }, 3596 },
3593 ], 3597 ],
3594 }, 3598 },
3595 ], 3599 ],
3596 ], 3600 ],
3597 } 3601 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698