| 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 "+mojo/public", |
| 7 "+third_party/apple_apsl", | 6 "+third_party/apple_apsl", |
| 8 "+third_party/nss", | 7 "+third_party/nss", |
| 9 "+third_party/protobuf/src/google/protobuf", | 8 "+third_party/protobuf/src/google/protobuf", |
| 10 "+third_party/zlib", | 9 "+third_party/zlib", |
| 11 "+sdch/open-vcdiff", | 10 "+sdch/open-vcdiff", |
| 12 "+v8", | 11 "+v8", |
| 13 | 12 |
| 14 # Most of net should not depend on icu, and brotli to keep size down when | 13 # Most of net should not depend on icu, and brotli to keep size down when |
| 15 # built as a library. | 14 # built as a library. |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 ], | 65 ], |
| 67 | 66 |
| 68 "fuzzer_test_support.cc": [ | 67 "fuzzer_test_support.cc": [ |
| 69 "+base/i18n", | 68 "+base/i18n", |
| 70 ], | 69 ], |
| 71 } | 70 } |
| 72 | 71 |
| 73 skip_child_includes = [ | 72 skip_child_includes = [ |
| 74 "third_party", | 73 "third_party", |
| 75 ] | 74 ] |
| OLD | NEW |