Commit 2380d854 authored by Chinmay Garde's avatar Chinmay Garde Committed by GitHub

Add a Fuchsia target for the Flutter gallery. (#7619)

parent 8c5bee94
# 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("//flutter/build/flutter_app.gni")
assert(is_fuchsia)
flutter_app("flutter_gallery") {
main_dart = "lib/main.dart"
deps = [
"//lib/flutter/packages/flutter",
]
# TODO(chinmaygarde): Assets must be packaged in the FLX.
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment