Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/browser", | 2 "+content/public/browser", |
| 3 "+content/public/common", | 3 "+content/public/common", |
| 4 "+extensions/browser", | 4 "+extensions/browser", |
| 5 "+extensions/common", | 5 "+extensions/common", |
| 6 "+ui/base", | 6 "+ui/base", |
| 7 "+ui/gfx", | |
| 8 "+ui/views", | |
| 7 "+third_party/WebKit/public/web", | 9 "+third_party/WebKit/public/web", |
| 8 ] | 10 ] |
| OLD | NEW |