| 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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2052 'browser/notifications/notification.cc', | 2052 'browser/notifications/notification.cc', |
| 2053 'browser/notifications/notification.h', | 2053 'browser/notifications/notification.h', |
| 2054 'browser/notifications/notification_delegate.h', | 2054 'browser/notifications/notification_delegate.h', |
| 2055 'browser/notifications/notification_object_proxy.cc', | 2055 'browser/notifications/notification_object_proxy.cc', |
| 2056 'browser/notifications/notification_object_proxy.h', | 2056 'browser/notifications/notification_object_proxy.h', |
| 2057 'browser/notifications/notification_permission_context.cc', | 2057 'browser/notifications/notification_permission_context.cc', |
| 2058 'browser/notifications/notification_permission_context.h', | 2058 'browser/notifications/notification_permission_context.h', |
| 2059 'browser/notifications/notification_permission_context_factory.cc', | 2059 'browser/notifications/notification_permission_context_factory.cc', |
| 2060 'browser/notifications/notification_permission_context_factory.h', | 2060 'browser/notifications/notification_permission_context_factory.h', |
| 2061 'browser/notifications/notification_ui_manager.h', | 2061 'browser/notifications/notification_ui_manager.h', |
| 2062 'browser/notifications/notification_ui_manager_mac.h', |
| 2063 'browser/notifications/notification_ui_manager_mac.mm', |
| 2062 'browser/notifications/notifier_state_tracker.cc', | 2064 'browser/notifications/notifier_state_tracker.cc', |
| 2063 'browser/notifications/notifier_state_tracker.h', | 2065 'browser/notifications/notifier_state_tracker.h', |
| 2064 'browser/notifications/notifier_state_tracker_factory.cc', | 2066 'browser/notifications/notifier_state_tracker_factory.cc', |
| 2065 'browser/notifications/notifier_state_tracker_factory.h', | 2067 'browser/notifications/notifier_state_tracker_factory.h', |
| 2066 'browser/notifications/persistent_notification_delegate.cc', | 2068 'browser/notifications/persistent_notification_delegate.cc', |
| 2067 'browser/notifications/persistent_notification_delegate.h', | 2069 'browser/notifications/persistent_notification_delegate.h', |
| 2068 'browser/notifications/platform_notification_service_impl.cc', | 2070 'browser/notifications/platform_notification_service_impl.cc', |
| 2069 'browser/notifications/platform_notification_service_impl.h', | 2071 'browser/notifications/platform_notification_service_impl.h', |
| 2070 'browser/notifications/profile_notification.cc', | 2072 'browser/notifications/profile_notification.cc', |
| 2071 'browser/notifications/profile_notification.h', | 2073 'browser/notifications/profile_notification.h', |
| (...skipping 2118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4190 '../components/components.gyp:omnibox_browser', | 4192 '../components/components.gyp:omnibox_browser', |
| 4191 '../components/components.gyp:rlz', | 4193 '../components/components.gyp:rlz', |
| 4192 '../components/components.gyp:search_engines', | 4194 '../components/components.gyp:search_engines', |
| 4193 '../rlz/rlz.gyp:rlz_lib', | 4195 '../rlz/rlz.gyp:rlz_lib', |
| 4194 ], | 4196 ], |
| 4195 }, | 4197 }, |
| 4196 ], | 4198 ], |
| 4197 }], | 4199 }], |
| 4198 ], | 4200 ], |
| 4199 } | 4201 } |
| OLD | NEW |