| Index: components/drive/DEPS
|
| diff --git a/components/drive/DEPS b/components/drive/DEPS
|
| index dda68d0e8b98eb9c36c9031052bdc0cf7376240e..5586c3bf40fb39961fc85a0485b714ea42c191f5 100644
|
| --- a/components/drive/DEPS
|
| +++ b/components/drive/DEPS
|
| @@ -2,7 +2,6 @@
|
| "+components/invalidation",
|
| "+components/keyed_service",
|
| "+components/prefs",
|
| - "+device/power_save_blocker",
|
| "+google_apis",
|
| "+google/cacheinvalidation/types.pb.h",
|
| "+net",
|
| @@ -11,6 +10,13 @@
|
| ]
|
|
|
| specific_include_rules = {
|
| + # The following dependency should be removed to fully make this
|
| + # directory chrome/ and content/ and storage/ independent.
|
| + # crbug.com/257943
|
| + "drive_uploader\.cc": [
|
| + "+content/public/browser/power_save_blocker_factory.h",
|
| + ],
|
| +
|
| # The following test dependencies should be removed to fully componentize this
|
| # directory. crbug.com/498951
|
| r"(copy_operation_unittest\.cc"
|
| @@ -56,9 +62,8 @@
|
|
|
| # The following test dependencies should be removed to fully componentize this
|
| # directory. crbug.com/498951
|
| - r"(drive_uploader\.cc"
|
| - r"|fake_file_system\.cc"
|
| - r"|file_system_unittest\.cc"
|
| + r"(fake_file_system\.cc"
|
| + r"|file_system_unittest.cc"
|
| r"|file_write_watcher_unittest\.cc"
|
| r"|get_file_for_saving_operation_unittest\.cc"
|
| r"|operation_test_base\.cc"
|
|
|