| 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 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2059 'browser/notifications/notification.cc', | 2059 'browser/notifications/notification.cc', |
| 2060 'browser/notifications/notification.h', | 2060 'browser/notifications/notification.h', |
| 2061 'browser/notifications/notification_delegate.h', | 2061 'browser/notifications/notification_delegate.h', |
| 2062 'browser/notifications/notification_object_proxy.cc', | 2062 'browser/notifications/notification_object_proxy.cc', |
| 2063 'browser/notifications/notification_object_proxy.h', | 2063 'browser/notifications/notification_object_proxy.h', |
| 2064 'browser/notifications/notification_permission_context.cc', | 2064 'browser/notifications/notification_permission_context.cc', |
| 2065 'browser/notifications/notification_permission_context.h', | 2065 'browser/notifications/notification_permission_context.h', |
| 2066 'browser/notifications/notification_permission_context_factory.cc', | 2066 'browser/notifications/notification_permission_context_factory.cc', |
| 2067 'browser/notifications/notification_permission_context_factory.h', | 2067 'browser/notifications/notification_permission_context_factory.h', |
| 2068 'browser/notifications/notification_ui_manager.h', | 2068 'browser/notifications/notification_ui_manager.h', |
| 2069 'browser/notifications/notification_ui_manager_mac.h', |
| 2070 'browser/notifications/notification_ui_manager_mac.mm', |
| 2069 'browser/notifications/notifier_state_tracker.cc', | 2071 'browser/notifications/notifier_state_tracker.cc', |
| 2070 'browser/notifications/notifier_state_tracker.h', | 2072 'browser/notifications/notifier_state_tracker.h', |
| 2071 'browser/notifications/notifier_state_tracker_factory.cc', | 2073 'browser/notifications/notifier_state_tracker_factory.cc', |
| 2072 'browser/notifications/notifier_state_tracker_factory.h', | 2074 'browser/notifications/notifier_state_tracker_factory.h', |
| 2073 'browser/notifications/persistent_notification_delegate.cc', | 2075 'browser/notifications/persistent_notification_delegate.cc', |
| 2074 'browser/notifications/persistent_notification_delegate.h', | 2076 'browser/notifications/persistent_notification_delegate.h', |
| 2075 'browser/notifications/platform_notification_service_impl.cc', | 2077 'browser/notifications/platform_notification_service_impl.cc', |
| 2076 'browser/notifications/platform_notification_service_impl.h', | 2078 'browser/notifications/platform_notification_service_impl.h', |
| 2077 'browser/notifications/profile_notification.cc', | 2079 'browser/notifications/profile_notification.cc', |
| 2078 'browser/notifications/profile_notification.h', | 2080 'browser/notifications/profile_notification.h', |
| (...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4180 '../components/components.gyp:omnibox_browser', | 4182 '../components/components.gyp:omnibox_browser', |
| 4181 '../components/components.gyp:rlz', | 4183 '../components/components.gyp:rlz', |
| 4182 '../components/components.gyp:search_engines', | 4184 '../components/components.gyp:search_engines', |
| 4183 '../rlz/rlz.gyp:rlz_lib', | 4185 '../rlz/rlz.gyp:rlz_lib', |
| 4184 ], | 4186 ], |
| 4185 }, | 4187 }, |
| 4186 ], | 4188 ], |
| 4187 }], | 4189 }], |
| 4188 ], | 4190 ], |
| 4189 } | 4191 } |
| OLD | NEW |