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

Unified Diff: skia/skia_library.gypi

Issue 110883015: Add preliminary support for hw-accelerated tile rasterization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added unit tests Created 6 years, 12 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
« cc/test/test_context_provider.h ('K') | « cc/trees/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index 02fa24773993c41ab90ec56e490f7e3efb428fb1..d2f7cc6cbc514698722772f81791f2c04e27fe46 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -130,6 +130,7 @@
],
'sources': [
'<@(skgpu_sources)',
+ '<@(skgpu_null_gl_sources)',
reveman 2014/01/03 23:29:55 what is this for?
alokp 2014/01/03 23:56:16 To pick up the implementation for GrGLCreateNullIn
],
'include_dirs': [
'../third_party/skia/include/gpu',
« cc/test/test_context_provider.h ('K') | « cc/trees/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698