Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/browser", # For out of process profile import. | 2 "+chrome/browser", # For out of process profile import. |
| 3 # TODO(jam): remove this once all of chrome doesn't depend on content/common. | |
| 4 "-content/common", | |
| 3 "+content/public/utility", | 5 "+content/public/utility", |
| 4 "+webkit/glue", | 6 "+webkit/glue", |
| 5 ] | 7 ] |
| OLD | NEW |