OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |