blob: 6fb9a1487f1801441d42bdafda84dd97885be136 [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.
# GYP version: mojo/mojo.gyp:mojo_cc_support
source_set("cc") {
deps = [
"//base",
"//cc",
"//cc/surfaces",
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/client:gles2_interface",
"//mojo/converters/surfaces",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
"//mojo/public/gles2:for_shared_library",
"//mojo/services/public/interfaces/surfaces",
"//skia",
]
sources = [
"context_provider_mojo.cc",
"context_provider_mojo.h",
"direct_output_surface.cc",
"direct_output_surface.h",
"output_surface_mojo.cc",
"output_surface_mojo.h",
]
}