| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+crypto", | 2 "+crypto", |
| 3 "+gin", | 3 "+gin", |
| 4 "+jni", | 4 "+jni", |
| 5 "+mojo/common", | 5 "+mojo/common", |
| 6 "+third_party/apple_apsl", | 6 "+third_party/apple_apsl", |
| 7 "+third_party/mojo/src/mojo/public", | 7 "+third_party/mojo/src/mojo/public", |
| 8 "+third_party/nss", | 8 "+third_party/nss", |
| 9 "+third_party/protobuf/src/google/protobuf", | 9 "+third_party/protobuf/src/google/protobuf", |
| 10 "+third_party/zlib", | 10 "+third_party/zlib", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 | 47 |
| 48 "ftp_util\.cc": [ | 48 "ftp_util\.cc": [ |
| 49 "+base/i18n", | 49 "+base/i18n", |
| 50 "+third_party/icu", | 50 "+third_party/icu", |
| 51 ], | 51 ], |
| 52 "ftp_directory_listing_parser\.cc": [ | 52 "ftp_directory_listing_parser\.cc": [ |
| 53 "+base/i18n", | 53 "+base/i18n", |
| 54 ], | 54 ], |
| 55 | 55 |
| 56 "run_all_unittests\.cc": [ | 56 "run_all_unittests\.cc": [ |
| 57 "+mojo/edk", |
| 57 "+third_party/mojo/src/mojo/edk", | 58 "+third_party/mojo/src/mojo/edk", |
| 58 ], | 59 ], |
| 59 } | 60 } |
| 60 | 61 |
| 61 skip_child_includes = [ | 62 skip_child_includes = [ |
| 62 "third_party", | 63 "third_party", |
| 63 "tools/flip_server", | 64 "tools/flip_server", |
| 64 ] | 65 ] |
| OLD | NEW |