From b1a9f5648787d80c48d3dff9690f44ae2b51f232 Mon Sep 17 00:00:00 2001 From: Chase Latta Date: Thu, 13 Aug 2020 11:26:05 -0700 Subject: [PATCH] remove fuchsia_entrypoint_shim directory (#63605) --- .../fuchsia_entrypoint_shim/README.md | 21 ------------------- .../fuchsia_asset_builder/pubspec.yaml | 14 ------------- .../fuchsia_attach/pubspec.yaml | 14 ------------- .../fuchsia_builder/pubspec.yaml | 14 ------------- .../fuchsia_tester/pubspec.yaml | 14 ------------- 5 files changed, 77 deletions(-) delete mode 100644 packages/flutter_tools/fuchsia_entrypoint_shim/README.md delete mode 100644 packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_asset_builder/pubspec.yaml delete mode 100644 packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_attach/pubspec.yaml delete mode 100644 packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_builder/pubspec.yaml delete mode 100644 packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_tester/pubspec.yaml diff --git a/packages/flutter_tools/fuchsia_entrypoint_shim/README.md b/packages/flutter_tools/fuchsia_entrypoint_shim/README.md deleted file mode 100644 index 5b89d10996d..00000000000 --- a/packages/flutter_tools/fuchsia_entrypoint_shim/README.md +++ /dev/null @@ -1,21 +0,0 @@ -This directory serves as a placeholder directory for the package roots of -various fuchsia tools which use the flutter_tools library. - -This is required to provide a workaround for the fuchsia build system. -When this directory is not present the various tools specified in the -`dart_tool` directives in the flutter_tools/BUILD.gn file will end up -having the same package root entry written in the .packages file. This -causes the build to fail because the dart compiler has a requirement that -libraries must have a unique package URI. By specifying a package root which -is a subdirectory of this directory for these tools we avoid having the build -system create duplicate package roots for the generated libraries for these -tools. - -Note that we cannot move the location of the main files for these tools because -the paths are hardcoded in the fuchsia tree. - - -Tracking Bugs: -- fxbug.dev/51373 (move flutter_tools/BUILD.gn to fuchsia repo) -- fxbug.dev/51375 (do not refence fuchsia_tester.dart directly) -- fxbug.dev/51375 (remove the fuchsia_entrypoint_shim directory) diff --git a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_asset_builder/pubspec.yaml b/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_asset_builder/pubspec.yaml deleted file mode 100644 index ec58032ed74..00000000000 --- a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_asset_builder/pubspec.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: flutter_asset_builder -description: Tools for building Flutter applications -homepage: https://flutter.dev -author: Flutter Authors - -environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. - sdk: ">=2.7.0 <3.0.0" - -dartdoc: - # Exclude this package from the hosted API docs. - nodoc: true - -# PUBSPEC CHECKSUM: 0000 diff --git a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_attach/pubspec.yaml b/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_attach/pubspec.yaml deleted file mode 100644 index 9a1e016bd35..00000000000 --- a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_attach/pubspec.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: flutter_attach -description: Tools for building Flutter applications -homepage: https://flutter.dev -author: Flutter Authors - -environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. - sdk: ">=2.7.0 <3.0.0" - -dartdoc: - # Exclude this package from the hosted API docs. - nodoc: true - -# PUBSPEC CHECKSUM: 0000 diff --git a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_builder/pubspec.yaml b/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_builder/pubspec.yaml deleted file mode 100644 index 3f0a07c2944..00000000000 --- a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_builder/pubspec.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: flutter_builder -description: Tools for building Flutter applications -homepage: https://flutter.dev -author: Flutter Authors - -environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. - sdk: ">=2.7.0 <3.0.0" - -dartdoc: - # Exclude this package from the hosted API docs. - nodoc: true - -# PUBSPEC CHECKSUM: 0000 diff --git a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_tester/pubspec.yaml b/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_tester/pubspec.yaml deleted file mode 100644 index 609ba8a2a0a..00000000000 --- a/packages/flutter_tools/fuchsia_entrypoint_shim/fuchsia_tester/pubspec.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: flutter_tester -description: Tools for building Flutter applications -homepage: https://flutter.dev -author: Flutter Authors - -environment: - # The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite. - sdk: ">=2.7.0 <3.0.0" - -dartdoc: - # Exclude this package from the hosted API docs. - nodoc: true - -# PUBSPEC CHECKSUM: 0000