From 360ad46f8e6b5c67c16dc0638b9dcf098d3f5b61 Mon Sep 17 00:00:00 2001 From: Alexander Biggs Date: Thu, 28 Oct 2021 23:51:55 +0000 Subject: [PATCH] [fuchsia] Remove unused sdk_ext.gni. --- shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext.gni | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext.gni diff --git a/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext.gni b/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext.gni deleted file mode 100644 index 906f83e7a65a2..0000000000000 --- a/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext.gni +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2013 The Flutter Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -fuchsia_sdk_ext_lib = "//topaz/public/dart-pkg/fuchsia/lib/fuchsia.dart" - -fuchsia_sdk_ext_files = [ fuchsia_sdk_ext_lib ]