| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "+chrome/browser/prefs/incognito_mode_prefs.h", | 84 "+chrome/browser/prefs/incognito_mode_prefs.h", |
| 85 "+chrome/browser/prefs/proxy_config_dictionary.h", | 85 "+chrome/browser/prefs/proxy_config_dictionary.h", |
| 86 "+chrome/common/content_settings.h", | 86 "+chrome/common/content_settings.h", |
| 87 "+chrome/common/pref_names.h", | 87 "+chrome/common/pref_names.h", |
| 88 ], | 88 ], |
| 89 | 89 |
| 90 r"configuration_policy_provider_test\.h": [ | 90 r"configuration_policy_provider_test\.h": [ |
| 91 "+content/public/test/test_browser_thread.h", | 91 "+content/public/test/test_browser_thread.h", |
| 92 ], | 92 ], |
| 93 | 93 |
| 94 r"policy_domain_descriptor\.cc": [ | |
| 95 "+chrome/common/policy/policy_schema.h", | |
| 96 ], | |
| 97 | |
| 98 r"policy_domain_descriptor_unittest\.cc": [ | |
| 99 "+chrome/common/policy/policy_schema.h", | |
| 100 ], | |
| 101 | |
| 102 r"policy_loader_mac\.cc": [ | 94 r"policy_loader_mac\.cc": [ |
| 103 "+chrome/common/chrome_paths.h", | 95 "+chrome/common/chrome_paths.h", |
| 104 "+chrome/common/policy/policy_schema.h", | |
| 105 ], | |
| 106 | |
| 107 r"policy_loader_win\.cc": [ | |
| 108 "+chrome/common/json_schema/json_schema_constants.h", | |
| 109 ], | 96 ], |
| 110 | 97 |
| 111 r"policy_loader_win_unittest\.cc": [ | 98 r"policy_loader_win_unittest\.cc": [ |
| 112 "+chrome/common/chrome_paths.h", | 99 "+chrome/common/chrome_paths.h", |
| 113 "+chrome/common/json_schema/json_schema_constants.h", | |
| 114 ], | 100 ], |
| 115 | 101 |
| 116 r"policy_path_parser_win\.cc": [ | 102 r"policy_path_parser_win\.cc": [ |
| 117 "+chrome/common/chrome_switches.h", | 103 "+chrome/common/chrome_switches.h", |
| 118 ], | 104 ], |
| 119 | 105 |
| 120 r"policy_service_impl_unittest\.cc": [ | 106 r"policy_service_impl_unittest\.cc": [ |
| 121 "+chrome/common/policy/policy_schema.h", | |
| 122 "+content/public/browser/browser_thread.h", | 107 "+content/public/browser/browser_thread.h", |
| 123 "+content/public/test/test_browser_thread_bundle.h", | 108 "+content/public/test/test_browser_thread_bundle.h", |
| 124 ], | 109 ], |
| 125 | 110 |
| 126 r"policy_statistics_collector\.cc": [ | 111 r"policy_statistics_collector\.cc": [ |
| 127 "+chrome/common/pref_names.h", | 112 "+chrome/common/pref_names.h", |
| 128 ], | 113 ], |
| 129 | 114 |
| 130 r"policy_statistics_collector_unittest\.cc": [ | 115 r"policy_statistics_collector_unittest\.cc": [ |
| 131 "+chrome/browser/prefs/browser_prefs.h", | 116 "+chrome/browser/prefs/browser_prefs.h", |
| 132 "+chrome/common/pref_names.h", | 117 "+chrome/common/pref_names.h", |
| 133 ], | 118 ], |
| 134 | 119 |
| 135 r"preg_parser_win_unittest\.cc": [ | 120 r"preg_parser_win_unittest\.cc": [ |
| 136 "+chrome/common/chrome_paths.h", | 121 "+chrome/common/chrome_paths.h", |
| 137 ], | 122 ], |
| 138 | 123 |
| 139 r"registry_dict_win\.cc": [ | |
| 140 "+chrome/common/json_schema/json_schema_constants.h", | |
| 141 ], | |
| 142 | |
| 143 r"registry_dict_win_unittest\.cc": [ | |
| 144 "+chrome/common/json_schema/json_schema_constants.h", | |
| 145 ], | |
| 146 | |
| 147 r"test/local_policy_test_server\.cc": [ | 124 r"test/local_policy_test_server\.cc": [ |
| 148 "+chrome/common/chrome_paths.h", | 125 "+chrome/common/chrome_paths.h", |
| 149 ], | 126 ], |
| 150 } | 127 } |
| OLD | NEW |