| 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/skia", |
| 7 "+third_party/zlib/google", | 8 "+third_party/zlib/google", |
| 8 "+ui", | 9 "+ui", |
| 9 | 10 |
| 10 # Autofill is a layered component; subdirectories must explicitly introduce | 11 # Autofill is a layered component; subdirectories must explicitly introduce |
| 11 # the ability to use the content layer as appropriate. | 12 # the ability to use the content layer as appropriate. |
| 12 "-components/autofill/content", | 13 "-components/autofill/content", |
| 13 | 14 |
| 14 # This directory contains build flags and does not pull all of PPAPI in. | 15 # This directory contains build flags and does not pull all of PPAPI in. |
| 15 "+ppapi/features", | 16 "+ppapi/features", |
| 16 ] | 17 ] |
| OLD | NEW |