| Index: components/favicon/core/browser/BUILD.gn
|
| diff --git a/components/favicon/core/browser/BUILD.gn b/components/favicon/core/browser/BUILD.gn
|
| deleted file mode 100644
|
| index 22e1246793fb54b13a319274ec9234da1a034afe..0000000000000000000000000000000000000000
|
| --- a/components/favicon/core/browser/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -# Copyright 2015 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.
|
| -
|
| -static_library("browser") {
|
| - sources = [
|
| - "favicon_client.h",
|
| - "favicon_handler.cc",
|
| - "favicon_handler.h",
|
| - "favicon_service.cc",
|
| - "favicon_service.h",
|
| - "favicon_tab_helper_observer.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//components/bookmarks/browser",
|
| - "//components/favicon/core",
|
| - "//components/favicon_base",
|
| - "//components/history/core/browser",
|
| - "//components/keyed_service/core",
|
| - "//skia",
|
| - "//ui/gfx",
|
| - "//url",
|
| - ]
|
| -}
|
|
|