diff options
Diffstat (limited to 'cc/test/DEPS')
-rw-r--r-- | cc/test/DEPS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cc/test/DEPS b/cc/test/DEPS index 8f04cc2..611de1b 100644 --- a/cc/test/DEPS +++ b/cc/test/DEPS @@ -1,5 +1,7 @@ include_rules = [ + "+gpu/command_buffer/client/gl_in_process_context.h", + "+gpu/command_buffer/client/gles2_implementation.h", "+gpu/command_buffer/client/gles2_interface_stub.h", - # TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D - "+webkit/common/gpu", + "+gpu/command_buffer/client/gles2_lib.h", + "+gpu/skia_bindings/gl_bindings_skia_cmd_buffer.h", ] |