| 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 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2203 'browser/notifications/desktop_notification_profile_util.cc', | 2203 'browser/notifications/desktop_notification_profile_util.cc', |
| 2204 'browser/notifications/desktop_notification_profile_util.h', | 2204 'browser/notifications/desktop_notification_profile_util.h', |
| 2205 'browser/notifications/login_state_notification_blocker_chromeos.cc', | 2205 'browser/notifications/login_state_notification_blocker_chromeos.cc', |
| 2206 'browser/notifications/login_state_notification_blocker_chromeos.h', | 2206 'browser/notifications/login_state_notification_blocker_chromeos.h', |
| 2207 'browser/notifications/message_center_display_service.cc', | 2207 'browser/notifications/message_center_display_service.cc', |
| 2208 'browser/notifications/message_center_display_service.h', | 2208 'browser/notifications/message_center_display_service.h', |
| 2209 'browser/notifications/native_notification_display_service.cc', | 2209 'browser/notifications/native_notification_display_service.cc', |
| 2210 'browser/notifications/native_notification_display_service.h', | 2210 'browser/notifications/native_notification_display_service.h', |
| 2211 'browser/notifications/notification.cc', | 2211 'browser/notifications/notification.cc', |
| 2212 'browser/notifications/notification.h', | 2212 'browser/notifications/notification.h', |
| 2213 'browser/notifications/notification_common.cc', |
| 2214 'browser/notifications/notification_common.h', |
| 2213 'browser/notifications/notification_delegate.h', | 2215 'browser/notifications/notification_delegate.h', |
| 2214 'browser/notifications/notification_display_service.h', | 2216 'browser/notifications/notification_display_service.h', |
| 2215 'browser/notifications/notification_display_service_factory.cc', | 2217 'browser/notifications/notification_display_service_factory.cc', |
| 2216 'browser/notifications/notification_display_service_factory.h', | 2218 'browser/notifications/notification_display_service_factory.h', |
| 2217 'browser/notifications/notification_object_proxy.cc', | 2219 'browser/notifications/notification_object_proxy.cc', |
| 2218 'browser/notifications/notification_object_proxy.h', | 2220 'browser/notifications/notification_object_proxy.h', |
| 2219 'browser/notifications/notification_permission_context.cc', | 2221 'browser/notifications/notification_permission_context.cc', |
| 2220 'browser/notifications/notification_permission_context.h', | 2222 'browser/notifications/notification_permission_context.h', |
| 2221 'browser/notifications/notification_platform_bridge.h', | 2223 'browser/notifications/notification_platform_bridge.h', |
| 2222 'browser/notifications/notification_platform_bridge_mac.h', | 2224 'browser/notifications/notification_platform_bridge_mac.h', |
| (...skipping 2075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4298 '../components/components.gyp:rlz', | 4300 '../components/components.gyp:rlz', |
| 4299 '../components/components.gyp:search_engines', | 4301 '../components/components.gyp:search_engines', |
| 4300 '../rlz/rlz.gyp:rlz_lib', | 4302 '../rlz/rlz.gyp:rlz_lib', |
| 4301 'common', | 4303 'common', |
| 4302 ], | 4304 ], |
| 4303 }, | 4305 }, |
| 4304 ], | 4306 ], |
| 4305 }], | 4307 }], |
| 4306 ], | 4308 ], |
| 4307 } | 4309 } |
| OLD | NEW |