| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Generated files | 2 # Generated files |
| 3 "+js2webui/chrome/test/data", | 3 "+js2webui/chrome/test/data", |
| 4 | 4 |
| 5 "+sync/js", | 5 "+sync/js", |
| 6 "+sync/internal_api/public/util/weak_handle.h", | 6 "+sync/internal_api/public/util/weak_handle.h", |
| 7 "+sync/internal_api/public/events", |
| 7 | 8 |
| 8 # Other libraries. | 9 # Other libraries. |
| 9 "+device/bluetooth", | 10 "+device/bluetooth", |
| 10 "+device/nfc", | 11 "+device/nfc", |
| 11 "+third_party/angle", # For ANGLE version. | 12 "+third_party/angle", # For ANGLE version. |
| 12 "+third_party/zlib/zlib.h", # For compression level constants. | 13 "+third_party/zlib/zlib.h", # For compression level constants. |
| 13 | 14 |
| 14 # DOM Distiller. | 15 # DOM Distiller. |
| 15 "+components/dom_distiller/core", | 16 "+components/dom_distiller/core", |
| 16 "+components/dom_distiller/webui", | 17 "+components/dom_distiller/webui", |
| 17 ] | 18 ] |
| OLD | NEW |