Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # Bookmarks is a component that is not allowed to uses content/ so that it | |
| 3 # can be used by embedder that don't use content/ (Chrome on iOS). | |
|
blundell
2014/04/10 13:20:19
I would say "so that it can be shared on iOS."
sdefresne
2014/04/10 15:07:45
Done.
| |
| 4 "-content", | |
| 5 ] | |
| OLD | NEW |