| # 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", | |
| ] | |
| } |