@@ -22,7 +22,6 @@ import("$dart_src/sdk/lib/html/html_sources.gni")
2222import (" $dart_src /sdk/lib/internal/internal_sources.gni" )
2323import (" $dart_src /sdk/lib/io/io_sources.gni" )
2424import (" $dart_src /sdk/lib/isolate/isolate_sources.gni" )
25- import (" $dart_src /sdk/lib/js/js_annotations_sources.gni" )
2625import (" $dart_src /sdk/lib/js/js_sources.gni" )
2726import (" $dart_src /sdk/lib/js_interop/js_interop_sources.gni" )
2827import (" $dart_src /sdk/lib/js_interop_unsafe/js_interop_unsafe_sources.gni" )
@@ -103,12 +102,6 @@ copy("_interceptors") {
103102 ]
104103}
105104
106- copy (" _js_annotations" ) {
107- lib_path = rebase_path (" js" , " " , dart_sdk_lib_path )
108- sources = rebase_path (js_annotations_sdk_sources , " " , lib_path )
109- outputs = [ " $root_gen_dir /dart-pkg/sky_engine/lib/_js_annotations/{{source_file_part}}" ]
110- }
111-
112105copy (" _js_types" ) {
113106 lib_path = rebase_path (" _internal/js_shared" , " " , dart_sdk_lib_path )
114107 sources = rebase_path (js_types_sdk_sources , " " , lib_path )
@@ -224,7 +217,6 @@ group("copy_dart_sdk") {
224217 deps = [
225218 " :_http" ,
226219 " :_interceptors" ,
227- " :_js_annotations" ,
228220 " :_js_types" ,
229221 " :async" ,
230222 " :collection" ,
@@ -280,8 +272,6 @@ generated_file("_embedder_yaml") {
280272 " # public API, e.g. List being Iterable by virtue of implementing" ,
281273 " # EfficientLengthIterable. Not including this library yields analysis errors." ,
282274 " \" dart:_internal\" : \" internal/internal.dart\" " ,
283- " # The _js_annotations library is also needed for the same reasons as _internal." ,
284- " \" dart:_js_annotations\" : \" _js_annotations/_js_annotations.dart\" " ,
285275 " # The _js_types library is also needed for the same reasons as _internal." ,
286276 " \" dart:_js_types\" : \" _js_types/js_types.dart\" " ,
287277 " \" dart:nativewrappers\" : \" _empty.dart\" " ,
0 commit comments