1 # The //chrome/browser/policy code is being converted into a component at 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 4 # be moved, and this file will be removed. 5 # http://crbug.com/271392 6 7 include_rules = [ 8 "-chrome", 9 "-chromeos", 10 "-content", 11 "+chrome/browser/policy", 12 ] 13 14 specific_include_rules = { 15 r"local_policy_test_server\.cc": [ 16 "+chrome/common/chrome_paths.h", 17 ], 18 } 19