Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # Android specific code is not considered blocking for the componentization of | |
| 3 # chrome/browser/history, so it is allowed to use chrome/browser and | |
| 4 # components/. | |
| 5 "+chrome/browser", | |
| 6 "+components/bookmarks/browser", | |
| 7 ] | |
| OLD | NEW |