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

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

Issue 23441042: Refactor common invalidation framework types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move DEPS rule Created 7 years, 2 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
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 14 matching lines...) Expand all
25 r"user_policy_signin_service_unittest)" 25 r"user_policy_signin_service_unittest)"
26 r"\.(cc|h)": [ 26 r"\.(cc|h)": [
27 "+chrome", 27 "+chrome",
28 "+chromeos", 28 "+chromeos",
29 "+content/public/browser", 29 "+content/public/browser",
30 "+content/public/common", 30 "+content/public/common",
31 "+content/public/test", 31 "+content/public/test",
32 "+content/test/net", 32 "+content/test/net",
33 ], 33 ],
34 34
35 r"cloud_policy_browsertest.cc": [
36 "+sync/internal_api/public/base/invalidation.h",
37 ],
38
35 # TODO(joaodasilva): remove these exceptions. 39 # TODO(joaodasilva): remove these exceptions.
36 r"cloud_external_data_manager_base_unittest\.cc": [ 40 r"cloud_external_data_manager_base_unittest\.cc": [
37 "+content/public/test/test_browser_thread_bundle.h", 41 "+content/public/test/test_browser_thread_bundle.h",
38 ], 42 ],
39 43
40 r"cloud_policy_client_registration_helper\.cc": [ 44 r"cloud_policy_client_registration_helper\.cc": [
41 "+chrome/browser/signin/android_profile_oauth2_token_service.h", 45 "+chrome/browser/signin/android_profile_oauth2_token_service.h",
42 "+chrome/browser/signin/oauth2_token_service.h", 46 "+chrome/browser/signin/oauth2_token_service.h",
43 ], 47 ],
44 48
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 142
139 r"user_cloud_policy_store_unittest\.cc": [ 143 r"user_cloud_policy_store_unittest\.cc": [
140 "+chrome/browser/signin/fake_signin_manager.h", 144 "+chrome/browser/signin/fake_signin_manager.h",
141 "+chrome/browser/signin/signin_manager.h", 145 "+chrome/browser/signin/signin_manager.h",
142 "+chrome/browser/signin/signin_manager_factory.h", 146 "+chrome/browser/signin/signin_manager_factory.h",
143 "+chrome/common/pref_names.h", 147 "+chrome/common/pref_names.h",
144 "+chrome/test/base/testing_profile.h", 148 "+chrome/test/base/testing_profile.h",
145 "+content/public/test/test_browser_thread.h", 149 "+content/public/test/test_browser_thread.h",
146 ], 150 ],
147 } 151 }
OLDNEW
« no previous file with comments | « chrome/browser/invalidation/p2p_invalidation_service.cc ('k') | chrome/browser/policy/cloud/cloud_policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698