Chromium Code Reviews

Side by Side Diff: gpu/DEPS

Issue 2956005: Adds MapBufferSubData and MapTexSubImage2D.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « no previous file | gpu/GLES2/gles2_command_buffer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+webkit/glue/plugins", 2 "+webkit/glue/plugins",
3 "+third_party/angle", 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 "+../GLES2",
8 "+../service", 9 "+../service",
9 10
10 # For IOSurface and TransportDIB support on OS X, and X11 utilities. 11 # For IOSurface and TransportDIB support on OS X, and X11 utilities.
11 "+app", 12 "+app",
12 13
13 # For gfx::PluginWindowHandle 14 # For gfx::PluginWindowHandle
14 "+gfx", 15 "+gfx",
15 ] 16 ]
OLDNEW
« no previous file with comments | « no previous file | gpu/GLES2/gles2_command_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine