Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: gpu/gpu.gyp

Issue 1688163002: command_buffer: Implement glGetStringi for GL ES 3.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@command-buffer-generator-int-types
Patch Set: eh3 Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 25487b0979a763bd2610f8296b0bb71fb01aa346..eaef6eea98bfd92346e041a240bc4d6aad40a438 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -366,6 +366,7 @@
'command_buffer/tests/gl_program_unittest.cc',
'command_buffer/tests/gl_query_unittest.cc',
'command_buffer/tests/gl_readback_unittest.cc',
+ 'command_buffer/tests/gl_request_extension_unittest.cc',
'command_buffer/tests/gl_shared_resources_unittest.cc',
'command_buffer/tests/gl_stream_draw_unittest.cc',
'command_buffer/tests/gl_test_utils.cc',
@@ -421,6 +422,7 @@
'type': 'shared_library',
'dependencies': [
'../base/base.gyp:base',
+ '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
'../gpu/gpu.gyp:command_buffer_service',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',

Powered by Google App Engine
This is Rietveld 408576698