blob: 19c32b2f2538a8a48318842eb73efe213db036e4 [file] [log] [blame]
# Copyright 2015 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("sky") {
deps = [
"//base",
"//mojo/public/cpp/system",
"//mojo/services/network/public/interfaces",
"//skia",
"//sky/engine/core",
"//sky/engine/platform",
"//sky/engine/wtf",
]
configs += [
"//sky/engine:config",
"//sky/engine:inside_blink",
"//sky/engine:non_test_config",
]
sources = [
"sky_view.cc",
"sky_view.h",
"sky_view_client.cc",
"sky_view_client.h",
]
}