OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webkit/glue/plugins", | 2 "+webkit/glue/plugins", |
3 "+third_party/angleproject", | 3 "+third_party/angle", |
4 "+third_party/npapi", | 4 "+third_party/npapi", |
5 "+../command_buffer", | 5 "+../command_buffer", |
6 "+../client", | 6 "+../client", |
7 "+../common", | 7 "+../common", |
8 "+../service", | 8 "+../service", |
9 | 9 |
10 # For IOSurface and TransportDIB support on OS X, and X11 utilities. | 10 # For IOSurface and TransportDIB support on OS X, and X11 utilities. |
11 "+app", | 11 "+app", |
12 | 12 |
13 # For gfx::PluginWindowHandle | 13 # For gfx::PluginWindowHandle |
14 "+gfx", | 14 "+gfx", |
15 ] | 15 ] |
OLD | NEW |