Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+grit/ui_resources.h", | 2 "+grit/ui_resources.h", |
| 3 "+grit/ui_resources_standard.h", | 3 "+grit/ui_resources_standard.h", |
| 4 "+grit/ui_resources_large.h", | 4 "+grit/ui_resources_large.h", |
| 5 "+grit/ui_strings.h", | 5 "+grit/ui_strings.h", |
| 6 "+skia/ext", | 6 "+skia/ext", |
| 7 "+net", | 7 "+net", |
| 8 "+ui", | 8 "+ui", |
| 9 "+views", | 9 "+views", |
| 10 "+webkit/glue", | |
|
Ben Goodger (Google)
2011/10/16 22:39:51
add a comment here to note that this isn't an invi
piman
2011/10/19 17:53:23
In this patch I actually separated the compositor
| |
| 10 ] | 11 ] |
| OLD | NEW |