blob: cc0520ad9896fe03a299f389d6fd295de559b797 [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("web") {
deps = [
"//mojo/message_pump",
"//flutter/sky/engine/core",
"//flutter/sky/engine/platform",
]
configs += [
"//flutter/sky/engine:config",
"//flutter/sky/engine:inside_blink",
"//flutter/sky/engine:non_test_config",
]
sources = [
"Sky.cpp",
]
}