Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: components/drive/DEPS

Issue 2075973002: Revert of Move content/browser/power_save_blocker to //device/power_save_blocker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@power-save-next-2
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/drive/BUILD.gn ('k') | components/drive/drive_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « components/drive/BUILD.gn ('k') | components/drive/drive_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698