| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # In order to meet synchronous renderer requirements we need to make direct | 2 # In order to meet synchronous renderer requirements we need to make direct |
| 3 # calls from android_webview/browser/in_process into some APIs that logically | 3 # calls from android_webview/browser/in_process into some APIs that logically |
| 4 # live in the renderer side. | 4 # live in the renderer side. |
| 5 "+android_webview/renderer/aw_content_renderer_client.h", | 5 "+android_webview/renderer/aw_content_renderer_client.h", |
| 6 "+content/public/renderer/android", | 6 "+content/public/renderer/android", |
| 7 # Include joth@chromium.org on the review for any additions to this file. | 7 # Include joth@chromium.org on the review for any additions to this file. |
| 8 |
| 9 # Temporary until existing browser compositor path is removed. |
| 10 "+android_webview/renderer/aw_render_view_ext.h", |
| 8 ] | 11 ] |
| OLD | NEW |