DEPS revision effb81e5f8246d0db0270817048dc992db66e9fb
1include_rules = [
2  "+components/keyed_service/core",
3  "+components/os_crypt",
4  "+components/webdata/common",
5  "+crypto",
6  "+google_apis/gaia",
7  "+grit",  # For generated headers
8  "+net",
9  "+sql",
10  # Signin is a layered component; subdirectories must explicitly introduce
11  # the ability to use the content layer as appropriate.
12  "-components/signin/content",
13  "-content/public/common",
14  "-ipc",
15]
16