blob: 6f2c61c3e29d5d4651767d281e8b03e11fc92c9c [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_surface.cc",
"ganesh_surface.h",
]
deps = [
"//base",
"//gpu/command_buffer/client:gles2_interface",
"//gpu/skia_bindings",
"//mojo/gpu",
"//skia",
]
}