| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-android_webview", | 2 "-android_webview", |
| 3 "+android_webview/common", | 3 "+android_webview/common", |
| 4 | 4 |
| 5 # TODO(sgurun) remove these deps after crbug.com/322276 is resolved | 5 # TODO(sgurun) remove these deps after crbug.com/322276 is resolved |
| 6 "+components/printing/common", |
| 6 "+printing", | 7 "+printing", |
| 7 "+third_party/WebKit/public/web/WebPrintScalingOption.h", | 8 "+third_party/WebKit/public/web/WebPrintScalingOption.h", |
| 8 "+ui/gfx/native_widget_types.h", | 9 "+ui/gfx/native_widget_types.h", |
| 9 "+ui/gfx/rect.h", | 10 "+ui/gfx/rect.h", |
| 10 "+ui/gfx/size.h", | 11 "+ui/gfx/size.h", |
| 11 | 12 |
| 12 "+ui/gl/gpu_memory_buffer.h", | 13 "+ui/gl/gpu_memory_buffer.h", |
| 13 ] | 14 ] |
| OLD | NEW |