| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   "+base", |   2   "+base", | 
|   3   "+cc", |   3   "+cc", | 
|   4   "-chrome", |   4   "-chrome", | 
 |   5   "+components/metrics", | 
 |   6   "+components/pref_registry", | 
 |   7   "+components/prefs", | 
|   5   "+components/version_info", |   8   "+components/version_info", | 
|   6   "+components/web_cache/renderer", |   9   "+components/web_cache/renderer", | 
|   7   "+content/public", |  10   "+content/public", | 
|   8   "+mojo/public", |  11   "+mojo/public", | 
|   9   "+net", |  12   "+net", | 
|  10   "+third_party/blimp_fonts", |  13   "+third_party/blimp_fonts", | 
|  11   "+third_party/khronos/GLES2/gl2.h", |  14   "+third_party/khronos/GLES2/gl2.h", | 
|  12   "+third_party/WebKit/public/web/WebInputEvent.h", |  15   "+third_party/WebKit/public/web/WebInputEvent.h", | 
|  13   "+ui/aura", |  16   "+ui/aura", | 
|  14   "+ui/base", |  17   "+ui/base", | 
|  15   "+ui/compositor", |  18   "+ui/compositor", | 
|  16   "+ui/display", |  19   "+ui/display", | 
|  17   "+ui/events", |  20   "+ui/events", | 
|  18   "+ui/gfx", |  21   "+ui/gfx", | 
|  19   "+ui/platform_window", |  22   "+ui/platform_window", | 
|  20   "+ui/resources", |  23   "+ui/resources", | 
|  21   "+ui/wm", |  24   "+ui/wm", | 
|  22 ] |  25 ] | 
| OLD | NEW |