| 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 2237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2248 'browser/notifications/message_center_notification_manager.h', | 2248 'browser/notifications/message_center_notification_manager.h', |
| 2249 'browser/notifications/message_center_settings_controller.cc', | 2249 'browser/notifications/message_center_settings_controller.cc', |
| 2250 'browser/notifications/message_center_settings_controller.h', | 2250 'browser/notifications/message_center_settings_controller.h', |
| 2251 'browser/notifications/message_center_stats_collector.cc', | 2251 'browser/notifications/message_center_stats_collector.cc', |
| 2252 'browser/notifications/message_center_stats_collector.h', | 2252 'browser/notifications/message_center_stats_collector.h', |
| 2253 'browser/notifications/notification_conversion_helper.cc', | 2253 'browser/notifications/notification_conversion_helper.cc', |
| 2254 'browser/notifications/notification_conversion_helper.h', | 2254 'browser/notifications/notification_conversion_helper.h', |
| 2255 'browser/notifications/notification_system_observer.cc', | 2255 'browser/notifications/notification_system_observer.cc', |
| 2256 'browser/notifications/notification_system_observer.h', | 2256 'browser/notifications/notification_system_observer.h', |
| 2257 'browser/notifications/notification_ui_manager_desktop.cc', | 2257 'browser/notifications/notification_ui_manager_desktop.cc', |
| 2258 'browser/notifications/notifier_source.cc', |
| 2259 'browser/notifications/notifier_source.h', |
| 2258 'browser/notifications/profile_notification.cc', | 2260 'browser/notifications/profile_notification.cc', |
| 2259 'browser/notifications/profile_notification.h', | 2261 'browser/notifications/profile_notification.h', |
| 2260 'browser/notifications/screen_lock_notification_blocker.cc', | 2262 'browser/notifications/screen_lock_notification_blocker.cc', |
| 2261 'browser/notifications/screen_lock_notification_blocker.h', | 2263 'browser/notifications/screen_lock_notification_blocker.h', |
| 2262 ], | 2264 ], |
| 2263 'chrome_browser_nss_sources': [ | 2265 'chrome_browser_nss_sources': [ |
| 2264 'browser/certificate_manager_model.cc', | 2266 'browser/certificate_manager_model.cc', |
| 2265 'browser/certificate_manager_model.h', | 2267 'browser/certificate_manager_model.h', |
| 2266 'browser/net/nss_context.cc', | 2268 'browser/net/nss_context.cc', |
| 2267 'browser/net/nss_context.h', | 2269 'browser/net/nss_context.h', |
| (...skipping 2008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4276 '../components/components.gyp:rlz', | 4278 '../components/components.gyp:rlz', |
| 4277 '../components/components.gyp:search_engines', | 4279 '../components/components.gyp:search_engines', |
| 4278 '../rlz/rlz.gyp:rlz_lib', | 4280 '../rlz/rlz.gyp:rlz_lib', |
| 4279 'common', | 4281 'common', |
| 4280 ], | 4282 ], |
| 4281 }, | 4283 }, |
| 4282 ], | 4284 ], |
| 4283 }], | 4285 }], |
| 4284 ], | 4286 ], |
| 4285 } | 4287 } |
| OLD | NEW |