| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "+chrome/common/pref_names.h", | 67 "+chrome/common/pref_names.h", |
| 68 ], | 68 ], |
| 69 | 69 |
| 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_domain_descriptor\.cc": [ | |
| 78 "+chrome/common/policy/policy_schema.h", | |
| 79 ], | |
| 80 | |
| 81 r"policy_domain_descriptor_unittest\.cc": [ | |
| 82 "+chrome/common/policy/policy_schema.h", | |
| 83 ], | |
| 84 | |
| 85 r"policy_loader_mac\.cc": [ | |
| 86 "+chrome/common/policy/policy_schema.h", | |
| 87 ], | |
| 88 | |
| 89 r"policy_loader_win\.cc": [ | |
| 90 "+chrome/common/json_schema/json_schema_constants.h", | |
| 91 ], | |
| 92 | |
| 93 r"policy_loader_win_unittest\.cc": [ | 77 r"policy_loader_win_unittest\.cc": [ |
| 94 "+chrome/common/chrome_paths.h", | 78 "+chrome/common/chrome_paths.h", |
| 95 "+chrome/common/json_schema/json_schema_constants.h", | |
| 96 ], | 79 ], |
| 97 | 80 |
| 98 r"policy_path_parser_win\.cc": [ | 81 r"policy_path_parser_win\.cc": [ |
| 99 "+chrome/common/chrome_switches.h", | 82 "+chrome/common/chrome_switches.h", |
| 100 ], | 83 ], |
| 101 | 84 |
| 102 r"policy_service_impl_unittest\.cc": [ | 85 r"policy_service_impl_unittest\.cc": [ |
| 103 "+chrome/common/policy/policy_schema.h", | |
| 104 "+content/public/browser/browser_thread.h", | 86 "+content/public/browser/browser_thread.h", |
| 105 "+content/public/test/test_browser_thread_bundle.h", | 87 "+content/public/test/test_browser_thread_bundle.h", |
| 106 ], | 88 ], |
| 107 | 89 |
| 108 r"policy_statistics_collector\.cc": [ | 90 r"policy_statistics_collector\.cc": [ |
| 109 "+chrome/common/pref_names.h", | 91 "+chrome/common/pref_names.h", |
| 110 ], | 92 ], |
| 111 | 93 |
| 112 r"policy_statistics_collector_unittest\.cc": [ | 94 r"policy_statistics_collector_unittest\.cc": [ |
| 113 "+chrome/browser/prefs/browser_prefs.h", | 95 "+chrome/browser/prefs/browser_prefs.h", |
| 114 "+chrome/common/pref_names.h", | 96 "+chrome/common/pref_names.h", |
| 115 ], | 97 ], |
| 116 | 98 |
| 117 r"preg_parser_win_unittest\.cc": [ | 99 r"preg_parser_win_unittest\.cc": [ |
| 118 "+chrome/common/chrome_paths.h", | 100 "+chrome/common/chrome_paths.h", |
| 119 ], | 101 ], |
| 120 | 102 |
| 121 r"registry_dict_win\.cc": [ | |
| 122 "+chrome/common/json_schema/json_schema_constants.h", | |
| 123 ], | |
| 124 | |
| 125 r"registry_dict_win_unittest\.cc": [ | |
| 126 "+chrome/common/json_schema/json_schema_constants.h", | |
| 127 ], | |
| 128 | |
| 129 r"test/local_policy_test_server\.cc": [ | 103 r"test/local_policy_test_server\.cc": [ |
| 130 "+chrome/common/chrome_paths.h", | 104 "+chrome/common/chrome_paths.h", |
| 131 ], | 105 ], |
| 132 } | 106 } |
| OLD | NEW |