Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # This component is shared with the Chrome OS build, so it's important to limit | 1 # This component is shared with the Chrome OS build, so it's important to limit |
| 2 # dependencies to a minimal set. | 2 # dependencies to a minimal set. |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 "-components", | 4 "-components", |
| 5 "+components/crash/core", | 5 "+components/crash", |
|
Sidney San Martín
2016/07/13 16:45:23
I'm not sure if this is the right move here — what
Robert Sesek
2016/07/13 20:40:58
I don't see any other layered components (those wi
Sidney San Martín
2016/07/13 21:11:52
Done.
| |
| 6 "-net", | 6 "-net", |
| 7 ] | 7 ] |
| OLD | NEW |