Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/prefs", | 2 "+components/prefs", |
| 3 "+components/test_runner", | |
|
dcheng
2017/02/21 21:51:45
Doesn't appear to be used.
| |
| 4 "+components/variations", | 3 "+components/variations", |
| 5 # subresource_filter is a layered component; subdirectories must explicitly | 4 # subresource_filter is a layered component; subdirectories must explicitly |
| 6 # introduce the ability to use non-core layers as appropriate. | 5 # introduce the ability to use non-core layers as appropriate. |
| 7 "-components/subresource_filter/content", | 6 "-components/subresource_filter/content", |
| 8 "+net/base", | 7 "+net/base", |
| 9 "+third_party/flatbuffers", | 8 "+third_party/flatbuffers", |
| 10 "+third_party/protobuf", | 9 "+third_party/protobuf", |
| 11 ] | 10 ] |
| OLD | NEW |