OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 "+dbus", | 3 "+dbus", |
4 "+jni", | 4 "+jni", |
5 "+third_party/apple_apsl", | 5 "+third_party/apple_apsl", |
6 "+third_party/libevent", | 6 "+third_party/libevent", |
7 "+third_party/nss", | 7 "+third_party/nss", |
8 "+third_party/smhasher", | |
rvargas (doing something else)
2013/02/06 03:28:40
I'm fine with switching to murmur, but I have the
gavinp
2013/02/08 23:17:51
Well, there's different versions for different arc
| |
8 "+third_party/zlib", | 9 "+third_party/zlib", |
9 "+sdch/open-vcdiff", | 10 "+sdch/open-vcdiff", |
10 "+v8", | 11 "+v8", |
11 ] | 12 ] |
12 | 13 |
13 skip_child_includes = [ | 14 skip_child_includes = [ |
14 "third_party", | 15 "third_party", |
15 "tools/flip_server", | 16 "tools/flip_server", |
16 ] | 17 ] |
OLD | NEW |