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