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

Side by Side Diff: chrome/browser/drive/DEPS

Issue 327243003: Introduce ProfileInvalidationProvider wrapper for InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/drive/drive_notification_manager.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-chrome", 2 "-chrome",
3 "-content", 3 "-content",
4 "+chrome/browser/drive", 4 "+chrome/browser/drive",
5 "+content/public/browser", 5 "+content/public/browser",
6 "+content/public/test", 6 "+content/public/test",
7 "+components/invalidation", 7 "+components/invalidation",
8 ] 8 ]
9 9
10 # The following dependencies should be removed to componentize this 10 # The following dependencies should be removed to componentize this
11 # directory. crbug.com/257943 11 # directory. crbug.com/257943
12 specific_include_rules = { 12 specific_include_rules = {
13 "drive_notification_manager_factory\.cc": [ 13 "drive_notification_manager_factory\.cc": [
14 "!chrome/browser/invalidation/invalidation_service_factory.h", 14 "!chrome/browser/invalidation/profile_invalidation_provider_factory.h",
15 "!chrome/browser/profiles/profile.h", 15 "!chrome/browser/profiles/profile.h",
16 "!chrome/browser/sync/profile_sync_service.h", 16 "!chrome/browser/sync/profile_sync_service.h",
17 "!chrome/browser/sync/profile_sync_service_factory.h", 17 "!chrome/browser/sync/profile_sync_service_factory.h",
18 ], 18 ],
19 "drive_notification_manager\.cc": [
20 "!chrome/browser/invalidation/invalidation_service_factory.h",
21 "!chrome/browser/profiles/profile.h",
22 ],
23 } 19 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/drive/drive_notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698