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