Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # The public interfaces cannot reference Chromium code, so all allowances | |
| 3 # that the top-level DEPS file introduces are removed here. This list should | |
| 4 # be kept in sync with src/DEPS. | |
| 5 "-base", | |
| 6 "-build", | |
| 7 "-library_loaders", | |
| 8 "-testing", | |
| 9 "-third_party/icu/source/common/unicode", | |
| 10 "-third_party/icu/source/i18n/unicode", | |
| 11 "-url", | |
| 12 ] | |
| OLD | NEW |