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

Side by Side Diff: chrome/browser/policy/cloud/DEPS

Issue 56113003: Implement new invalidations ack tracking system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modify drive TODO comment + rebase Created 7 years 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
OLDNEW
1 # The //chrome/browser/policy code is being converted into a component at 1 # The //chrome/browser/policy code is being converted into a component at
2 # //components/policy. This DEPS file is temporarily restricting the include 2 # //components/policy. This DEPS file is temporarily restricting the include
3 # rules for this code; once all the exceptions are fixed then the code will 3 # rules for this code; once all the exceptions are fixed then the code will
4 # be moved, and this file will be removed. 4 # be moved, and this file will be removed.
5 # http://crbug.com/271392 5 # http://crbug.com/271392
6 6
7 include_rules = [ 7 include_rules = [
8 "-chrome", 8 "-chrome",
9 "-chromeos", 9 "-chromeos",
10 "-content", 10 "-content",
(...skipping 19 matching lines...) Expand all
30 "+content/public/browser", 30 "+content/public/browser",
31 "+content/public/common", 31 "+content/public/common",
32 "+content/public/test", 32 "+content/public/test",
33 "+content/test/net", 33 "+content/test/net",
34 ], 34 ],
35 35
36 r"cloud_policy_browsertest.cc": [ 36 r"cloud_policy_browsertest.cc": [
37 "+sync/internal_api/public/base/invalidation.h", 37 "+sync/internal_api/public/base/invalidation.h",
38 ], 38 ],
39 39
40 r"cloud_policy_invalidator.h": [
41 "+sync/internal_api/public/base/invalidation.h",
42 ],
43
40 # TODO(joaodasilva): remove these exceptions. 44 # TODO(joaodasilva): remove these exceptions.
41 r"cloud_policy_invalidator\.cc": [ 45 r"cloud_policy_invalidator\.cc": [
42 "+chrome/browser/invalidation/invalidation_service.h", 46 "+chrome/browser/invalidation/invalidation_service.h",
43 ], 47 ],
44 48
45 r"cloud_policy_invalidator_unittest\.cc": [ 49 r"cloud_policy_invalidator_unittest\.cc": [
46 "+chrome/browser/invalidation/fake_invalidation_service.h", 50 "+chrome/browser/invalidation/fake_invalidation_service.h",
47 ], 51 ],
48 52
49 r"cloud_policy_manager_unittest\.cc": [ 53 r"cloud_policy_manager_unittest\.cc": [
(...skipping 15 matching lines...) Expand all
65 69
66 r"user_cloud_policy_invalidator\.h": [ 70 r"user_cloud_policy_invalidator\.h": [
67 "+content/public/browser/notification_observer.h", 71 "+content/public/browser/notification_observer.h",
68 "+content/public/browser/notification_registrar.h", 72 "+content/public/browser/notification_registrar.h",
69 ], 73 ],
70 74
71 r"user_cloud_policy_manager_factory\.cc": [ 75 r"user_cloud_policy_manager_factory\.cc": [
72 "+content/public/browser/browser_context.h", 76 "+content/public/browser/browser_context.h",
73 ], 77 ],
74 } 78 }
OLDNEW
« no previous file with comments | « chrome/browser/invalidation/ticl_invalidation_service.cc ('k') | chrome/browser/policy/cloud/cloud_policy_invalidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698