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

Unified Diff: components/search_provider_logos.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/search_engines/prepopulated_engines.gyp ('k') | components/security_interstitials.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_provider_logos.gypi
diff --git a/components/search_provider_logos.gypi b/components/search_provider_logos.gypi
deleted file mode 100644
index a46b767200032a7a4077d01b2546e91c833460f2..0000000000000000000000000000000000000000
--- a/components/search_provider_logos.gypi
+++ /dev/null
@@ -1,34 +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': [
- {
- 'target_name': 'search_provider_logos',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../skia/skia.gyp:skia',
- '../ui/gfx/gfx.gyp:gfx',
- '../url/url.gyp:url_lib',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'search_provider_logos/google_logo_api.cc',
- 'search_provider_logos/google_logo_api.h',
- 'search_provider_logos/logo_cache.cc',
- 'search_provider_logos/logo_cache.h',
- 'search_provider_logos/logo_common.cc',
- 'search_provider_logos/logo_common.h',
- 'search_provider_logos/logo_tracker.cc',
- 'search_provider_logos/logo_tracker.h',
- 'search_provider_logos/switches.cc',
- 'search_provider_logos/switches.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/search_engines/prepopulated_engines.gyp ('k') | components/security_interstitials.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698