[url][shuffle] Remove forwarding GN target

All clients are migrated to the new location in //src.

Change-Id: I963e37013a7a606c6424b7fd2d16295bd877145d
diff --git a/garnet/public/lib/url/BUILD.gn b/garnet/public/lib/url/BUILD.gn
deleted file mode 100644
index 2005ea0..0000000
--- a/garnet/public/lib/url/BUILD.gn
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/package.gni")
-import("//build/test/test_package.gni")
-import("//build/testing/environments.gni")
-
-group("url") {
-  public_deps = [
-    "//src/lib/url",
-  ]
-}
diff --git a/garnet/public/lib/url/gurl.h b/garnet/public/lib/url/gurl.h
deleted file mode 100644
index fe4daec..0000000
--- a/garnet/public/lib/url/gurl.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2019 The Fuchsia Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef LIB_URL_GURL_H_
-#define LIB_URL_GURL_H_
-
-#include "src/lib/url/gurl.h"
-
-#endif  // LIB_URL_GURL_H_