Fixed some analysis issues. (#3656)

This commit is contained in:
P.Y. Laligand 2017-05-05 18:37:40 -07:00 committed by GitHub
parent 1b01211ee6
commit 3ddf163063
4 changed files with 6 additions and 2 deletions

View File

@ -1 +0,0 @@
# hello_flutter doesn't depend on any packages.

View File

@ -1 +0,0 @@
# spinning_square doesn't depend on any packages.

View File

@ -6,4 +6,8 @@ import("//flutter/build/flutter_app.gni")
flutter_app("spinning_square") {
main_dart = "lib/main.dart"
deps = [
"//lib/flutter/packages/flutter",
]
}

View File

@ -127,6 +127,8 @@ if (is_fuchsia) {
source_dir = rebase_path("$root_gen_dir/dart-pkg/sky_engine/lib")
disable_analysis = true
non_dart_deps = [
# This will ensure all the source files needed for this package are
# copied to the right location.