OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 # Bookmarks is a component that is not allowed to uses content/ so that it | 2 # Bookmarks is a component that is not allowed to uses content/ so that it |
3 # can be shared on iOS. | 3 # can be shared on iOS. |
4 "-content", | 4 "-content", |
5 "+components/favicon_base", | |
blundell
2014/04/28 12:58:04
You need to add all the necessary dependencies at
| |
6 "+components/query_parser", | |
7 "+components/startup_metric_utils", | |
5 "+components/user_prefs", | 8 "+components/user_prefs", |
9 "+grit/component_strings.h", | |
10 "+net/base", | |
6 "+ui", | 11 "+ui", |
7 ] | 12 ] |
OLD | NEW |