@@ -8,7 +8,6 @@ import("//flutter/lib/ui/dart_ui.gni")
88import (" //third_party/dart/sdk/lib/_http/http_sources.gni" )
99import (
1010 " //third_party/dart/sdk/lib/_internal/js_runtime/interceptors_sources.gni" )
11- import (" //third_party/dart/sdk/lib/_internal/js_shared/js_types_sources.gni" )
1211import (" //third_party/dart/sdk/lib/async/async_sources.gni" )
1312import (" //third_party/dart/sdk/lib/collection/collection_sources.gni" )
1413import (" //third_party/dart/sdk/lib/convert/convert_sources.gni" )
@@ -19,7 +18,6 @@ import("//third_party/dart/sdk/lib/html/html_sources.gni")
1918import (" //third_party/dart/sdk/lib/internal/internal_sources.gni" )
2019import (" //third_party/dart/sdk/lib/io/io_sources.gni" )
2120import (" //third_party/dart/sdk/lib/isolate/isolate_sources.gni" )
22- import (" //third_party/dart/sdk/lib/js/js_annotations_sources.gni" )
2321import (" //third_party/dart/sdk/lib/js/js_sources.gni" )
2422import (" //third_party/dart/sdk/lib/js_interop/js_interop_sources.gni" )
2523import (" //third_party/dart/sdk/lib/js_util/js_util_sources.gni" )
@@ -88,19 +86,6 @@ copy("_interceptors") {
8886 ]
8987}
9088
91- copy (" _js_annotations" ) {
92- lib_path = rebase_path (" js" , " " , dart_sdk_lib_path )
93- sources = rebase_path (js_annotations_sdk_sources , " " , lib_path )
94- outputs = [ " $root_gen_dir /dart-pkg/sky_engine/lib/_js_annotations/{{source_file_part}}" ]
95- }
96-
97- copy (" _js_types" ) {
98- lib_path = rebase_path (" _internal/js_shared" , " " , dart_sdk_lib_path )
99- sources = rebase_path (js_types_sdk_sources , " " , lib_path )
100- outputs =
101- [ " $root_gen_dir /dart-pkg/sky_engine/lib/_js_types/{{source_file_part}}" ]
102- }
103-
10489copy (" internal" ) {
10590 lib_path = rebase_path (" internal" , " " , dart_sdk_lib_path )
10691 sources = rebase_path (internal_sdk_sources , " " , lib_path )
@@ -195,8 +180,6 @@ group("copy_dart_sdk") {
195180 deps = [
196181 " :_http" ,
197182 " :_interceptors" ,
198- " :_js_annotations" ,
199- " :_js_types" ,
200183 " :async" ,
201184 " :collection" ,
202185 " :convert" ,
@@ -247,10 +230,6 @@ generated_file("_embedder_yaml") {
247230 " # public API, e.g. List being Iterable by virtue of implementing" ,
248231 " # EfficientLengthIterable. Not including this library yields analysis errors." ,
249232 " \" dart:_internal\" : \" internal/internal.dart\" " ,
250- " # The _js_annotations library is also needed for the same reasons as _internal." ,
251- " \" dart:_js_annotations\" : \" _js_annotations/_js_annotations.dart\" " ,
252- " # The _js_types library is also needed for the same reasons as _internal." ,
253- " \" dart:_js_types\" : \" _js_types/js_types.dart\" " ,
254233 " \" dart:nativewrappers\" : \" _empty.dart\" " ,
255234 ]
256235}
0 commit comments