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

Unified Diff: components/favicon_base.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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.gypi ('k') | components/feedback.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon_base.gypi
diff --git a/components/favicon_base.gypi b/components/favicon_base.gypi
deleted file mode 100644
index b969e54918b11ad1f49cd99baab769930ddbb28e..0000000000000000000000000000000000000000
--- a/components/favicon_base.gypi
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'targets': [
- {
- # GN version: //components/favicon_base
- 'target_name': 'favicon_base',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../skia/skia.gyp:skia',
- '../ui/base/ui_base.gyp:ui_base',
- '../ui/base/ui_base.gyp:ui_data_pack',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../url/url.gyp:url_lib',
- ],
- 'sources': [
- 'favicon_base/fallback_icon_style.cc',
- 'favicon_base/fallback_icon_style.h',
- 'favicon_base/fallback_icon_url_parser.cc',
- 'favicon_base/fallback_icon_url_parser.h',
- 'favicon_base/favicon_callback.h',
- 'favicon_base/favicon_types.cc',
- 'favicon_base/favicon_types.h',
- 'favicon_base/favicon_url_parser.cc',
- 'favicon_base/favicon_url_parser.h',
- 'favicon_base/favicon_usage_data.cc',
- 'favicon_base/favicon_usage_data.h',
- 'favicon_base/favicon_util.cc',
- 'favicon_base/favicon_util.h',
- 'favicon_base/large_icon_url_parser.cc',
- 'favicon_base/large_icon_url_parser.h',
- 'favicon_base/select_favicon_frames.cc',
- 'favicon_base/select_favicon_frames.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/favicon.gypi ('k') | components/feedback.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698