blob: 415bf448ca55014e6caeb3d1311e820ebbdc0a53 [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.
source_set("cc") {
deps = [
"//base",
"//cc",
"//skia",
"//gpu/command_buffer/client:gles2_implementation",
"//mojo/public/gles2",
]
sources = [
"context_provider_mojo.cc",
"context_provider_mojo.h",
]
}