Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/common", | 2 "+chrome/common", |
| 3 "+skia/ext", | 3 "+skia/ext", |
| 4 | |
| 5 # Allow inclusion of WebKit mac headers. | |
| 6 # This may need to be cleaned up, see http://crbug.com/12149 | |
| 7 "+mac", | |
| 4 ] | 8 ] |
| OLD | NEW |