Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: components/favicon/core/browser/BUILD.gn

Issue 1021223002: Remove //components/favicon/core/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/favicon/core/DEPS ('k') | components/favicon/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
-}
« no previous file with comments | « components/favicon/core/DEPS ('k') | components/favicon/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698