OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 # Required for SynchronousCompositor (in --single-process mode only). | 2 # Required for SynchronousCompositor (in --single-process mode only). |
3 "+content/public/renderer/android", | 3 "+content/public/renderer/android", |
joth
2013/05/31 20:57:47
could you nix /android here too, for consistency?
jdduke (slow)
2013/06/04 15:46:23
Done.
| |
4 "+content/renderer/android", | 4 "+content/renderer", |
5 # Include joth@chromium.org on the review for any additions to this file. | 5 # Include joth@chromium.org on the review for any additions to this file. |
6 ] | 6 ] |
OLD | NEW |