| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/grit", | 2 "+chrome/grit", |
| 3 "+chrome/install_static", |
| 3 "+chromeos", # For chromeos_switches.h | 4 "+chromeos", # For chromeos_switches.h |
| 4 "+components/autofill/content/common", | 5 "+components/autofill/content/common", |
| 5 "+components/autofill/core/common", | 6 "+components/autofill/core/common", |
| 6 "+components/bookmarks/common", | 7 "+components/bookmarks/common", |
| 7 "+components/cast_certificate", | 8 "+components/cast_certificate", |
| 8 "+components/cdm/common", | 9 "+components/cdm/common", |
| 9 "+components/cloud_devices/common", | 10 "+components/cloud_devices/common", |
| 10 "+components/content_settings/core/common", | 11 "+components/content_settings/core/common", |
| 11 "+components/crash/core/common", | 12 "+components/crash/core/common", |
| 12 "+components/crx_file", | 13 "+components/crx_file", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 38 "+third_party/kasko", | 39 "+third_party/kasko", |
| 39 | 40 |
| 40 # FIXME - refactor code and remove these dependencies | 41 # FIXME - refactor code and remove these dependencies |
| 41 "+chrome/installer", | 42 "+chrome/installer", |
| 42 ] | 43 ] |
| 43 specific_include_rules = { | 44 specific_include_rules = { |
| 44 "service_process_util.*": [ | 45 "service_process_util.*": [ |
| 45 "+mojo/edk/embedder", | 46 "+mojo/edk/embedder", |
| 46 ], | 47 ], |
| 47 } | 48 } |
| OLD | NEW |