Skip to content

Commit

Permalink
Fixed some analysis issues. (flutter#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylaligand authored May 6, 2017
1 parent 1b01211 commit 3ddf163
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/hello_flutter/.packages

This file was deleted.

1 change: 0 additions & 1 deletion examples/spinning_square/.packages

This file was deleted.

4 changes: 4 additions & 0 deletions examples/spinning_square/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ import("//flutter/build/flutter_app.gni")

flutter_app("spinning_square") {
main_dart = "lib/main.dart"

deps = [
"//lib/flutter/packages/flutter",
]
}
2 changes: 2 additions & 0 deletions sky/packages/sky_engine/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3ddf163

Please sign in to comment.