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", | |
|
sdefresne
2017/05/29 09:30:40
I would instead use the following:
"-ios",
"+
michaeldo
2017/05/30 17:16:24
Done.
| |
| 5 "-ios/clean", | |
| 6 "-ios/web_view", | |
| 7 | |
| 8 # Individual components must explicitly declare their dependencies | |
| 9 # on other components. Cycles in the dependency graph within | |
| 10 # components/ are not allowed. | |
| 11 "-components", | |
| 12 ] | |
| OLD | NEW |