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

Unified Diff: gyp/views.gyp

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
Index: gyp/views.gyp
diff --git a/gyp/views.gyp b/gyp/views.gyp
index 83ce3775349964cf0f57cbdb946921bf3eb1f43a..6740ed8be9a0b7241136b9486cdcf42369279d47 100644
--- a/gyp/views.gyp
+++ b/gyp/views.gyp
@@ -127,6 +127,8 @@
'../src/views/unix/SkOSWindow_Unix.cpp',
'../src/views/unix/keysym2ucs.c',
'../src/views/unix/skia_unix.cpp',
+ '../src/gpu/gl/glx/GrNativeDisplay_glx.h',
+ '../src/gpu/gl/glx/GrNativeDisplay_glx.cpp',
],
}],
[ 'skia_os == "win"', {

Powered by Google App Engine
This is Rietveld 408576698