Chromium Code Reviews| Index: chrome/browser/google_apis/DEPS |
| diff --git a/chrome/browser/google_apis/DEPS b/chrome/browser/google_apis/DEPS |
| index 1d7f23cff800d5acd0483c9deea27e9ac9ec6c46..ee9fabc013369f14a599313214879e44aef40577 100644 |
| --- a/chrome/browser/google_apis/DEPS |
| +++ b/chrome/browser/google_apis/DEPS |
| @@ -6,10 +6,12 @@ include_rules = [ |
| # Temporarily needed, see http://crbug.com/146989 |
| "!chrome/browser/chromeos/login/user_manager.h", |
| "!chrome/browser/profiles/profile.h", |
| + "!chrome/browser/profiles/profile_dependency_manager.h", |
| "!chrome/browser/profiles/profile_keyed_service.h", |
| "!chrome/browser/profiles/profile_keyed_service_factory.h", |
| "!chrome/browser/signin/token_service_factory.h", |
| "!chrome/browser/signin/token_service.h", |
| + "!chrome/browser/sync/profile_sync_service_factory.h", |
| "!chrome/common/chrome_notification_types.h", |
| "!content/public/browser/browser_thread.h", |
| "!content/public/browser/notification_details.h", |
| @@ -17,6 +19,7 @@ include_rules = [ |
| "!content/public/browser/notification_registrar.h", |
| "!content/public/browser/notification_source.h", |
| "!content/public/browser/notification_types.h", |
| + |
|
kinaba
2013/04/12 03:19:21
nit: no blank line needed
calvinlo
2013/04/12 03:43:14
Done.
|
| ] |
| specific_include_rules = { |