| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/grit", # For generated headers | 2 "+chrome/grit", # For generated headers |
| 3 "+components/autofill/content/common", | 3 "+components/autofill/content/common", |
| 4 "+components/autofill/content/public/interfaces", |
| 4 "+components/autofill/content/renderer", | 5 "+components/autofill/content/renderer", |
| 5 "+components/autofill/core/common", | 6 "+components/autofill/core/common", |
| 6 "+components/cdm/renderer", | 7 "+components/cdm/renderer", |
| 7 "+components/content_settings/content/common", | 8 "+components/content_settings/content/common", |
| 8 "+components/content_settings/core/common", | 9 "+components/content_settings/core/common", |
| 9 "+components/contextual_search/renderer", | 10 "+components/contextual_search/renderer", |
| 10 "+components/crx_file", | 11 "+components/crx_file", |
| 11 "+components/data_reduction_proxy/content/common", | 12 "+components/data_reduction_proxy/content/common", |
| 12 "+components/data_reduction_proxy/core/common", | 13 "+components/data_reduction_proxy/core/common", |
| 13 "+components/dom_distiller/content/common", | 14 "+components/dom_distiller/content/common", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 43 "+extensions/renderer", | 44 "+extensions/renderer", |
| 44 "+gin", | 45 "+gin", |
| 45 "+grit", # For generated headers. TODO(thestig): Remove. | 46 "+grit", # For generated headers. TODO(thestig): Remove. |
| 46 "+media/base", | 47 "+media/base", |
| 47 "+ppapi/c", | 48 "+ppapi/c", |
| 48 "+ppapi/shared_impl", | 49 "+ppapi/shared_impl", |
| 49 "+services/shell/public/cpp", | 50 "+services/shell/public/cpp", |
| 50 "+skia", | 51 "+skia", |
| 51 "+storage/common", | 52 "+storage/common", |
| 52 ] | 53 ] |
| OLD | NEW |