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

Unified Diff: chrome/browser/drive/DEPS

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 5 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
Index: chrome/browser/drive/DEPS
diff --git a/chrome/browser/drive/DEPS b/chrome/browser/drive/DEPS
index 887748244c23c1e5eca084302f8e79f05db328d8..ac52916db9e4ae9687e99699c8a9d3b7f5f1452d 100644
--- a/chrome/browser/drive/DEPS
+++ b/chrome/browser/drive/DEPS
@@ -1,20 +1,5 @@
include_rules = [
- "-chrome",
- "-content",
- "+chrome/browser/drive",
- "+components/invalidation",
+ "+components/keyed_service",
+ "+components/drive",
]
-# The following dependencies should be removed to componentize this
-# directory. crbug.com/257943
-specific_include_rules = {
- "drive_notification_manager_factory\.cc": [
- "!chrome/browser/invalidation/profile_invalidation_provider_factory.h",
- "!chrome/browser/profiles/profile.h",
- "!chrome/browser/sync/profile_sync_service.h",
- "!chrome/browser/sync/profile_sync_service_factory.h",
- ],
- "drive_uploader\.cc": [
- "!content/public/browser/power_save_blocker.h",
- ],
-}
« no previous file with comments | « chrome/browser/chromeos/fileapi/external_file_url_request_job_unittest.cc ('k') | chrome/browser/drive/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698