Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+grit/app_locale_settings.h", | |
| 3 "+grit/native_theme_resources.h", | |
| 4 "+grit/ui_resources.h", | |
| 5 "+grit/ui_strings.h", | |
| 6 "+grit/ui_unscaled_resources.h", | |
| 7 "+jni", | |
| 8 "+net", | |
| 9 "+skia", | |
| 10 "+third_party/mozilla", | |
| 11 "+third_party/skia", | |
| 12 | |
| 13 # Components within ui must state their dependencies explicitly. | 2 # Components within ui must state their dependencies explicitly. |
| 14 "-ui", | 3 "-ui", |
| 15 ] | 4 ] |
| OLD | NEW |