@@ -107,20 +107,6 @@ build_libdart_builtin("libdart_builtin_product_host_targeting_host") {
107107 extra_configs = [ " ..:dart_product_config" ]
108108}
109109
110- build_libdart_builtin (" libdart_builtin_product_linux_x64" ) {
111- extra_configs = [
112- " ..:dart_product_config" ,
113- " ..:dart_linux_x64_config" ,
114- ]
115- }
116-
117- build_libdart_builtin (" libdart_builtin_product_linux_arm64" ) {
118- extra_configs = [
119- " ..:dart_product_config" ,
120- " ..:dart_linux_arm64_config" ,
121- ]
122- }
123-
124110template (" build_native_assets_api" ) {
125111 extra_configs = []
126112 if (defined (invoker .extra_configs )) {
@@ -344,31 +330,6 @@ build_gen_snapshot("gen_snapshot_product_fuchsia") {
344330 ]
345331}
346332
347- build_gen_snapshot (" gen_snapshot_product_linux_x64" ) {
348- extra_configs = [
349- " ..:dart_product_config" ,
350- " ..:dart_linux_x64_config" ,
351- ]
352- extra_deps = [
353- " :gen_snapshot_dart_io_product_linux_x64" ,
354- " :libdart_builtin_product_linux_x64" ,
355- " ..:libdart_precompiler_product_linux_x64" ,
356- " ../platform:libdart_platform_precompiler_product_linux_x64" ,
357- ]
358- }
359-
360- build_gen_snapshot (" gen_snapshot_product_linux_arm64" ) {
361- extra_configs = [
362- " ..:dart_product_config" ,
363- " ..:dart_linux_arm64_config" ,
364- ]
365- extra_deps = [
366- " :gen_snapshot_dart_io_product_linux_arm64" ,
367- " :libdart_builtin_product_linux_arm64" ,
368- " ..:libdart_precompiler_product_linux_arm64" ,
369- " ../platform:libdart_platform_precompiler_product_linux_arm64" ,
370- ]
371- }
372333build_gen_snapshot (" gen_snapshot_host_targeting_host" ) {
373334 extra_configs = [ " ..:dart_maybe_product_config" ]
374335 extra_deps = [
@@ -473,20 +434,6 @@ build_gen_snapshot_dart_io("gen_snapshot_dart_io_product_fuchsia") {
473434 ]
474435}
475436
476- build_gen_snapshot_dart_io (" gen_snapshot_dart_io_product_linux_x64" ) {
477- extra_configs = [
478- " ..:dart_product_config" ,
479- " ..:dart_linux_x64_config" ,
480- ]
481- }
482-
483- build_gen_snapshot_dart_io (" gen_snapshot_dart_io_product_linux_arm64" ) {
484- extra_configs = [
485- " ..:dart_product_config" ,
486- " ..:dart_linux_arm64_config" ,
487- ]
488- }
489-
490437# A source set for the implementation of 'dart:io' library.
491438template (" dart_io" ) {
492439 extra_configs = []
0 commit comments