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

Unified Diff: gyp/gpu.gypi

Issue 1842363003: Expose GrGLAssembleInterface (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Fix gpu.gypi Created 4 years, 9 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 | include/gpu/gl/GrGLAssembleInterface.h » ('j') | no next file with comments »
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 37a7d316e1527248bb0a05febc99a5ab1c2d8de2..94215c13047113d57d438a9fad858525f44a2832 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -48,6 +48,7 @@
'<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
'<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h',
+ '<(skia_include_path)/gpu/gl/GrGLAssembleInterface.h',
'<(skia_include_path)/gpu/gl/GrGLConfig.h',
'<(skia_include_path)/gpu/gl/GrGLExtensions.h',
'<(skia_include_path)/gpu/gl/GrGLFunctions.h',
@@ -310,7 +311,6 @@
'<(skia_src_path)/gpu/text/GrTextUtils.h',
'<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
- '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
'<(skia_src_path)/gpu/gl/GrGLBuffer.cpp',
'<(skia_src_path)/gpu/gl/GrGLBuffer.h',
'<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
« no previous file with comments | « no previous file | include/gpu/gl/GrGLAssembleInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698