OLD | NEW |
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 1820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1831 'browser/net/nss_context_linux.cc', | 1831 'browser/net/nss_context_linux.cc', |
1832 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 1832 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
1833 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 1833 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
1834 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 1834 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
1835 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 1835 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
1836 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 1836 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
1837 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 1837 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
1838 ], | 1838 ], |
1839 # Used on all platforms when notifications are enabled. | 1839 # Used on all platforms when notifications are enabled. |
1840 'chrome_browser_notifications_sources': [ | 1840 'chrome_browser_notifications_sources': [ |
| 1841 'browser/notifications/desktop_notification_infobar_delegate.cc', |
| 1842 'browser/notifications/desktop_notification_infobar_delegate.h', |
1841 'browser/notifications/desktop_notification_service.cc', | 1843 'browser/notifications/desktop_notification_service.cc', |
1842 'browser/notifications/desktop_notification_service.h', | 1844 'browser/notifications/desktop_notification_service.h', |
1843 'browser/notifications/desktop_notification_service_factory.cc', | 1845 'browser/notifications/desktop_notification_service_factory.cc', |
1844 'browser/notifications/desktop_notification_service_factory.h', | 1846 'browser/notifications/desktop_notification_service_factory.h', |
1845 'browser/notifications/extension_welcome_notification.cc', | 1847 'browser/notifications/extension_welcome_notification.cc', |
1846 'browser/notifications/extension_welcome_notification.h', | 1848 'browser/notifications/extension_welcome_notification.h', |
1847 'browser/notifications/google_now_notification_stats_collector.cc', | 1849 'browser/notifications/google_now_notification_stats_collector.cc', |
1848 'browser/notifications/google_now_notification_stats_collector.h', | 1850 'browser/notifications/google_now_notification_stats_collector.h', |
1849 'browser/notifications/message_center_notification_manager_win.cc', | 1851 'browser/notifications/message_center_notification_manager_win.cc', |
1850 'browser/notifications/notification.cc', | 1852 'browser/notifications/notification.cc', |
(...skipping 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3609 'package_name': 'org/chromium/chrome/browser', | 3611 'package_name': 'org/chromium/chrome/browser', |
3610 'template_deps': ['browser/android/tab_load_status.h'], | 3612 'template_deps': ['browser/android/tab_load_status.h'], |
3611 }, | 3613 }, |
3612 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3614 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3613 }, | 3615 }, |
3614 ], | 3616 ], |
3615 }, | 3617 }, |
3616 ], | 3618 ], |
3617 ], | 3619 ], |
3618 } | 3620 } |
OLD | NEW |