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. | |
darin (slow to review)
2013/05/28 21:29:04
note for the future: it seems like it'd be handy
| |
5 "-base", | |
6 "-build", | |
7 "-googleurl", | |
8 "-library_loaders", | |
9 "-testing", | |
10 "-third_party/icu/public", | |
11 ] | |
OLD | NEW |