Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # Allow access to render_widget_host_impl.h for testing with event sending. | |
| 3 "+content/browser/renderer_host", | |
| 4 # Allow access to synthetic touch event generation. | |
| 5 "+content/common/input", | |
| 6 ]; | |
| OLD | NEW |