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 7f0eaca commit 48f816dCopy full SHA for 48f816d
1 file changed
BUILD.gn
@@ -183,7 +183,6 @@ group("unittests") {
183
# Compile all unittests targets if enabled.
184
if (enable_unittests) {
185
public_deps += [
186
- "//flutter/assets:assets_unittests",
187
"//flutter/display_list:display_list_rendertests",
188
"//flutter/display_list:display_list_unittests",
189
"//flutter/flow:flow_unittests",
@@ -215,6 +214,7 @@ group("unittests") {
215
214
216
if (is_mac || is_linux || is_win) {
217
+ "//flutter/assets:assets_unittests",
218
"//flutter/impeller:impeller_dart_unittests",
219
"//flutter/impeller:impeller_unittests",
220
"//flutter/impeller/toolkit/interop:example",
0 commit comments