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

Unified Diff: mojo/skia/BUILD.gn

Issue 1518793004: Improve GL bindings for Ganesh surfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: address review comments Created 5 years 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 | « examples/ganesh_app/ganesh_view.cc ('k') | mojo/skia/ganesh_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/skia/BUILD.gn
diff --git a/mojo/skia/BUILD.gn b/mojo/skia/BUILD.gn
index ef94e9e194f68f24d5f8c78c31a4672b98b2c182..0230f0a2f045ba30d223f84e9cdaf0b6dd428287 100644
--- a/mojo/skia/BUILD.gn
+++ b/mojo/skia/BUILD.gn
@@ -6,8 +6,10 @@ static_library("skia") {
sources = [
"ganesh_context.cc",
"ganesh_context.h",
- "ganesh_surface.cc",
- "ganesh_surface.h",
+ "ganesh_framebuffer_surface.cc",
+ "ganesh_framebuffer_surface.h",
+ "ganesh_texture_surface.cc",
+ "ganesh_texture_surface.h",
]
deps = [
« no previous file with comments | « examples/ganesh_app/ganesh_view.cc ('k') | mojo/skia/ganesh_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698