| Index: chrome/browser/google_apis/DEPS
|
| diff --git a/chrome/browser/google_apis/DEPS b/chrome/browser/google_apis/DEPS
|
| index c5a2f87cb17ef892d49d24f2c5e0ca661927bfb5..5e69f579fd0d7e268a1623d156b0084b583e56f9 100644
|
| --- a/chrome/browser/google_apis/DEPS
|
| +++ b/chrome/browser/google_apis/DEPS
|
| @@ -4,7 +4,6 @@ include_rules = [
|
| "+chrome/browser/google_apis",
|
|
|
| # Temporarily needed, see http://crbug.com/146989
|
| - "!chrome/browser/drive/drive_service_interface.h",
|
| "!content/public/browser/browser_thread.h",
|
| ]
|
|
|
| @@ -12,10 +11,8 @@ specific_include_rules = {
|
| ".*_[a-z]+test\.cc": [
|
| # Temporarily needed, see http://crbug.com/146989
|
| "!chrome/browser/chromeos/system/timezone_settings.h",
|
| - "!chrome/test/base/testing_browser_process.h",
|
| "!chrome/test/base/testing_profile.h",
|
| "!content/public/test/test_browser_thread_bundle.h",
|
| - "!content/public/test/test_utils.h",
|
| ],
|
| "auth_service\.(h|cc)": [
|
| "!chrome/browser/profiles/profile.h",
|
| @@ -28,10 +25,12 @@ specific_include_rules = {
|
| "!content/public/browser/notification_source.h",
|
| "!content/public/browser/notification_types.h",
|
| ],
|
| - "drive_uploader\.cc": [
|
| + "drive_uploader\.(h|cc)": [
|
| + "!chrome/browser/drive/drive_service_interface.h",
|
| "!content/public/browser/power_save_blocker.h",
|
| ],
|
| "drive_uploader_unittest\.cc": [
|
| + "!chrome/browser/drive/drive_service_interface.h",
|
| "!chrome/browser/drive/dummy_drive_service.h",
|
| ],
|
| }
|
|
|