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

Unified Diff: gyp/gpu.gypi

Issue 1410593002: Use common display initialization logic for Unix (Closed) Base URL: https://skia.googlesource.com/skia.git@vbnvpr
Patch Set: minor tidy Created 5 years, 2 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
« no previous file with comments | « no previous file | gyp/views.gyp » ('j') | src/gpu/gl/glx/GrNativeDisplay_glx.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gypi
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index b86e5d4f41ec07d3197464d5081fd108fcf5f752..7de5ef0cea84a40a791ec72afb01533a84010209 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -401,6 +401,10 @@
'<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
'<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp',
'<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm',
+
+ # OS helper files
+ '<(skia_src_path)/gpu/gl/glx/GrNativeDisplay_glx.cpp',
+ '<(skia_src_path)/gpu/gl/glx/GrNativeDisplay_glx.h',
],
'skgpu_mesa_gl_sources': [
'<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
« no previous file with comments | « no previous file | gyp/views.gyp » ('j') | src/gpu/gl/glx/GrNativeDisplay_glx.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698