OLD | NEW |
---|---|
(Empty) | |
1 # Please add joi@ or erikwright@ as reviewers for any changes to DEPS files | |
2 # under android_webview/ as they are keeping track of what needs to become a | |
3 # Browser Component. | |
4 | |
5 # Do not add any includes under chrome/ to this DEPS file. Code that depends on | |
6 # chrome/ should go into android_webview/lib/ or be refactored. | |
7 | |
8 include_rules = [ | |
9 "+content/public", | |
10 ] | |
OLD | NEW |