Skip to content

Commit bce366b

Browse files
authored
fuchsia: Remove dead flutter_frontend_server code (flutter#19500)
1 parent 4162095 commit bce366b

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

flutter_frontend_server/BUILD.gn

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,6 @@
44

55
import("//third_party/dart/utils/application_snapshot.gni")
66

7-
# TODO(kaushikiska@): Leaving this here to make it a soft-transition
8-
# Remove this once we no longer need engine sources in fuchsia/topaz.
9-
if (is_fuchsia_host || is_fuchsia) {
10-
import("//build/dart/dart_library.gni")
11-
import("//build/dart/dart_tool.gni")
12-
13-
dart_library("flutter_frontend_server") {
14-
disable_analysis = true
15-
package_name = "flutter_frontend_server"
16-
17-
sources = [
18-
"server.dart",
19-
]
20-
21-
deps = [
22-
"//third_party/dart-pkg/pub/args",
23-
"//third_party/dart-pkg/pub/cli_util",
24-
"//third_party/dart-pkg/pub/path",
25-
"//third_party/dart-pkg/pub/source_maps",
26-
"//third_party/dart-pkg/pub/usage",
27-
"//third_party/dart/pkg/analyzer",
28-
"//third_party/dart/pkg/build_integration",
29-
"//third_party/dart/pkg/dev_compiler",
30-
"//third_party/dart/pkg/front_end",
31-
"//third_party/dart/pkg/frontend_server",
32-
"//third_party/dart/pkg/kernel",
33-
"//third_party/dart/pkg/vm",
34-
]
35-
}
36-
37-
dart_tool("frontend_server_tool") {
38-
main_dart = "bin/starter.dart"
39-
source_dir = "."
40-
disable_analysis = true
41-
output_name = "frontend_server"
42-
43-
sources = []
44-
45-
deps = [
46-
":flutter_frontend_server",
47-
]
48-
}
49-
}
50-
517
frontend_server_files =
528
exec_script("//third_party/dart/tools/list_dart_files.py",
539
[

0 commit comments

Comments
 (0)