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