| 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 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2164 'browser/notifications/notification.cc', | 2164 'browser/notifications/notification.cc', |
| 2165 'browser/notifications/notification.h', | 2165 'browser/notifications/notification.h', |
| 2166 'browser/notifications/notification_delegate.h', | 2166 'browser/notifications/notification_delegate.h', |
| 2167 'browser/notifications/notification_display_service.h', | 2167 'browser/notifications/notification_display_service.h', |
| 2168 'browser/notifications/notification_display_service_factory.cc', | 2168 'browser/notifications/notification_display_service_factory.cc', |
| 2169 'browser/notifications/notification_display_service_factory.h', | 2169 'browser/notifications/notification_display_service_factory.h', |
| 2170 'browser/notifications/notification_object_proxy.cc', | 2170 'browser/notifications/notification_object_proxy.cc', |
| 2171 'browser/notifications/notification_object_proxy.h', | 2171 'browser/notifications/notification_object_proxy.h', |
| 2172 'browser/notifications/notification_permission_context.cc', | 2172 'browser/notifications/notification_permission_context.cc', |
| 2173 'browser/notifications/notification_permission_context.h', | 2173 'browser/notifications/notification_permission_context.h', |
| 2174 'browser/notifications/notification_platform_bridge_mac.h', |
| 2175 'browser/notifications/notification_platform_bridge_mac.mm', |
| 2174 'browser/notifications/notification_platform_bridge.h', | 2176 'browser/notifications/notification_platform_bridge.h', |
| 2175 'browser/notifications/notification_ui_manager.h', | 2177 'browser/notifications/notification_ui_manager.h', |
| 2176 'browser/notifications/notification_ui_manager_mac.h', | |
| 2177 'browser/notifications/notification_ui_manager_mac.mm', | |
| 2178 'browser/notifications/notifier_state_tracker.cc', | 2178 'browser/notifications/notifier_state_tracker.cc', |
| 2179 'browser/notifications/notifier_state_tracker.h', | 2179 'browser/notifications/notifier_state_tracker.h', |
| 2180 'browser/notifications/notifier_state_tracker_factory.cc', | 2180 'browser/notifications/notifier_state_tracker_factory.cc', |
| 2181 'browser/notifications/notifier_state_tracker_factory.h', | 2181 'browser/notifications/notifier_state_tracker_factory.h', |
| 2182 'browser/notifications/persistent_notification_delegate.cc', | 2182 'browser/notifications/persistent_notification_delegate.cc', |
| 2183 'browser/notifications/persistent_notification_delegate.h', | 2183 'browser/notifications/persistent_notification_delegate.h', |
| 2184 'browser/notifications/platform_notification_service_impl.cc', | 2184 'browser/notifications/platform_notification_service_impl.cc', |
| 2185 'browser/notifications/platform_notification_service_impl.h', | 2185 'browser/notifications/platform_notification_service_impl.h', |
| 2186 'browser/notifications/profile_notification.cc', | 2186 'browser/notifications/profile_notification.cc', |
| 2187 'browser/notifications/profile_notification.h', | 2187 'browser/notifications/profile_notification.h', |
| (...skipping 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4230 '../components/components.gyp:rlz', | 4230 '../components/components.gyp:rlz', |
| 4231 '../components/components.gyp:search_engines', | 4231 '../components/components.gyp:search_engines', |
| 4232 '../rlz/rlz.gyp:rlz_lib', | 4232 '../rlz/rlz.gyp:rlz_lib', |
| 4233 'common', | 4233 'common', |
| 4234 ], | 4234 ], |
| 4235 }, | 4235 }, |
| 4236 ], | 4236 ], |
| 4237 }], | 4237 }], |
| 4238 ], | 4238 ], |
| 4239 } | 4239 } |
| OLD | NEW |