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 1970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1981 'browser/net/timed_cache.h', | 1981 'browser/net/timed_cache.h', |
1982 'browser/net/url_info.cc', | 1982 'browser/net/url_info.cc', |
1983 'browser/net/url_info.h', | 1983 'browser/net/url_info.h', |
1984 ], | 1984 ], |
1985 # Used on all platforms when notifications are enabled. | 1985 # Used on all platforms when notifications are enabled. |
1986 'chrome_browser_notifications_sources': [ | 1986 'chrome_browser_notifications_sources': [ |
1987 'browser/notifications/desktop_notification_profile_util.cc', | 1987 'browser/notifications/desktop_notification_profile_util.cc', |
1988 'browser/notifications/desktop_notification_profile_util.h', | 1988 'browser/notifications/desktop_notification_profile_util.h', |
1989 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 1989 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
1990 'browser/notifications/login_state_notification_blocker_chromeos.h', | 1990 'browser/notifications/login_state_notification_blocker_chromeos.h', |
1991 'browser/notifications/message_center_notification_manager_win.cc', | |
1992 'browser/notifications/notification.cc', | 1991 'browser/notifications/notification.cc', |
1993 'browser/notifications/notification.h', | 1992 'browser/notifications/notification.h', |
1994 'browser/notifications/notification_delegate.h', | 1993 'browser/notifications/notification_delegate.h', |
1995 'browser/notifications/notification_object_proxy.cc', | 1994 'browser/notifications/notification_object_proxy.cc', |
1996 'browser/notifications/notification_object_proxy.h', | 1995 'browser/notifications/notification_object_proxy.h', |
1997 'browser/notifications/notification_permission_context.cc', | 1996 'browser/notifications/notification_permission_context.cc', |
1998 'browser/notifications/notification_permission_context.h', | 1997 'browser/notifications/notification_permission_context.h', |
1999 'browser/notifications/notification_permission_context_factory.cc', | 1998 'browser/notifications/notification_permission_context_factory.cc', |
2000 'browser/notifications/notification_permission_context_factory.h', | 1999 'browser/notifications/notification_permission_context_factory.h', |
2001 'browser/notifications/notification_permission_infobar_delegate.cc', | 2000 'browser/notifications/notification_permission_infobar_delegate.cc', |
(...skipping 2120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4122 '../components/components.gyp:omnibox_browser', | 4121 '../components/components.gyp:omnibox_browser', |
4123 '../components/components.gyp:rlz', | 4122 '../components/components.gyp:rlz', |
4124 '../components/components.gyp:search_engines', | 4123 '../components/components.gyp:search_engines', |
4125 '../rlz/rlz.gyp:rlz_lib', | 4124 '../rlz/rlz.gyp:rlz_lib', |
4126 ], | 4125 ], |
4127 }, | 4126 }, |
4128 ], | 4127 ], |
4129 }], | 4128 }], |
4130 ], | 4129 ], |
4131 } | 4130 } |
OLD | NEW |