OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-android_webview", | 2 "-android_webview", |
3 "+android_webview/common", | 3 "+android_webview/common", |
4 "+android_webview/renderer", | 4 "+android_webview/renderer", |
5 | 5 |
6 "+components/visitedlink/renderer", | 6 "+components/visitedlink/renderer", |
7 | 7 |
8 "+content/public/renderer", | 8 "+content/public/renderer", |
9 | 9 |
10 "+third_party/WebKit/Source/WebKit/chromium/public", | 10 "+third_party/WebKit/Source/WebKit/chromium/public", |
11 "+third_party/WebKit/Source/Platform/chromium/public", | 11 "+third_party/WebKit/Source/Platform/chromium/public", |
| 12 |
| 13 "+ui/gl/pixel_buffer.h", |
12 ] | 14 ] |
OLD | NEW |