| 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   "-content", | 7   "-content", | 
| 8   "+gpu", | 8   "+gpu", | 
| 9   "+jni", | 9   "+jni", | 
| 10   "+net", | 10   "+net", | 
| 11   "+skia", | 11   "+skia", | 
| 12   "+third_party/libwebp", | 12   "+third_party/libwebp", | 
| 13   "+third_party/skia", | 13   "+third_party/skia", | 
| 14   "+third_party/WebKit/public/web/WebInputEvent.h", | 14   "+third_party/WebKit/public/web/WebInputEvent.h", | 
|  | 15   "+ui/base", | 
| 15   "+ui/events", | 16   "+ui/events", | 
| 16   "+ui/events/android", | 17   "+ui/events/android", | 
| 17   "+ui/events/blink", | 18   "+ui/events/blink", | 
| 18   "+ui/events/gesture_detection", | 19   "+ui/events/gesture_detection", | 
| 19   "+ui/events/gestures/blink", | 20   "+ui/events/gestures/blink", | 
| 20   "+ui/gfx", | 21   "+ui/gfx", | 
| 21   "+ui/gl", | 22   "+ui/gl", | 
| 22   "+ui/platform_window", | 23   "+ui/platform_window", | 
| 23   "+url", | 24   "+url", | 
| 24 | 25 | 
| 25   # TODO(dtrainor): Remove this once Toast uses are removed from Java. | 26   # TODO(dtrainor): Remove this once Toast uses are removed from Java. | 
| 26   "!ui/android", | 27   "!ui/android", | 
| 27 ] | 28 ] | 
| OLD | NEW | 
|---|