Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b9fba2f

Browse files
authored
Reland "[fuchsia] Remove component framework v1 support. (#39732)" (#40198)
Previously reverted in #40104, this should now be safe to reland as the last dependency has been deleted internally. This reverts commit 3019109.
1 parent f19f57f commit b9fba2f

17 files changed

+2
-1093
lines changed

ci/licenses_golden/excluded_files

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@
275275
../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge_unittest.cc
276276
../../../flutter/shell/platform/fuchsia/flutter/build/asset_package.py
277277
../../../flutter/shell/platform/fuchsia/flutter/build/gen_debug_wrapper_main.py
278-
../../../flutter/shell/platform/fuchsia/flutter/component_v1_unittest.cc
279278
../../../flutter/shell/platform/fuchsia/flutter/component_v2_unittest.cc
280279
../../../flutter/shell/platform/fuchsia/flutter/focus_delegate_unittests.cc
281280
../../../flutter/shell/platform/fuchsia/flutter/fuchsia_intl_unittest.cc

ci/licenses_golden/licenses_flutter

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,8 +2744,6 @@ ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/service_isolate.h +
27442744
ORIGIN: ../../../flutter/shell/platform/fuchsia/dart_runner/vmservice/empty.dart + ../../../flutter/LICENSE
27452745
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.cc + ../../../flutter/LICENSE
27462746
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.h + ../../../flutter/LICENSE
2747-
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/component_v1.cc + ../../../flutter/LICENSE
2748-
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/component_v1.h + ../../../flutter/LICENSE
27492747
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.cc + ../../../flutter/LICENSE
27502748
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.h + ../../../flutter/LICENSE
27512749
ORIGIN: ../../../flutter/shell/platform/fuchsia/flutter/engine.cc + ../../../flutter/LICENSE
@@ -5295,8 +5293,6 @@ FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/service_isolate.h
52955293
FILE: ../../../flutter/shell/platform/fuchsia/dart_runner/vmservice/empty.dart
52965294
FILE: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.cc
52975295
FILE: ../../../flutter/shell/platform/fuchsia/flutter/accessibility_bridge.h
5298-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/component_v1.cc
5299-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/component_v1.h
53005296
FILE: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.cc
53015297
FILE: ../../../flutter/shell/platform/fuchsia/flutter/component_v2.h
53025298
FILE: ../../../flutter/shell/platform/fuchsia/flutter/engine.cc
@@ -5329,19 +5325,11 @@ FILE: ../../../flutter/shell/platform/fuchsia/flutter/keyboard.cc
53295325
FILE: ../../../flutter/shell/platform/fuchsia/flutter/keyboard.h
53305326
FILE: ../../../flutter/shell/platform/fuchsia/flutter/logging.h
53315327
FILE: ../../../flutter/shell/platform/fuchsia/flutter/main.cc
5332-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/aot_product_runtime
5333-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/aot_runtime
53345328
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/common.shard.cml
53355329
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_product_runner.cml
5336-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_product_runner.cmx
53375330
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_runner.cml
5338-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_aot_runner.cmx
53395331
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_product_runner.cml
5340-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_product_runner.cmx
53415332
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_runner.cml
5342-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/flutter_jit_runner.cmx
5343-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/jit_product_runtime
5344-
FILE: ../../../flutter/shell/platform/fuchsia/flutter/meta/jit_runtime
53455333
FILE: ../../../flutter/shell/platform/fuchsia/flutter/platform_view.cc
53465334
FILE: ../../../flutter/shell/platform/fuchsia/flutter/platform_view.h
53475335
FILE: ../../../flutter/shell/platform/fuchsia/flutter/pointer_delegate.cc

shell/platform/fuchsia/flutter/BUILD.gn

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ template("runner_sources") {
5757
sources = [
5858
"accessibility_bridge.cc",
5959
"accessibility_bridge.h",
60-
"component_v1.cc",
61-
"component_v1.h",
6260
"component_v2.cc",
6361
"component_v2.h",
6462
"engine.cc",
@@ -322,7 +320,6 @@ template("jit_runner") {
322320

323321
binary = "flutter_jit${product_suffix}_runner"
324322

325-
cmx_file = rebase_path("meta/flutter_jit${product_suffix}_runner.cmx")
326323
cml_file = rebase_path("meta/flutter_jit${product_suffix}_runner.cml")
327324

328325
resources = [
@@ -402,7 +399,6 @@ template("aot_runner") {
402399
]
403400
}
404401

405-
cmx_file = rebase_path("meta/flutter_aot${product_suffix}_runner.cmx")
406402
cml_file = rebase_path("meta/flutter_aot${product_suffix}_runner.cml")
407403

408404
binary = "flutter_aot${product_suffix}_runner"
@@ -500,7 +496,6 @@ if (enable_unittests) {
500496

501497
sources = [
502498
"accessibility_bridge_unittest.cc",
503-
"component_v1_unittest.cc",
504499
"component_v2_unittest.cc",
505500
"flutter_runner_fakes.h",
506501
"focus_delegate_unittests.cc",

0 commit comments

Comments
 (0)