blob: 118707740fca8a620a76c7253bef5b68f5d8a97f [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",
"//src/lib/fxl",
"//third_party/dart/runtime:dart_api",
"//third_party/tonic",
"//topaz/public/dart-pkg/zircon",
"//zircon/public/lib/zx",
]
}