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

Revert "[Linux][A11y] implement AtkEditableText interface" #34320

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions ci/licenses_golden/licenses_flutter
Original file line number Diff line number Diff line change
Expand Up @@ -2133,9 +2133,6 @@ FILE: ../../../flutter/shell/platform/linux/fl_accessibility_plugin.h
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node.cc
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node.h
FILE: ../../../flutter/shell/platform/linux/fl_accessible_node_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field.cc
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field.h
FILE: ../../../flutter/shell/platform/linux/fl_accessible_text_field_test.cc
FILE: ../../../flutter/shell/platform/linux/fl_backing_store_provider.cc
FILE: ../../../flutter/shell/platform/linux/fl_backing_store_provider.h
FILE: ../../../flutter/shell/platform/linux/fl_basic_message_channel.cc
Expand Down
2 changes: 0 additions & 2 deletions shell/platform/linux/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ source_set("flutter_linux_sources") {
sources = [
"fl_accessibility_plugin.cc",
"fl_accessible_node.cc",
"fl_accessible_text_field.cc",
"fl_backing_store_provider.cc",
"fl_basic_message_channel.cc",
"fl_binary_codec.cc",
Expand Down Expand Up @@ -193,7 +192,6 @@ executable("flutter_linux_unittests") {

sources = [
"fl_accessible_node_test.cc",
"fl_accessible_text_field_test.cc",
"fl_basic_message_channel_test.cc",
"fl_binary_codec_test.cc",
"fl_binary_messenger_test.cc",
Expand Down
Loading