1include_rules = [ 2 # Do not take new base/ dependencies in here. 3 # Please check with bbe@ if you run afoul of this 4 # TODO(crbug.com/1322914): Remove exceptions. 5 "-base", 6 "+base/base_paths.h", 7 "+base/files/file_util.h", 8 "+base/numerics/clamped_math.h", 9 "+base/path_service.h", 10 "+base/supports_user_data.h", 11] 12