OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+google_apis/gaia/gaia_urls.h", | 2 "+google_apis/gaia/gaia_urls.h", |
3 "+grit", # For generated headers | 3 "+grit", # For generated headers |
4 "+jni", | 4 "+jni", |
5 "+net", | 5 "+net", |
6 # Allow inclusion of WebKit API files. | |
7 "+third_party/WebKit/public/platform", | |
8 "+third_party/WebKit/Source/WebKit/chromium", | |
9 "+ui", | 6 "+ui", |
| 7 # Autofill is a layered component; subdirectories must explicitly introduce |
| 8 # the ability to use the content layer as appropriate. |
| 9 "-content/public/common", |
10 ] | 10 ] |
OLD | NEW |