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

Unified Diff: gyp/gpu.gypi

Issue 1306823003: skia: add ability to load command_buffer_gles2 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: delete the display Created 5 years, 4 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: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 3e08a5055f8435d6b7afca60cf0ecc877c501a81..c336cbba6411708cc7aca306eba03a8d448c66f6 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -434,6 +434,11 @@
'<(skia_include_path)/gpu/gl/angle/SkANGLEGLContext.h',
'<(skia_src_path)/gpu/gl/angle/SkANGLEGLContext.cpp',
],
+ 'skgpu_command_buffer_gl_sources': [
+ # Sk files
+ '<(skia_include_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
+ '<(skia_src_path)/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp',
+ ],
'skgpu_debug_gl_sources': [
'<(skia_src_path)/gpu/gl/debug/GrGLCreateDebugInterface.cpp',
'<(skia_src_path)/gpu/gl/debug/GrFakeRefObj.h',

Powered by Google App Engine
This is Rietveld 408576698