We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4db44 commit 34bd0efCopy full SHA for 34bd0ef
BUILD.gn
@@ -38,12 +38,15 @@ group("flutter") {
38
"$flutter_root/flow:flow_unittests",
39
"$flutter_root/fml:fml_unittests",
40
"$flutter_root/runtime:runtime_unittests",
41
- "$flutter_root/shell/common:shell_benchmarks",
42
"$flutter_root/shell/common:shell_unittests",
43
"$flutter_root/shell/platform/embedder:embedder_unittests",
44
"$flutter_root/synchronization:synchronization_unittests",
45
"$flutter_root/third_party/txt:txt_unittests",
46
]
+
47
+ if (!is_win) {
48
+ public_deps += [ "$flutter_root/shell/common:shell_benchmarks" ]
49
+ }
50
}
51
52
0 commit comments