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

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

Issue 23653044: Move prefs::kLastPolicyStatisticsUpdate to the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/policy_statistics_collector.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 # 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 r"configuration_policy_pref_store_unittest\.cc": [ 70 r"configuration_policy_pref_store_unittest\.cc": [
71 "+chrome/browser/prefs/incognito_mode_prefs.h", 71 "+chrome/browser/prefs/incognito_mode_prefs.h",
72 "+chrome/browser/prefs/proxy_config_dictionary.h", 72 "+chrome/browser/prefs/proxy_config_dictionary.h",
73 "+chrome/common/content_settings.h", 73 "+chrome/common/content_settings.h",
74 "+chrome/common/pref_names.h", 74 "+chrome/common/pref_names.h",
75 ], 75 ],
76 76
77 r"policy_path_parser_win\.cc": [ 77 r"policy_path_parser_win\.cc": [
78 "+chrome/common/chrome_switches.h", 78 "+chrome/common/chrome_switches.h",
79 ], 79 ],
80
81 r"policy_statistics_collector\.cc": [
82 "+chrome/common/pref_names.h",
83 ],
84
85 r"policy_statistics_collector_unittest\.cc": [
86 "+chrome/browser/prefs/browser_prefs.h",
87 "+chrome/common/pref_names.h",
88 ],
89 } 80 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/policy_statistics_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698