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

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: rebase 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 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 'browser/net/nss_context_linux.cc', 1842 'browser/net/nss_context_linux.cc',
1843 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', 1843 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp',
1844 'third_party/mozilla_security_manager/nsNSSCertHelper.h', 1844 'third_party/mozilla_security_manager/nsNSSCertHelper.h',
1845 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', 1845 'third_party/mozilla_security_manager/nsNSSCertificate.cpp',
1846 'third_party/mozilla_security_manager/nsNSSCertificate.h', 1846 'third_party/mozilla_security_manager/nsNSSCertificate.h',
1847 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', 1847 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp',
1848 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', 1848 'third_party/mozilla_security_manager/nsUsageArrayHelper.h',
1849 ], 1849 ],
1850 # Used on all platforms when notifications are enabled. 1850 # Used on all platforms when notifications are enabled.
1851 'chrome_browser_notifications_sources': [ 1851 'chrome_browser_notifications_sources': [
1852 'browser/notifications/desktop_notification_infobar_delegate.cc',
1853 'browser/notifications/desktop_notification_infobar_delegate.h',
1854 'browser/notifications/desktop_notification_profile_util.cc',
1855 'browser/notifications/desktop_notification_profile_util.h',
1852 'browser/notifications/desktop_notification_service.cc', 1856 'browser/notifications/desktop_notification_service.cc',
1853 'browser/notifications/desktop_notification_service.h', 1857 'browser/notifications/desktop_notification_service.h',
1854 'browser/notifications/desktop_notification_service_factory.cc', 1858 'browser/notifications/desktop_notification_service_factory.cc',
1855 'browser/notifications/desktop_notification_service_factory.h', 1859 'browser/notifications/desktop_notification_service_factory.h',
1856 'browser/notifications/extension_welcome_notification.cc', 1860 'browser/notifications/extension_welcome_notification.cc',
1857 'browser/notifications/extension_welcome_notification.h', 1861 'browser/notifications/extension_welcome_notification.h',
1858 'browser/notifications/google_now_notification_stats_collector.cc', 1862 'browser/notifications/google_now_notification_stats_collector.cc',
1859 'browser/notifications/google_now_notification_stats_collector.h', 1863 'browser/notifications/google_now_notification_stats_collector.h',
1860 'browser/notifications/message_center_notification_manager_win.cc', 1864 'browser/notifications/message_center_notification_manager_win.cc',
1861 'browser/notifications/notification.cc', 1865 'browser/notifications/notification.cc',
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
3614 'package_name': 'org/chromium/chrome/browser', 3618 'package_name': 'org/chromium/chrome/browser',
3615 'template_deps': ['browser/android/tab_load_status.h'], 3619 'template_deps': ['browser/android/tab_load_status.h'],
3616 }, 3620 },
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], 3621 'includes': [ '../build/android/java_cpp_template.gypi' ],
3618 }, 3622 },
3619 ], 3623 ],
3620 }, 3624 },
3621 ], 3625 ],
3622 ], 3626 ],
3623 } 3627 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698