blob: 8b0a7fb6bf35bb5f3021c0f25a452256c447645a [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 = [
"//garnet/public/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",
]
}