| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   "+crypto", |   2   "+crypto", | 
|   3   "+gin", |   3   "+gin", | 
|   4   "+jni", |   4   "+jni", | 
|   5   "+mojo/public", |   5   "+mojo/public", | 
|   6   "+third_party/apple_apsl", |   6   "+third_party/apple_apsl", | 
|   7   "+third_party/boringssl/src/include", |   7   "+third_party/boringssl/src/include", | 
|   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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  57     "+mojo/edk", |  57     "+mojo/edk", | 
|  58   ], |  58   ], | 
|  59  |  59  | 
|  60   "brotli_source_stream\.cc": [ |  60   "brotli_source_stream\.cc": [ | 
|  61     "+third_party/brotli", |  61     "+third_party/brotli", | 
|  62   ], |  62   ], | 
|  63  |  63  | 
|  64   "fuzzer_test_support.cc": [ |  64   "fuzzer_test_support.cc": [ | 
|  65     "+base/i18n", |  65     "+base/i18n", | 
|  66   ], |  66   ], | 
 |  67  | 
 |  68   # icu is used in generating accept languages in header. | 
 |  69   "http_util_icu\.cc": [ | 
 |  70     "+third_party/icu/source/common/unicode/uloc.h", | 
 |  71   ], | 
|  67 } |  72 } | 
|  68  |  73  | 
|  69 skip_child_includes = [ |  74 skip_child_includes = [ | 
|  70   "third_party", |  75   "third_party", | 
|  71 ] |  76 ] | 
| OLD | NEW |