Skip to content

Commit

Permalink
Build the embedder dylib and its unittests on Windows. (flutter#5388)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored May 25, 2018
1 parent 37f456c commit 080fbcb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,12 @@ group("flutter") {
"$flutter_root/fml:fml_unittests",
"$flutter_root/runtime:runtime_unittests",
"$flutter_root/shell/common:shell_unittests",
"$flutter_root/shell/platform/embedder:embedder_unittests",
"$flutter_root/shell/platform/embedder:flutter_engine",
"$flutter_root/synchronization:synchronization_unittests",
"$flutter_root/third_party/txt:txt_unittests",
"//garnet/public/lib/fxl:fxl_unittests",
]

if (!is_win) {
public_deps += [
"$flutter_root/shell/platform/embedder:embedder_unittests",
"$flutter_root/shell/platform/embedder:flutter_engine",
]
}
}
}

Expand Down

0 comments on commit 080fbcb

Please sign in to comment.