blob: 0230f0a2f045ba30d223f84e9cdaf0b6dd428287 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("skia") {
sources = [
"ganesh_context.cc",
"ganesh_context.h",
"ganesh_framebuffer_surface.cc",
"ganesh_framebuffer_surface.h",
"ganesh_texture_surface.cc",
"ganesh_texture_surface.h",
]
deps = [
"//base",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/skia_bindings",
"//mojo/gpu",
"//skia",
]
}