OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/url_formatter/elide_url.h", | |
Jun Mukai
2015/08/14 17:17:07
I think it's okay to add the entire "components/ur
Miguel Garcia
2015/08/18 16:04:27
Done.
| |
2 "+skia/ext", | 3 "+skia/ext", |
3 "+third_party/skia", | 4 "+third_party/skia", |
4 "+ui/accessibility", | 5 "+ui/accessibility", |
5 "+ui/aura", | 6 "+ui/aura", |
6 "+ui/base", | 7 "+ui/base", |
7 "+ui/compositor", | 8 "+ui/compositor", |
8 "+ui/events", | 9 "+ui/events", |
9 "+ui/gfx", | 10 "+ui/gfx", |
10 "+ui/native_theme", | 11 "+ui/native_theme", |
11 "+ui/resources/grit/ui_resources.h", | 12 "+ui/resources/grit/ui_resources.h", |
12 "+ui/strings/grit/ui_strings.h", | 13 "+ui/strings/grit/ui_strings.h", |
13 "+ui/test", | 14 "+ui/test", |
14 "+ui/views", | 15 "+ui/views", |
15 ] | 16 ] |
OLD | NEW |