OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 "+jni", | |
3 "+third_party/apple_apsl", | 4 "+third_party/apple_apsl", |
4 "+third_party/libevent", | 5 "+third_party/libevent", |
5 "+third_party/nss", | 6 "+third_party/nss", |
6 "+third_party/zlib", | 7 "+third_party/zlib", |
7 "+sdch/open_vcdiff", | 8 "+sdch/open_vcdiff", |
8 ] | 9 ] |
9 | 10 |
10 skip_child_includes = [ | 11 skip_child_includes = [ |
11 "third_party", | 12 "third_party", |
12 "tools/flip_server", | 13 "tools/flip_server", |
13 ] | 14 ] |
OLD | NEW |