Skip to content

Commit 4d437d2

Browse files
format
1 parent bad8f25 commit 4d437d2

File tree

1 file changed

+12
-8
lines changed
  • engine/src/flutter/shell/platform/fuchsia/flutter

1 file changed

+12
-8
lines changed

engine/src/flutter/shell/platform/fuchsia/flutter/BUILD.gn

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -917,11 +917,12 @@ if (enable_unittests) {
917917

918918
fuchsia_test_archive("dart_plugin_registrant_unittests") {
919919
deps = [
920-
"//flutter/runtime:plugin_registrant",
921-
"//flutter/runtime:dart_plugin_registrant_unittests",
920+
"//flutter/runtime:dart_plugin_registrant_unittests",
921+
"//flutter/runtime:plugin_registrant",
922922
]
923923
gen_cml_file = true
924924
binary = "dart_plugin_registrant_unittests"
925+
925926
# TODO(gw280): https://github.com/flutter/flutter/issues/50294
926927
# Right now we need to manually specify all the fixtures that are
927928
# declared in the test_fixtures() call above.
@@ -939,11 +940,12 @@ if (enable_unittests) {
939940

940941
fuchsia_test_archive("no_dart_plugin_registrant_unittests") {
941942
deps = [
942-
"//flutter/runtime:no_plugin_registrant",
943-
"//flutter/runtime:no_dart_plugin_registrant_unittests",
943+
"//flutter/runtime:no_dart_plugin_registrant_unittests",
944+
"//flutter/runtime:no_plugin_registrant",
944945
]
945946
gen_cml_file = true
946947
binary = "no_dart_plugin_registrant_unittests"
948+
947949
# TODO(gw280): https://github.com/flutter/flutter/issues/50294
948950
# Right now we need to manually specify all the fixtures that are
949951
# declared in the test_fixtures() call above.
@@ -961,11 +963,12 @@ if (enable_unittests) {
961963

962964
fuchsia_test_archive("embedder_a11y_unittests") {
963965
deps = [
964-
"//flutter/shell/platform/embedder:fixtures",
965-
"//flutter/shell/platform/embedder:embedder_a11y_unittests",
966+
"//flutter/shell/platform/embedder:embedder_a11y_unittests",
967+
"//flutter/shell/platform/embedder:fixtures",
966968
]
967969
gen_cml_file = true
968970
binary = "embedder_a11y_unittests"
971+
969972
# TODO(gw280): https://github.com/flutter/flutter/issues/50294
970973
# Right now we need to manually specify all the fixtures that are
971974
# declared in the test_fixtures() call above.
@@ -995,11 +998,12 @@ if (enable_unittests) {
995998

996999
fuchsia_test_archive("tonic_unittests") {
9971000
deps = [
998-
"//flutter/third_party/tonic/tests:tonic_fixtures",
999-
"//flutter/third_party/tonic/tests:tonic_unittests",
1001+
"//flutter/third_party/tonic/tests:tonic_fixtures",
1002+
"//flutter/third_party/tonic/tests:tonic_unittests",
10001003
]
10011004
gen_cml_file = true
10021005
binary = "tonic_unittests"
1006+
10031007
# TODO(gw280): https://github.com/flutter/flutter/issues/50294
10041008
# Right now we need to manually specify all the fixtures that are
10051009
# declared in the test_fixtures() call above.

0 commit comments

Comments
 (0)