blob: ef94e9e194f68f24d5f8c78c31a4672b98b2c182 [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_c_lib",
"//gpu/skia_bindings",
"//mojo/gpu",
"//skia",
]
}