blob: 1c1ae5a0abcd8b0c30413a6bc4f7e49851d3bb45 [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.
import("//topaz/runtime/flutter_runner/flutter_app.gni")
flutter_app("link_viewer") {
main_dart = "lib/main.dart"
meta = [
{
path = rebase_path("meta/link_viewer.cmx")
dest = "link_viewer.cmx"
},
]
sources = [
"src/models/link_viewer_model.dart",
]
deps = [
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/lib/app_driver/dart",
"//topaz/public/lib/app/dart",
"//topaz/public/lib/widgets/dart",
]
}