| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |