flutter/examples/flutter_gallery/BUILD.gn
P.Y. Laligand e04472e8d5 Update location of intl package. (#12644)
Also switched to relative paths for local packages.
2017-10-19 19:36:50 -07:00

21 lines
475 B
Plaintext

# 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_root/build/flutter_app.gni")
assert(is_fuchsia)
flutter_app("flutter_gallery") {
main_dart = "lib/main.dart"
disable_analysis = true
deps = [
"../../packages/flutter",
"//third_party/dart-pkg/pub/url_launcher",
]
# TODO(chinmaygarde): Assets must be packaged in the FLX.
}