blob: 0c6cae973b34acb2fb2ab83da70ec7db75795849 [file] [log] [blame]
# Copyright 2019 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("a11y-demo") {
main_dart = "lib/main.dart"
manifest = "pubspec.yaml"
meta = [
{
path = rebase_path("meta/a11y-demo.cmx")
dest = "a11y-demo.cmx"
},
]
sources = []
deps = [ "//third_party/dart-pkg/git/flutter/packages/flutter" ]
}