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 |
|
Robert Sesek
2015/08/18 14:20:16
Comment seems obsolte.
| |
| 2 # dependencies to a minimal set. | 2 # dependencies to a minimal set. |
| 3 include_rules = [ | 3 include_rules = [ |
| 4 "-components", | 4 "-components", |
| 5 "+components/variations", | 5 "+components/crash_keys", |
| 6 "-net", | 6 "-net", |
| 7 "+third_party/mt19937ar", | |
| 8 ] | 7 ] |
| OLD | NEW |