| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/autofill/content/renderer", | 2 "+components/autofill/content/renderer", |
| 3 "+components/autofill/core/common", | 3 "+components/autofill/core/common", |
| 4 "+components/visitedlink/renderer", | 4 "+components/visitedlink/renderer", |
| 5 "+content/public/renderer", | 5 "+content/public/renderer", |
| 6 "+extensions/common", | 6 "+extensions/common", |
| 7 "+grit", # For generated headers | 7 "+grit", # For generated headers |
| 8 "+media/base", # For initializing media library and media switches. | 8 "+media/base", # For initializing media library and media switches. |
| 9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. | 9 "+ppapi/native_client/src/trusted/plugin/nacl_entry_points.h", # For NaCl reg
istration. |
| 10 "+ppapi/c", | 10 "+ppapi/c", |
| 11 "+ppapi/proxy", | 11 "+ppapi/proxy", |
| 12 "+ppapi/shared_impl", | 12 "+ppapi/shared_impl", |
| 13 "+sandbox/win/src", | 13 "+sandbox/win/src", |
| 14 "+skia", | 14 "+skia", |
| 15 | 15 |
| 16 "+webkit/common", | 16 "+webkit/common", |
| 17 "+webkit/glue", | 17 "+webkit/glue", |
| 18 "+webkit/glue/plugins", | 18 "+webkit/glue/plugins", |
| 19 "+webkit/plugins", | 19 "+webkit/plugins", |
| 20 "+webkit/renderer", | 20 "+webkit/renderer", |
| 21 | 21 |
| 22 "+third_party/cld/encodings/compact_lang_det/win", | |
| 23 "+third_party/npapi/bindings", | 22 "+third_party/npapi/bindings", |
| 24 "+third_party/re2", | 23 "+third_party/re2", |
| 25 "+third_party/smhasher", | 24 "+third_party/smhasher", |
| 26 "+third_party/sqlite", | 25 "+third_party/sqlite", |
| 27 "+third_party/widevine", | 26 "+third_party/widevine", |
| 28 ] | 27 ] |
| OLD | NEW |