| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps/app_shim", # For app shim messages. | |
| 3 "+breakpad", # For Breakpad constants. | 2 "+breakpad", # For Breakpad constants. |
| 4 "+chrome/grit", # For generated headers | 3 "+chrome/grit", # For generated headers |
| 5 "+chromeos", # For chromeos_switches.h | 4 "+chromeos", # For chromeos_switches.h |
| 6 "+components/autofill/content/common", | 5 "+components/autofill/content/common", |
| 7 "+components/autofill/core/common", | 6 "+components/autofill/core/common", |
| 8 "+components/bookmarks/common", | 7 "+components/bookmarks/common", |
| 9 "+components/cloud_devices/common", | 8 "+components/cloud_devices/common", |
| 10 "+components/content_settings/core/common", | 9 "+components/content_settings/core/common", |
| 11 "+components/crx_file", | 10 "+components/crx_file", |
| 12 "+components/data_reduction_proxy/common", | 11 "+components/data_reduction_proxy/common", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 23 "+google_apis/gaia", # For gaia_switches.h | 22 "+google_apis/gaia", # For gaia_switches.h |
| 24 "+grit", # For generated headers. TODO(thestig): Remove. | 23 "+grit", # For generated headers. TODO(thestig): Remove. |
| 25 "+media", | 24 "+media", |
| 26 "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h", | 25 "+ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h", |
| 27 "+ppapi/shared_impl", | 26 "+ppapi/shared_impl", |
| 28 "+remoting/client/plugin", | 27 "+remoting/client/plugin", |
| 29 | 28 |
| 30 # FIXME - refactor code and remove these dependencies | 29 # FIXME - refactor code and remove these dependencies |
| 31 "+chrome/installer", | 30 "+chrome/installer", |
| 32 ] | 31 ] |
| OLD | NEW |