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 "+content/public", | |
jochen (gone - plz use gerrit)
2015/05/06 12:58:48
you shouldn't depend on all of content/public, but
huangs
2015/05/06 22:45:14
Done.
| |
5 "+skia", | 6 "+skia", |
6 "+third_party/skia", | 7 "+third_party/skia", |
7 "+third_party/skia/include", | 8 "+third_party/skia/include", |
8 "+ui/gfx", | 9 "+ui/gfx", |
9 ] | 10 ] |
OLD | NEW |