OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 "+gin/public", | 3 "+gin", |
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/zlib", | 8 "+third_party/zlib", |
9 "+sdch/open-vcdiff", | 9 "+sdch/open-vcdiff", |
10 "+v8", | 10 "+v8", |
11 | 11 |
12 # Most of net should not depend on icu, to keep size down when built as a | 12 # Most of net should not depend on icu, to keep size down when built as a |
13 # library. | 13 # library. |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 ], | 49 ], |
50 "ftp_directory_listing_parser\.cc": [ | 50 "ftp_directory_listing_parser\.cc": [ |
51 "+base/i18n", | 51 "+base/i18n", |
52 ], | 52 ], |
53 } | 53 } |
54 | 54 |
55 skip_child_includes = [ | 55 skip_child_includes = [ |
56 "third_party", | 56 "third_party", |
57 "tools/flip_server", | 57 "tools/flip_server", |
58 ] | 58 ] |
OLD | NEW |