| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+crypto", | 2 "+crypto", |
| 3 "+gin", | 3 "+gin", |
| 4 "+jni", | 4 "+jni", |
| 5 "+mojo/common", |
| 6 "+mojo/public", |
| 5 "+third_party/apple_apsl", | 7 "+third_party/apple_apsl", |
| 6 "+third_party/libevent", | 8 "+third_party/libevent", |
| 7 "+third_party/nss", | 9 "+third_party/nss", |
| 8 "+third_party/zlib", | 10 "+third_party/zlib", |
| 9 "+sdch/open-vcdiff", | 11 "+sdch/open-vcdiff", |
| 10 "+v8", | 12 "+v8", |
| 11 | 13 |
| 12 # Most of net should not depend on icu, to keep size down when built as a | 14 # Most of net should not depend on icu, to keep size down when built as a |
| 13 # library. | 15 # library. |
| 14 "-base/i18n", | 16 "-base/i18n", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 ], | 51 ], |
| 50 "ftp_directory_listing_parser\.cc": [ | 52 "ftp_directory_listing_parser\.cc": [ |
| 51 "+base/i18n", | 53 "+base/i18n", |
| 52 ], | 54 ], |
| 53 } | 55 } |
| 54 | 56 |
| 55 skip_child_includes = [ | 57 skip_child_includes = [ |
| 56 "third_party", | 58 "third_party", |
| 57 "tools/flip_server", | 59 "tools/flip_server", |
| 58 ] | 60 ] |
| OLD | NEW |