Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Remove DEPS allowed by ui/base | 2 # Remove DEPS allowed by ui/base |
| 3 "-grit", | 3 "-grit", |
| 4 "-jni", | 4 "-jni", |
| 5 "-net", | 5 "-net", |
| 6 "-skia", | 6 "-skia", |
| 7 "-third_party", | 7 "-third_party", |
| 8 "-ui", | 8 "-ui", |
| 9 | 9 |
| 10 "+ui/base/ui_features.h", # Features header doesn't bring in all of UI. | |
| 10 "+ui/events", | 11 "+ui/events", |
| 11 ] | 12 ] |
| OLD | NEW |