| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/grit", # For generated headers | 2 "+chrome/grit", # For generated headers |
| 3 "+chromeos", # For chromeos_switches.h | 3 "+chromeos", # For chromeos_switches.h |
| 4 "+components/autofill/content/common", | 4 "+components/autofill/content/common", |
| 5 "+components/autofill/core/common", | 5 "+components/autofill/core/common", |
| 6 "+components/bookmarks/common", | 6 "+components/bookmarks/common", |
| 7 "+components/cdm/common", |
| 7 "+components/cloud_devices/common", | 8 "+components/cloud_devices/common", |
| 8 "+components/content_settings/core/common", | 9 "+components/content_settings/core/common", |
| 9 "+components/crash/core/common", | 10 "+components/crash/core/common", |
| 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/core", | 14 "+components/dom_distiller/core", |
| 14 "+components/flags_ui/flags_ui_switches.h", | 15 "+components/flags_ui/flags_ui_switches.h", |
| 15 "+components/gcm_driver", | 16 "+components/gcm_driver", |
| 16 "+components/metrics/client_info.h", | 17 "+components/metrics/client_info.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 34 "+grit", # For generated headers. TODO(thestig): Remove. | 35 "+grit", # For generated headers. TODO(thestig): Remove. |
| 35 "+media", | 36 "+media", |
| 36 "+ppapi/c", | 37 "+ppapi/c", |
| 37 "+ppapi/shared_impl", | 38 "+ppapi/shared_impl", |
| 38 "+ppapi/thunk", | 39 "+ppapi/thunk", |
| 39 "+third_party/kasko", | 40 "+third_party/kasko", |
| 40 | 41 |
| 41 # FIXME - refactor code and remove these dependencies | 42 # FIXME - refactor code and remove these dependencies |
| 42 "+chrome/installer", | 43 "+chrome/installer", |
| 43 ] | 44 ] |
| OLD | NEW |