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

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

Issue 22812002: Refactored ConfigurationPolicyPrefStore to not depend on chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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/policy/configuration_policy_pref_store.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "+chrome/common/pref_names.h", 73 "+chrome/common/pref_names.h",
74 "+chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h", 74 "+chrome/browser/chromeos/policy/configuration_policy_handler_chromeos.h",
75 "+chromeos/dbus/power_policy_controller.h", 75 "+chromeos/dbus/power_policy_controller.h",
76 ], 76 ],
77 77
78 r"configuration_policy_handler_unittest\.cc": [ 78 r"configuration_policy_handler_unittest\.cc": [
79 "+chrome/browser/extensions/external_policy_loader.h", 79 "+chrome/browser/extensions/external_policy_loader.h",
80 "+chrome/common/pref_names.h", 80 "+chrome/common/pref_names.h",
81 ], 81 ],
82 82
83 r"configuration_policy_pref_store\.cc": [
84 "+chrome/browser/browser_process.h",
85 "+content/public/browser/browser_thread.h",
86 ],
87
88 r"configuration_policy_pref_store_unittest\.cc": [ 83 r"configuration_policy_pref_store_unittest\.cc": [
89 "+chrome/browser/prefs/incognito_mode_prefs.h", 84 "+chrome/browser/prefs/incognito_mode_prefs.h",
90 "+chrome/browser/prefs/proxy_config_dictionary.h", 85 "+chrome/browser/prefs/proxy_config_dictionary.h",
91 "+chrome/common/content_settings.h", 86 "+chrome/common/content_settings.h",
92 "+chrome/common/pref_names.h", 87 "+chrome/common/pref_names.h",
93 ], 88 ],
94 89
95 r"configuration_policy_provider_test\.h": [ 90 r"configuration_policy_provider_test\.h": [
96 "+content/public/test/test_browser_thread.h", 91 "+content/public/test/test_browser_thread.h",
97 ], 92 ],
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 ], 141 ],
147 142
148 r"registry_dict_win_unittest\.cc": [ 143 r"registry_dict_win_unittest\.cc": [
149 "+chrome/common/json_schema/json_schema_constants.h", 144 "+chrome/common/json_schema/json_schema_constants.h",
150 ], 145 ],
151 146
152 r"test/local_policy_test_server\.cc": [ 147 r"test/local_policy_test_server\.cc": [
153 "+chrome/common/chrome_paths.h", 148 "+chrome/common/chrome_paths.h",
154 ], 149 ],
155 } 150 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698