blob: c1eda08af233731b7c8d805874de3ce1ee91db02 [file] [log] [blame]
# Copyright 2017 The Fuchsia 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("sdk_ext") {
sources = [
"src/natives.cc",
"src/natives.h",
]
deps = [
"//sdk/fidl/fuchsia.ui.viewsv1",
"//garnet/public/lib/fxl",
"//third_party/dart/runtime:dart_api",
"//third_party/tonic",
"//topaz/public/dart-pkg/zircon",
"//zircon/public/lib/zx",
]
}