Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # Do not add ios/chrome/ or ios/web_view as an allowed include. Please see | |
| 3 # ios/components/README. | |
| 4 "-ios/chrome", | |
|
Eugene But (OOO till 7-30)
2017/05/26 14:18:09
"-ios/clean", ?
michaeldo
2017/05/26 17:19:05
Done.
| |
| 5 "-ios/web_view", | |
| 6 | |
| 7 # Individual components must explicitly declare their dependencies | |
| 8 # on other components. Cycles in the dependency graph within | |
| 9 # components/ are not allowed. | |
| 10 "-components", | |
| 11 ] | |
| OLD | NEW |