| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2   "+base", | 2   "+base", | 
| 3   "+cc", | 3   "+cc", | 
| 4   "-cc/blink", | 4   "-cc/blink", | 
| 5   "-chrome", | 5   "-chrome", | 
| 6   "+components/safe_json", | 6   "+components/safe_json", | 
| 7   "+components/url_formatter", | 7   "+components/url_formatter", | 
| 8   "+components/version_info", | 8   "+components/version_info", | 
|  | 9   "+components/sync/android", | 
| 9   "-content", | 10   "-content", | 
| 10   "+google_apis/gaia", | 11   "+google_apis/gaia", | 
| 11   "+gpu", | 12   "+gpu", | 
| 12   "+jni", | 13   "+jni", | 
| 13   "+net", | 14   "+net", | 
| 14   "+third_party/WebKit/public/web/WebInputEvent.h", | 15   "+third_party/WebKit/public/web/WebInputEvent.h", | 
| 15   "+ui/android", | 16   "+ui/android", | 
| 16   "+ui/base/ime/text_input_type.h", | 17   "+ui/base/ime/text_input_type.h", | 
| 17   "+ui/events", | 18   "+ui/events", | 
| 18   "+ui/events/android", | 19   "+ui/events/android", | 
| 19   "+ui/events/blink", | 20   "+ui/events/blink", | 
| 20   "+ui/events/gesture_detection", | 21   "+ui/events/gesture_detection", | 
| 21   "+ui/events/gestures/blink", | 22   "+ui/events/gestures/blink", | 
| 22   "+ui/gfx", | 23   "+ui/gfx", | 
| 23   "+ui/gl", | 24   "+ui/gl", | 
| 24   "+ui/platform_window", | 25   "+ui/platform_window", | 
| 25   "+url", | 26   "+url", | 
| 26 ] | 27 ] | 
| OLD | NEW | 
|---|