OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/prefs", | 2 "+components/prefs", |
3 "+google_apis/gaia/gaia_urls.h", | 3 "+google_apis/gaia/gaia_urls.h", |
4 "+grit", # For generated headers | 4 "+grit", # For generated headers |
5 "+jni", | 5 "+jni", |
6 "+net", | 6 "+net", |
7 "+third_party/zlib/google", | 7 "+third_party/zlib/google", |
8 "+ui", | 8 "+ui", |
| 9 |
9 # Autofill is a layered component; subdirectories must explicitly introduce | 10 # Autofill is a layered component; subdirectories must explicitly introduce |
10 # the ability to use the content layer as appropriate. | 11 # the ability to use the content layer as appropriate. |
11 "-components/autofill/content", | 12 "-components/autofill/content", |
| 13 |
| 14 # This directory contains build flags and does not pull all of PPAPI in. |
| 15 "+ppapi/features", |
12 ] | 16 ] |
OLD | NEW |