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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome", 2 "+components/keyed_service",
3 "-content", 3 "+components/drive",
4 "+chrome/browser/drive",
5 "+components/invalidation",
6 ] 4 ]
7 5
8 # The following dependencies should be removed to componentize this
9 # directory. crbug.com/257943
10 specific_include_rules = {
11 "drive_notification_manager_factory\.cc": [
12 "!chrome/browser/invalidation/profile_invalidation_provider_factory.h",
13 "!chrome/browser/profiles/profile.h",
14 "!chrome/browser/sync/profile_sync_service.h",
15 "!chrome/browser/sync/profile_sync_service_factory.h",
16 ],
17 "drive_uploader\.cc": [
18 "!content/public/browser/power_save_blocker.h",
19 ],
20 }
OLDNEW
« 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