OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/bookmarks/browser", | 2 "+components/bookmarks/browser", |
3 "+components/history/core/browser", | 3 "+components/history/core/browser", |
4 "+components/keyed_service/core", | 4 "+components/keyed_service/core", |
5 "+net/base/registry_controlled_domains/registry_controlled_domain.h", | |
5 "+skia", | 6 "+skia", |
6 "+third_party/skia", | 7 "+third_party/skia", |
8 "+third_party/skia/include", | |
bsalomon
2015/03/25 14:08:59
lgtm
huangs
2015/03/25 14:09:59
Acknowledged.
| |
9 "+ui/gfx", | |
7 ] | 10 ] |
OLD | NEW |